disable sending Nimbus fleet logs to Logstash
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ac5ff01a1b
commit
b3773f51b4
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
# TRACE needs more disk space
|
||||
bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
||||
# The volume of logs is too big and Nimbus team doesn't use their own cluster
|
||||
bootstrap__rsyslog_docker_logstash_send: false
|
||||
|
||||
# lower local retention to save space
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
bootstrap__logrotate_count: 3
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
# TRACE needs more disk space
|
||||
bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
||||
# The volume of logs is too big and Nimbus team doesn't use their own cluster
|
||||
bootstrap__rsyslog_docker_logstash_send: false
|
||||
|
||||
# lower local retention to save space
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
bootstrap__logrotate_count: 3
|
||||
|
|
Loading…
Reference in New Issue