Select option from drop downs and update,delete the documents accordingly in kibana

Hello All,

I've a requirement in kibana where in I want to select options from drop down(This is possible using options, I am aware of this).
Now this is where I'm struggling: After selecting multiple options from drop down I want to trigger i.e update or delete the documents from elastic index according to option selected.
On button click it should either do any crud operations.

ex: In above Image I've selected options and Now I want to click on schedule button to do any crud operation. Secondly in schedule expression need to provide cron time.

The kibana dashboard is integrated in custom webui using iframe.

Please suggest something on this.

Thanx

There is nothing native that would you allow to do that, you will need to write a custom Kibana plugin or something in your custom webui.

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