Skip to content

Commit

Permalink
docs(config): Document limitation of log namespacing with disk buffers (
Browse files Browse the repository at this point in the history
#21813)

docs: Document limitation of log namespacing with disk buffers

Currently log namespacing isn't supported when disk buffers are used.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Nov 15, 2024
1 parent 9111569 commit 9e97385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/cue/reference/configuration.cue
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ configuration: {
Globally enables / disables log namespacing. See [Log Namespacing](\(urls.log_namespacing_blog))
for more details. If you want to enable individual sources, there is a config
option in the source configuration.
Known issues:
- Enabling log namespacing doesn't work when disk buffers are used (see [#18574](https://github.com/vectordotdev/vector/issues/18574))
"""
required: false
warnings: []
Expand Down

0 comments on commit 9e97385

Please sign in to comment.