You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage:
elasticsearch:
clusterName: elasticsearch #Elasticsearch集群名称,默认为elasticsearch
clusterTransportSniffer: false
clusterNodes: localhost:9300 #Elasticsearch连接,默认localhost:9300
indexShardsNumber: 2
indexReplicasNumber: 0
highPerformanceMode: true
# Batch process setting, refer to https://www.elastic.co/guide/en/elasticsearch/client/java-api/5.5/java-docs-bulk-processor.html
bulkActions: 2000 # Execute the bulk every 2000 requests
bulkSize: 20 # flush the bulk every 20mb
flushInterval: 10 # flush the bulk every 10 seconds whatever the number of requests
concurrentRequests: 2 # the number of concurrent requests
# Set a timeout on metric data. After the timeout has expired, the metric data will automatically be deleted.
traceDataTTL: 90 #追踪数据滚动删除周期,默认90分钟
minuteMetricDataTTL: 90 #分钟监控数据滚动删除周期,默认90分钟
hourMetricDataTTL: 36 #小时监控数据滚动删除周期,默认36小时
dayMetricDataTTL: 45 #天监控数据滚动删除周期,默认45天
monthMetricDataTTL: 18 #月监控数据滚动删除周期,默认18个月