Skip to content

Correlate logs to traces #34

Closed
Closed
@fmassot

Description

@fmassot

The elasticsearch plugin allows to define how to link a log to a trace. See the datalinks config part.

We should be able to have the same feature and provide this dataLinks configuration.

Here is a config example coming from the doc:

      dataLinks:
        - datasourceUid: my_jaeger_uid # Target UID needs to be known
          field: traceID
          url: '$${__value.raw}' # Careful about the double "$$" because of env var expansion

To test the setup, we need 2 datasources: one quickwit datasource for the logs and one jaeger datasource for traces.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions