How to fetch logs from diffrent servers using one command?
For example, suppose I want to fetch logs for same id in different servers. I have to go to each server and search for logs.
Is there any way to do it one go?
|
How to fetch logs from diffrent servers using one command? For example, suppose I want to fetch logs for same id in different servers. I have to go to each server and search for logs. Is there any way to do it one go? |
||||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
scp foo:/var/log/messages . && scp bar:/var/log/messages .enough? – l0b0 Mar 18 at 15:24