-
Notifications
You must be signed in to change notification settings - Fork 493
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
Generic HTTP Post node #1330
Comments
sputnik13
added a commit
to sputnik13/kapacitor
that referenced
this issue
Apr 19, 2017
An HTTPPost node to mimic the behavior of HTTPOut, with the difference that data is POST'd to an HTTP endpoint rather than made available at a kapacitor endpoint. Closes influxdata#1330
sputnik13
added a commit
to sputnik13/kapacitor
that referenced
this issue
Apr 19, 2017
An HTTPPost node to mimic the behavior of HTTPOut, with the difference that data is POST'd to an HTTP endpoint rather than made available at a kapacitor endpoint. Closes influxdata#1330
sputnik13
added a commit
to sputnik13/kapacitor
that referenced
this issue
Apr 20, 2017
An HTTPPost node to mimic the behavior of HTTPOut, with the difference that data is POST'd to an HTTP endpoint rather than made available at a kapacitor endpoint. Closes influxdata#1330
fdhex
pushed a commit
to fdhex/kapacitor
that referenced
this issue
Jun 12, 2018
An HTTPPost node to mimic the behavior of HTTPOut, with the difference that data is POST'd to an HTTP endpoint rather than made available at a kapacitor endpoint. Closes influxdata#1330
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While the HTTPOut node is useful for making node data available as a REST endpoint, it would also be useful to be able to POST the data to an HTTP endpoint, much like how the alert service allows you to POST alerts to a generic HTTP endpoint.
This is especially useful for publishing kapacitor statistics to an HTTP endpoint (like logstash) that can then format and push the data to some backend database. We have an internal proprietary bus for metric data and want this integration to be able to consume kapacitor statistics in to our metrics database.
The text was updated successfully, but these errors were encountered: