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.