From 4c59e66f7f1f6b359bc1d10ebc47941bb5fd9f11 Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Tue, 31 Oct 2023 16:04:23 +0100 Subject: [PATCH] cluster events collection flag --- config/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.yaml b/config/config.yaml index da5868b9..e26779f8 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -88,4 +88,5 @@ telemetry: - "kinit (\\d+/\\d+/\\d+\\s\\d{2}:\\d{2}:\\d{2})\\s+" # kinit 2023/09/15 11:20:36 log - "(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d+Z).+" # 2023-09-15T11:20:36.123425532Z log oc_cli_path: /usr/bin/oc # optional, if not specified will be search in $PATH + events_backup: True # enables/disables cluster events collection