Skip to content

Commit 5bf90a5

Browse files
committed
DCOS_OSS-2112 Exclude logrotate state and config files.
1 parent cfe4c97 commit 5bf90a5

File tree

1 file changed

+1
-0
lines changed
  • pages/1.11/monitoring/logging/aggregating/elk

1 file changed

+1
-0
lines changed

pages/1.11/monitoring/logging/aggregating/elk/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ For all nodes in your DC/OS cluster:
5656
- /var/lib/mesos/slave/slaves/*/frameworks/*/executors/*/runs/latest/stderr*
5757
- /var/log/mesos/*.log
5858
- /var/log/dcos/dcos.log
59+
exclude_files: ["stdout.logrotate.state", "stdout.logrotate.conf", "stderr.logrotate.state", "stderr.logrotate.conf"]
5960
tail_files: true
6061
output.elasticsearch:
6162
hosts: ["$ELK_HOSTNAME:$ELK_PORT"]

0 commit comments

Comments
 (0)