Skip to content

Jaeger with ElasticSearch 8 as a storage error #5156

Closed Answered by therus000
therus000 asked this question in Q&A
Discussion options

You must be logged in to vote

you can add this config to deployment to use ES as a storage, it works for me on ES 8.5.2

  storage:
    type: elasticsearch # <1>
    options:
      es:
        server-urls: https://e;asticur:9200 # <2>
        username: elastic
        password: password
        version: 8                                  # Necessary as it doesn't work with 8 yet
        create-index-templates: false               # Necessary as it doesn't work with 8 yet 
        tls.skip-host-verify: "true" 

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@yurishkuro
Comment options

@therus000
Comment options

Answer selected by therus000
@yurishkuro
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants