-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(outputs.groundwork): Improve metric parsing to extend output #11443
Conversation
Extend the groundwork output plugin to recognize the "message" data when it comes in as a field rather than only when it comes in as a tag. This is necessary to process syslog data, inasmuch as the syslog input plugin generates a "message" field containing the syslog message.
36f9e1c
to
04536a8
Compare
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 🥳 This pull request decreases the Telegraf binary size by -2.52 % for linux amd64 (new size: 142.4 MB, nightly size 146.1 MB) 📦 Click here to get additional PR build artifactsArtifact URLs |
Hi, I hate to sound like a broken record, but can you please file a bug when you make a change to explain why this needs to happen? The change looks fine and I realize you are letting a message be a tag over a field, but it would be good for users of Telegraf to understand what error or reason prompted the change. |
ff72d34
to
a119a0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Required for all PRs:
resolves #11530