How can we differentiate logs of master and data-ingest nodes

suppose we deployed elasticsearch cluster in GKE with 2 data-ingest and 2 master pods. When I check the kubectl logs , I am able to see similar logs for both master and data-ingest. Is console logs will be similar for both ?

Each log message includes the name of the node that logged it. You will need to keep track of the names and roles of your nodes elsewhere, or use a naming convention that indicates their roles.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.