Can ES host a form that posts to an API?

We want to be able to create a form in ES/Kibana that allows users to select an option from a dropdown list, and then click a button to make a POST to an API. Is this possible in ES or Kibana? If so, how? Thanks heaps.

Example Use-Case: User selects an option from a dropdown box, then clicks a button to send an alert based on the option they selected.

That's not something that is natively built into the stack. You'd need to build a plugin to Kibana to interact with Elasticsearch and provide the form and store the results.

There is inbuilt Alerting that can send something out though.

Thanks for confirming Mark :+1:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.