Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Integration with jaeger operator #940

Open
@serg-bs

Description

Is your feature request related to a problem? Please describe.
I install jaeger operator, backend

apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
    name: simple-prod
spec:
    strategy: production
    ingress:
        enabled: false
    agent:
      strategy: DaemonSet
    storage:
        type: elasticsearch
        options:
            es:
                server-urls: http://opendistro-elastic:9200
                username:  username
                password: password

Supported storage backend could not be data prepper
May be some Storage plugin should we use in this case?

How to set up data-prepper in such cases ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions