Kibana dashboard filters that recognize multiple views?

Hi @learningelastic,

It's not possible inside filters UI but there are some other options as Stratoula mentioned:

  1. Create a data view which targets both indices at once instead of 2 data views per index. It can be achieved by entering an index pattern like the following timesheet,cost_estimate. Then it would be possible to build a single filter for project_id field for such combined data view.

  2. Or make use of KQL search input with AND/OR logic. But in this case you would need to use index name instead of a data view name. Example of a query across 2 different indices and data views:

2 Likes