DataDog / integrations-core

Core integrations of the Datadog Agent
BSD 3-Clause "New" or "Revised" License
937 stars 1.41k forks source link

Move to ADv2 and update log configs #18679

Closed JacksonDavenport closed 1 month ago

JacksonDavenport commented 1 month ago

What does this PR do?

This PR changes a few things:

Motivation

Clean up a few config options

Additional Notes

The current source:istio Log Pipeline we have is a bit out of date relative to the current istiod log format.

Envoy Access Logs: https://istio.io/latest/docs/tasks/observability/logs/access-log/ The pre-existing source:envoy log pipeline captures most of the Istio/envoy access logs out-of-box. However, I did notice a few that didn't parse, although this may have to do with the Istio tracing my sandbox was using.

Review checklist (to be filled by reviewers)

JacksonDavenport commented 1 month ago

Fixed merge conflicts, kept config file contents with respect to: https://github.com/DataDog/integrations-core/pull/18703