Right now I have three objects on a dashboard (one saved search, two data table lens) that are using the logs-system* namespace. Each LENs is using this filter:
event.dataset:"system.system"
Is there any performance increase if I were to apply this to the global filter for the dashboard instead of on each object? I have tried testing this and can't tell a difference but I think that is because Elastic is caching it when it is first queried. So technically it is hard for me to test this theory. I know it makes more sense in this case to apply it globally but I was just curious if it would make any difference.
On a side note:
If the first object is a saved search and then other two are aggregations of the same data in the saved search, can Kibana/Elastic not use the data it queries from the saved search to build the data instead of querying the indices all over again?