Kibana Update field on dashboard

Hi, I am showing a list of the top 10 documents in kibana table visualisation and I need the end user to be able to "mark" if the document/row is relevant or not for him. Is it possible to do it on the dashboard?

Hi @modnakapsula,

Welcome! Can you explain what you mean by mark? As in by some kind of button in a cell or a checkbox?

Kibana doesn't have abilities to update the data, so I would say you would need to build a Kibana UI plugin for that. The guide for external plugin development here in the documentation should give you a starting point.

Let us know!

Carly