Hi @learningelastic,
It's not possible inside filters UI but there are some other options as Stratoula mentioned:
-
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 forproject_idfield for such combined data view. -
Or make use of KQL search input with
AND/ORlogic. 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:
