diff --git a/pipeline/outputs/elasticsearch.md b/pipeline/outputs/elasticsearch.md index 1bcb59529..6f89a4627 100644 --- a/pipeline/outputs/elasticsearch.md +++ b/pipeline/outputs/elasticsearch.md @@ -296,7 +296,7 @@ The following snippet demonstrates using the namespace name as extracted by the Match * # ... Logstash_Prefix logstash - Logstash_Prefix_Key $kubernetes["namespace_name"] + Logstash_Prefix_Key $kubernetes['namespace_name'] # ... ```