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

Add exec plugin as output #544

Closed
gena01 opened this issue Jan 18, 2016 · 6 comments
Closed

Add exec plugin as output #544

gena01 opened this issue Jan 18, 2016 · 6 comments
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@gena01
Copy link

gena01 commented Jan 18, 2016

Would be nice to be able to execute a script that would take json metrics content and would send it to where it needs to go. (Most of these would help with various http/https api integrations)

@sparrc
Copy link
Contributor

sparrc commented Jan 18, 2016

@gena01 were you thinking via stdin?

@gena01
Copy link
Author

gena01 commented Jan 18, 2016

Precisely. This could work nicely to proxy metrics to a system currently not supported via native output plugin. This way an external script can reformat and forward these metrics where it needs to go.

@sparrc
Copy link
Contributor

sparrc commented Jan 18, 2016

@gena01 Would line-protocol work? Otherwise we would need to convert metrics back to JSON from line-protocol, which wouldn't be a huge deal either.

@gena01
Copy link
Author

gena01 commented Jan 18, 2016

Sure. Might even be better in some use cases (easier to parse?).

@sparrc sparrc added the help wanted Request for community participation, code, contribution label Mar 24, 2016
@danielnelson danielnelson added feature request Requests for new plugin and for new features to existing plugins and removed plugin request labels Aug 12, 2017
@Jaeyo Jaeyo mentioned this issue Sep 30, 2018
3 tasks
@voiprodrigo
Copy link
Contributor

@gena01 Would line-protocol work? Otherwise we would need to convert metrics back to JSON from line-protocol, which wouldn't be a huge deal either. ...

@sparrc could this perhaps be made an option? Direct JSON access will make it easier in some cases where the output is also JSON.

Sent with GitHawk

@danielnelson danielnelson added this to the 1.12.0 milestone Aug 20, 2019
@danielnelson danielnelson removed the help wanted Request for community participation, code, contribution label Aug 20, 2019
@danielnelson
Copy link
Contributor

Added in #6267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants