Skip to content

Instantly share code, notes, and snippets.

@tanan
Created January 21, 2018 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanan/b08b82628e30e462c747c03993581192 to your computer and use it in GitHub Desktop.
Save tanan/b08b82628e30e462c747c03993581192 to your computer and use it in GitHub Desktop.
kind: ConfigMap
apiVersion: v1
data:
containers.input.conf: |-
<source>
type tail
format json
time_key time
path /var/log/containers/*.log
pos_file /var/log/gcp-containers.log.pos
time_format %Y-%m-%dT%H:%M:%S.%N%Z
tag reform.*
read_from_head true
</source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment