SkyWalking OAP Server 存储配置详解:SW_STORAGE、SW_STORAGE_TYPE 和 SW_STORAGE_ES_CLUSTER_NODES
SW_STORAGE:指定 SkyWalking OAP Server 的存储方式,可选值为 'elasticsearch'、'mysql' 或 'h2',默认为 'elasticsearch'。
SW_STORAGE_TYPE:指定 SkyWalking OAP Server 存储类型,可选值为 'standalone' 或 'cluster',默认为 'standalone'。如果设置为 'cluster',则需要指定 SW_STORAGE_ES_CLUSTER_NODES。
SW_STORAGE_ES_CLUSTER_NODES:指定 Elasticsearch 存储集群节点的地址和端口,格式为 'host1:port1,host2:port2,host3:port3',默认值为 'localhost:9200'。仅在 SW_STORAGE 为 'elasticsearch' 且 SW_STORAGE_TYPE 为 'cluster' 时生效。
原文地址: http://www.cveoy.top/t/topic/og1B 著作权归作者所有。请勿转载和采集!