Hi,
I am currently working on a project to create rules that trigger alerts in Elasticsearch.
After receiving an alert, I want to know if it's possible to add a new column of data through the Kibana UI, specifically via the dashboard. Currently, my project only adds new columns using rule-based methods. However, our goal is to add a new column for each alert to include remarks or comments on each hit (transaction).
Could you please guide me on how to achieve this within Kibana?
Thank you!