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

This commit is contained in:
Alex Robinson
2015-08-05 00:22:38 +00:00
parent 7430181d65
commit cc02e50fc7
3 changed files with 18 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build push
IMAGE = fluentd-elasticsearch
TAG = 1.7
TAG = 1.8
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .