I am looking for a easy way to check application logs on multiple servers. How can I search for error string in multiple Linux application servers remotely?
e.g.
Need to search a string pattern in application log, this application deployed on multiple Linux boxes. Each server nodes storing logs in each node itself and not in NAS.
Could you please share the best way to achieve this? I tried SSH and it is asking me to enter password for each node. I am looking for single program (shell, perl etc) can connect to each boxes and grep my patter and return results.