fix: typo config
This commit is contained in:
parent
9a9896c2f2
commit
a7ff1c6220
|
@ -1,13 +1,13 @@
|
||||||
path.data: data
|
path.data: data
|
||||||
path.logs: log
|
path.logs: log
|
||||||
|
|
||||||
allow_multi_instance: true
|
allow_multi_instance: false
|
||||||
configs.auto_reload: false
|
configs.auto_reload: true
|
||||||
|
|
||||||
entry:
|
entry:
|
||||||
- name: my_es_entry
|
- name: agent_es_entry
|
||||||
enabled: true
|
enabled: true
|
||||||
router: my_router
|
router: agent_metrics_router
|
||||||
max_concurrency: 200000
|
max_concurrency: 200000
|
||||||
network:
|
network:
|
||||||
binding: 0.0.0.0:8765
|
binding: 0.0.0.0:8765
|
||||||
|
@ -50,7 +50,7 @@ flow:
|
||||||
fix_null_id: true
|
fix_null_id: true
|
||||||
|
|
||||||
router:
|
router:
|
||||||
- name: my_router
|
- name: agent_metrics_router
|
||||||
default_flow: deny_flow
|
default_flow: deny_flow
|
||||||
rules:
|
rules:
|
||||||
- method:
|
- method:
|
||||||
|
|
Loading…
Reference in New Issue