Use new keywords for examples in index.md

This commit is contained in:
Blallo 2019-02-06 13:38:32 +01:00
parent 7e4d789ded
commit daea3d7563
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -19,9 +19,9 @@ applicazioni verbose, eccetera]
`grep` is powerful, but sometimes you want something more expressive: `grep` is powerful, but sometimes you want something more expressive:
``` ```
circolog-tail -where 'app_name=="apache" and message LIKE "%memory%"' circolog-tail -where 'prog=="apache" and msg LIKE "%memory%"'
circolog-tail -where '(app_name"apache" OR app_name LIKE "php%") AND message LIKE "%memory%"' circolog-tail -where '(prog=="apache" OR prog LIKE "php%") AND msg LIKE "%memory%"'
circolog-tail -where 'app_name=="mysql" OR severity >= warning' circolog-tail -where 'prog=="mysql" OR sev >= warning'
``` ```
- Colors: highlight severity and visually group related message - Colors: highlight severity and visually group related message