Commit a0330fe3 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #12371 from a-robinson/logs

Stop collecting monit logs via fluentd
parents 462fed62 c887ad75
...@@ -81,14 +81,6 @@ ...@@ -81,14 +81,6 @@
<source> <source>
type tail type tail
format none format none
path /varlog/monit.log
pos_file /varlog/gcp-monit.log.pos
tag monit
</source>
<source>
type tail
format none
path /varlog/salt/minion path /varlog/salt/minion
pos_file /varlog/gcp-salt.pos pos_file /varlog/gcp-salt.pos
tag salt tag salt
......
...@@ -66,14 +66,6 @@ ...@@ -66,14 +66,6 @@
<source> <source>
type tail type tail
format none format none
path /varlog/monit.log
pos_file /varlog/gcp-monit.log.pos
tag monit
</source>
<source>
type tail
format none
path /varlog/salt/minion path /varlog/salt/minion
pos_file /varlog/gcp-salt.pos pos_file /varlog/gcp-salt.pos
tag salt tag salt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment