We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[[outputs.file]] files = ["stdout"] data_format = "splunkmetric" [[inputs.docker]]
Telegraf unknown (git: master f175848) Linux or OSX Splunk 7.1+ (with metrics support)
The metric is either converted into a valid value (1 for true, 0 for false) or dropped like string values are.
Serializer tries to send the metric to Splunk causing an ingest error.
Reported to me on the Splunk Slack channels by guilhem.marchand
The text was updated successfully, but these errors were encountered:
Refactor value verification to manage bools.
47b5730
Strings are still dropped, bools are set to 1 for true and 0 for false Solves: influxdata#5006
Successfully merging a pull request may close this issue.
Relevant telegraf.conf:
[[outputs.file]]
files = ["stdout"]
data_format = "splunkmetric"
[[inputs.docker]]
System info:
Telegraf unknown (git: master f175848)
Linux or OSX
Splunk 7.1+ (with metrics support)
Steps to reproduce:
Expected behavior:
The metric is either converted into a valid value (1 for true, 0 for false) or dropped like string values are.
Actual behavior:
Serializer tries to send the metric to Splunk causing an ingest error.
Additional info:
Reported to me on the Splunk Slack channels by guilhem.marchand
The text was updated successfully, but these errors were encountered: