Resolved! CLI output filter
Hello,
I would like to know if there's way how to "chain" multiple variables after pipe in some command to filter the output, something like:
<command> | match <param1>|<param2>
For example:
show running security-policy | match index|source|destination|a
...