From daea3d75633da2af33ae17d7e186ed88e8e4d7ee Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 6 Feb 2019 13:38:32 +0100 Subject: [PATCH] Use new keywords for examples in index.md --- docs/docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 567fbd9..4e92d25 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -19,9 +19,9 @@ applicazioni verbose, eccetera] `grep` is powerful, but sometimes you want something more expressive: ``` -circolog-tail -where 'app_name=="apache" and message LIKE "%memory%"' -circolog-tail -where '(app_name"apache" OR app_name LIKE "php%") AND message LIKE "%memory%"' -circolog-tail -where 'app_name=="mysql" OR severity >= warning' +circolog-tail -where 'prog=="apache" and msg LIKE "%memory%"' +circolog-tail -where '(prog=="apache" OR prog LIKE "php%") AND msg LIKE "%memory%"' +circolog-tail -where 'prog=="mysql" OR sev >= warning' ``` - Colors: highlight severity and visually group related message