Browsing the Event logs

Options
Naga
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"

Comments

  • ChristianHoltfurth
    ChristianHoltfurth Member, Employee Posts: 68 Solace Employee
    Options

    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 like grepto filter your logs.