application.yml 774 字节
Newer Older
P
peng-yongsheng 已提交
1 2 3 4
#cluster:
#  zookeeper:
#    hostPort: localhost:2181
#    sessionTimeout: 100000
5 6 7
naming:
  jetty:
    host: localhost
wu-sheng's avatar
wu-sheng 已提交
8
    port: 10800
9
    context_path: /
10 11 12
remote:
  gRPC:
    host: localhost
wu-sheng's avatar
wu-sheng 已提交
13
    port: 11800
14
agent_gRPC:
15 16 17
  gRPC:
    host: localhost
    port: 11800
18
agent_jetty:
19 20 21 22
  jetty:
    host: localhost
    port: 12800
    context_path: /
23 24
agent_stream:
  default:
25
    buffer_file_path: ../buffer/
26 27
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
28 29 30 31 32
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
33 34 35 36 37 38 39
#storage:
#  elasticsearch:
#    cluster_name: CollectorDBCluster
#    cluster_transport_sniffer: true
#    cluster_nodes: localhost:9300
#    index_shards_number: 2
#    index_replicas_number: 0
40
#    history_delete_before_days: 3