application.yml 853 字节
Newer Older
A
ascrutae 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
cluster:
  zookeeper:
    hostPort: {ZK_ADDRESSES}
    sessionTimeout: 100000
naming:
  jetty:
    host: {NAMING_BIND_HOST}
    port: {NAMING_BIND_PORT}
    context_path: /
remote:
  gRPC:
    host: {BIND_HOST}
    port: {REMOTE_BIND_PORT}
agent_gRPC:
  gRPC:
    host: {BIND_HOST}
    port: {AGENT_GRPC_BIND_PORT}
agent_jetty:
  jetty:
    host: {AGENT_JETTY_BIND_HOST}
    port: {AGENT_JETTY_BIND_PORT}
    context_path: /
agent_stream:
  default:
    buffer_file_path: ../buffer/
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
ui:
  jetty:
    host: {UI_JETTY_BIND_HOST}
    port: {UI_JETTY_BIND_PORT}
    context_path: /
storage:
  elasticsearch:
    cluster_name: {ES_CLUSTER_NAME}
    cluster_transport_sniffer: true
    cluster_nodes: {ES_ADDRESSES}
    index_shards_number: 2
    index_replicas_number: 0
40
    ttl: 7