在设置辅助数据中心之前,请配置主数据中心以在集群之间进行 OpenSearch 复制。
OpenSearch 是嵌入在 Workspace ONE Access 虚拟设备中的搜索和分析引擎,用于审核、报告和目录同步日志。
请在主数据中心集群的所有节点中进行这些更改。
前提条件
您在主数据中心设置了一个 Workspace ONE Access 集群。
过程
- 将辅助数据中心集群的负载均衡器 FQDN 添加到主数据中心集群内的每个节点的 /usr/local/horizon/conf/runtime-config.properties 文件中。
- 编辑 /usr/local/horizon/conf/runtime-config.properties 文件。
vi /usr/local/horizon/conf/runtime-config.properties
- 将以下行添加到该文件中:
analytics.replication.peers=https://LB_FQDN_of_second_cluster
- 在所有节点上重新启动 Workspace ONE Access 服务。
service horizon-workspace restart
- 在集群中的所有节点上运行以下命令,以验证是否正确设置了集群。
curl 'http://localhost:9200/_cluster/health?pretty'
该命令(用于验证 OpenSearch 运行状况)应返回类似于以下的结果。
{
"cluster_name" : "horizon",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 3,
"number_of_data_nodes" : 3,
"discovered_master" : true,
"active_primary_shards" : 90,
"active_shards" : 180,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}
下一步做什么
要验证主数据中心内的集群是否设置正确,请查看控制台“监控”>“弹性”页面中的仪表板。