application-default.yml 750 字节
Newer Older
1
cluster:
2 3 4 5 6
  standalone:
    url: jdbc:h2:~/memorydb
    user_name: sa
cache:
  guava:
7 8 9 10 11
naming:
  jetty:
    host: localhost
    port: 10800
    context_path: /
wu-sheng's avatar
wu-sheng 已提交
12 13 14 15
remote:
  gRPC:
    host: localhost
    port: 11800
16 17 18 19 20 21 22 23 24
agent_gRPC:
  gRPC:
    host: localhost
    port: 11800
agent_jetty:
  jetty:
    host: localhost
    port: 12800
    context_path: /
P
peng-yongsheng 已提交
25
analysis_segment_parser:
26 27 28 29
  default:
    buffer_file_path: ../buffer/
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
P
peng-yongsheng 已提交
30 31 32
analysis_metric:
  default:
analysis_alarm:
P
peng-yongsheng 已提交
33
  default:
P
peng-yongsheng 已提交
34
configuration:
35
  default:
36 37 38 39 40
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
41
jetty_manager:
P
peng-yongsheng 已提交
42
  default:
43
gRPC_manager:
P
peng-yongsheng 已提交
44
  default:
P
peng-yongsheng 已提交
45 46 47
storage:
  h2:
    url: jdbc:h2:~/memorydb
48
    user_name: sa