Hello all,
I have a Vertical bar chart visualization, and I want to be able to filter by the selected values, but applying OR between the filtered fields instead of AND.
For example, I would like the user to select some bars in the chart, getting the below:
but enabling the eventual filtering to be event_type:"Login" OR event_type:"AlertTurnedOn".
Is there a way to do that? If not, it is possible to add additional actions to the current possible actions on filtered fields?
Thanks!