Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipeline/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ 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']
# ...
```

For records that do nor have the field `kubernetes.namespace_name`, the default prefix, `logstash` will be used.
For records that do nor have the field `kubernetes.namespace_name`, the default prefix, `logstash` will be used.