Skip to content
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

Output exec plugin does not use Serialise batch function #6445

Closed
morfien101 opened this issue Sep 25, 2019 · 0 comments
Closed

Output exec plugin does not use Serialise batch function #6445

morfien101 opened this issue Sep 25, 2019 · 0 comments
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@morfien101
Copy link
Contributor

Relevant telegraf.conf:

[[output.exec]]
  command = ["cat"]
  data_format = "json"

System info:

Any system
Telegraf 1.12.2 (git: HEAD 8b4c9a0)

Steps to reproduce:

Send more than a single metric into the output stream

Expected behavior:

Data format should be parsable using the format specified.

Actual behavior:

Data is given as if it was a single metric over many lines.

@danielnelson danielnelson added this to the 1.12.3 milestone Sep 26, 2019
@danielnelson danielnelson added the bug unexpected problem or unintended behavior label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants