We have 2 servers running Winlogbeat.
Server 1 Winlogbeat has this index pattern configured: developer-portal-%{+yyyyMMdd}
Server 2 Winlogbeat has this index pattern configured: developer-portal-hydrator-%{+yyyyMMdd}
We have one Kibana dashboard set up to display documents shipped from Server 1, and another dashboard set up to display documents shipped from Server 2.
The Server 1 dashboard is showing documents shipped from Server 2 as well as Server 1. I guess it is because the selected index pattern is developer-portal-*
, which would match the index patterns for both servers.
I guess the answer is to change the index pattern config in one of the Winlogbeat instances so that the Kibana index pattern does not match both of them. Can someone confirm?