-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
domain: external docsAnything related to Vector's external, public documentationAnything related to Vector's external, public documentationtype: bugA code related bug.A code related bug.
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
The code examples near the end of:
https://vector.dev/guides/level-up/csv-enrichment-guide/
show an event being transformed to contain:
"alert": {
"type":"alert",
"severity":"medium"
}
but the earlier sampel csv table has:
"192.0.2.0", "alert", "high"
One or the other of the "severity" values should change to improve consistency.
Configuration
Version
0.52.0.
Debug Output
Example Data
No response
Additional Context
This is in the online documention at:
https://vector.dev/guides/level-up/csv-enrichment-guide/
References
No response
Metadata
Metadata
Assignees
Labels
domain: external docsAnything related to Vector's external, public documentationAnything related to Vector's external, public documentationtype: bugA code related bug.A code related bug.