Last active
August 29, 2015 14:21
-
-
Save ejholmes/458a4078d49af61a4fe5 to your computer and use it in GitHub Desktop.
Labels structured data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SYSLOG_STRUCTURED_DATA="{{ range $label, $value := .Container.Config.Labels }}{{ $label }}={{ $value }} {{ end }}image={{ .Container.Image }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment