docker-zipkin icon indicating copy to clipboard operation
docker-zipkin copied to clipboard

Elastic Search Index

Open senj opened this issue 8 years ago • 1 comments

Hello, how can I modify the elastic search index created by zipkin? I have three container running for int/qs/live and I want to have three different indices for this in one ES instance.

senj avatar May 23 '17 09:05 senj

Use the environment variable ES_INDEX https://github.com/openzipkin/zipkin/blob/master/zipkin-server/src/main/resources/zipkin-server-shared.yml#L112

carlosjgp avatar Feb 26 '18 19:02 carlosjgp