You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP Post Node should allow for the body to be customizable. This way Kapacitor will be able to inter-operate with many different systems since the body can be customized.
Proposal:
Add a template option to an httppost endpoint configuration that contains a Go template.
Use a similar structure to alert messages to populate data for the template evaluation step.
Add a template_file option which lets you define a template via an absolute file path instead of placing the template directly in the configuration.
The HTTP Post Node should allow for the body to be customizable. This way Kapacitor will be able to inter-operate with many different systems since the body can be customized.
Proposal:
template
option to an httppost endpoint configuration that contains a Go template.Use a similar structure to alert messages to populate data for the template evaluation step.
template_file
option which lets you define a template via an absolute file path instead of placing the template directly in the configuration.@desa Thoughts?
The text was updated successfully, but these errors were encountered: