Commit 7430181d authored by Alex Robinson's avatar Alex Robinson

Collect more of the VM's log files (monit, salt) in fluentd-gcp.

parent 879bf62e
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.PHONY: kbuild kpush .PHONY: kbuild kpush
TAG = 1.10 TAG = 1.11
# Rules for building the test image for deployment to Dockerhub with user kubernetes. # Rules for building the test image for deployment to Dockerhub with user kubernetes.
......
...@@ -66,6 +66,22 @@ ...@@ -66,6 +66,22 @@
<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
pos_file /varlog/gcp-salt.pos
tag salt
</source>
<source>
type tail
format none
path /varlog/startupscript.log path /varlog/startupscript.log
pos_file /varlog/gcp-startupscript.log.pos pos_file /varlog/gcp-startupscript.log.pos
tag startupscript tag startupscript
......
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.10 image: gcr.io/google_containers/fluentd-gcp:1.11
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
......
...@@ -169,7 +169,7 @@ metadata: ...@@ -169,7 +169,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.10 image: gcr.io/google_containers/fluentd-gcp:1.11
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
......
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