-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datadog_logs
sink throws warning when host is remapped
#22157
Comments
Hi @adam-bartlett-sp, this is hitting this branch because vector/src/sinks/datadog/logs/sink.rs Lines 153 to 165 in 68ee4f2
The The mappings are defined here: Lines 21 to 31 in 68ee4f2
Datadog Logs Reserved Attributes: |
@pront thanks for that. I'm trying to work out (other than setting log level ERROR) how to replace the |
Setting I am thinking that this warning might be confusing to users but it was added to raise awareness that the original value was moved to another path. You can ignore it. |
A note for the community
Problem
When we remap hostname/host values, the datadog_logs sink throws this warning constantly.
WARN vector::sinks::datadog::logs::sink: Semantic meaning is defined, but the event path already exists. Renaming to not overwrite. meaning="host" renamed="_RESERVED_host" internal_log_rate_limit=true
Configuration
Version
0.43.1
Debug Output
https://gist.githubusercontent.com/adam-bartlett-sp/5ac0241d77c36d25a319ecbbe16a9551/raw/4e16cf2becd16d9b2d6fcf7fa75adb3273b5a8b6/gistfile1.txt
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: