Skip to content

Jeager All in One with Opensearch Backend #4447

Answered by osmanghoni1
osmanghoni1 asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to get this working with the following docker-compose.yml

version: '3'
services:
  opensearch-node:
    image: opensearchproject/opensearch:latest 
    container_name: opensearch-node
    environment:
      - cluster.name=opensearch-cluster
      - node.name=opensearch-node
      - discovery.type=single-node
    ports:
      - "9200:9200"
      - "9600:9600"
    networks:
      - opensearch-net

  jaeger:
    container_name: jeager-opensearch
    image: jaegertracing/all-in-one:1.44.0
    ports:
      - "16685:16685"
      - "16686:16686"
      - "16687:16687"
      - "4317:4317"
      - "4318:4318"
      - "5775:5775"
      - "5778:5778"
      - "14250:14250"
      - "14268:14…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by osmanghoni1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants