application.yml 696 字节
Newer Older
1 2 3 4
#cluster:
#  zookeeper:
#    hostPort: localhost:2181
#    sessionTimeout: 100000
P
pengys5 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17
agent_server:
  jetty:
    host: localhost
    port: 10800
    context_path: /
agent_stream:
  grpc:
    host: localhost
    port: 11800
  jetty:
    host: localhost
    port: 12800
    context_path: /
18
  config:
19 20
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
P
pengys5 已提交
21 22 23 24 25 26 27 28 29
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
collector_inside:
  grpc:
    host: localhost
    port: 11800
clevertension's avatar
clevertension 已提交
30
#storage:
31 32 33 34 35 36
#  elasticsearch:
#    cluster_name: CollectorDBCluster
#    cluster_transport_sniffer: true
#    cluster_nodes: localhost:9300
#    index_shards_number: 2
#    index_replicas_number: 0