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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.