Skip to content
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

ddtags is not honored in v68 of Next Generation version #515

Open
brentmitchell25 opened this issue Jan 14, 2025 · 3 comments
Open

ddtags is not honored in v68 of Next Generation version #515

brentmitchell25 opened this issue Jan 14, 2025 · 3 comments
Assignees
Labels
version/next Issues related to DD_EXTENSION_VERSION: next

Comments

@brentmitchell25
Copy link

brentmitchell25 commented Jan 14, 2025

The ddtags comes across as a normal log message, but they are not parsed as tags in Datadog logs. Setting back to old version via DD_EXTENSION_VERSION=compatibility does parse correctly as expected.

@duncanista
Copy link
Contributor

Hey @brentmitchell25,

Could you be more explicit in what does

ddtags comes across as a normal log message, but they are not parsed as tags in Datadog logs

And provide an example? I'm not sure I understand the bug here

@brentmitchell25
Copy link
Author

brentmitchell25 commented Jan 14, 2025

I'll do my best without exposing much, but here is a basic example:

{
  "ddtags": "log_id:ID,type:TYPE,source:SOURCE",
  "time": "2025-01-14T19:36:41.530Z",
  "timestamp": 1736883401565,
  "status": "info"
}

log_id, message_type and source are parsed as tags as expected and searchable before the next version (tested with v65 and with compatibility mode set on v68). However with v68-next, the ddtags is all we get and can't search the tags list on the log for any of those values.

@duncanista
Copy link
Contributor

Thanks – I'll make sure we take a look at this! Appreciate the fast response

@duncanista duncanista added the version/next Issues related to DD_EXTENSION_VERSION: next label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version/next Issues related to DD_EXTENSION_VERSION: next
Projects
None yet
Development

No branches or pull requests

3 participants