Browsing the Event logs
Naga
Member Posts: 58 ✭
Hi ,
I am using below command to browse the event logs with one string, What is the syntax for multiple strings?
show log event lines 200 find "q/Product"
0
Comments
-
Hi, there isn't a single command. You would have to run several find commands in the CLI.
To achieve what you want, you can drop into the support shell or (hopefully you are sending your logs to another server via syslog) log on to your remote syslog receiving server and use in-built Linux tools likegrep
to filter your logs.1