From 445ed7dd9f4dab81fb308d8beeb571b5454c8016 Mon Sep 17 00:00:00 2001 From: Ral G <39119258+ralongit@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:16:47 +0200 Subject: [PATCH] Fix typo for filter command example (#550) --- charts/logzio-telemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/logzio-telemetry/README.md b/charts/logzio-telemetry/README.md index 918d8f8f..6836e1f8 100644 --- a/charts/logzio-telemetry/README.md +++ b/charts/logzio-telemetry/README.md @@ -299,7 +299,7 @@ Added filters should be in the format of regex, i.e: `"metrics1|metric2"` etc. To add a custom filter, choose to which pipeline the filter is needed, and add the filter under the `custom` key accordingly. For example, to add a custom `namespace` keep filter to the application metric job, you can set: ``` ---set prometheusFilters.namespaces.applications.custom="namesapce_1|namespace_2" +--set prometheusFilters.namespaces.applications.keep.custom="namesapce_1|namespace_2" ``` For more information, view `prometheusFitlers` in [values.yaml](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml).