Merge "Modify the conf in skydive"
This commit is contained in:
commit
018ae69691
@ -58,3 +58,6 @@ agent:
|
|||||||
netns:
|
netns:
|
||||||
run_path: /host/run
|
run_path: /host/run
|
||||||
|
|
||||||
|
flow:
|
||||||
|
expire: 600
|
||||||
|
update: 60
|
||||||
|
@ -36,9 +36,6 @@ etcd:
|
|||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
listen: {{ api_interface_address }}:{{ skydive_analyzer_port }}
|
listen: {{ api_interface_address }}:{{ skydive_analyzer_port }}
|
||||||
flowtable_expire: 60
|
|
||||||
flowtable_update: 5
|
|
||||||
flowtable_agent_ratio: 0.5
|
|
||||||
storage:
|
storage:
|
||||||
backend: elasticsearch
|
backend: elasticsearch
|
||||||
{% if groups['skydive-agent'] | length > 1 %}
|
{% if groups['skydive-agent'] | length > 1 %}
|
||||||
@ -61,3 +58,7 @@ storage:
|
|||||||
|
|
||||||
graph:
|
graph:
|
||||||
backend: elasticsearch
|
backend: elasticsearch
|
||||||
|
|
||||||
|
flow:
|
||||||
|
expire: 600
|
||||||
|
update: 60
|
||||||
|
Loading…
Reference in New Issue
Block a user