how do I configure elasticsearch to query #3102
Unanswered
winshenting
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Jaeger generic YAML example, I want to configure elasticsearch for Query. I know we can configure in Storage part. however, is there any solution to configure in Query part. how to do it. I did not see any reference.
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: name
spec:
strategy: <deployment_strategy>
allInOne:
options: {}
resources: {}
agent:
options: {}
resources: {}
collector:
options: {}
resources: {}
sampling:
options: {}
storage:
type:
options: {}
query:
options: {}
resources: {}
ingester:
options: {}
resources: {}
options: {}
Beta Was this translation helpful? Give feedback.
All reactions