application.yml 610 字节
Newer Older
1 2 3 4
cluster:
  zookeeper:
    hostPort: localhost:2181
    sessionTimeout: 100000
5 6 7 8 9
naming:
  jetty:
    host: localhost
    port: 10800
    context_path: /
10 11 12 13 14 15 16 17 18 19 20
agent:
  gRPC:
    host: localhost
    port: 11800
  jetty:
    host: localhost
    port: 12800
    context_path: /
  config:
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
21 22 23 24 25
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
26 27 28 29 30 31
storage:
  elasticsearch:
    cluster_name: CollectorDBCluster
    cluster_transport_sniffer: true
    cluster_nodes: localhost:9300
    index_shards_number: 2
32
    index_replicas_number: 0