Browsing the Event logs

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”

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 grep to filter your logs.