adriancole edited a comment on issue #2219: Determine how to address the next Elasticsearch index pattern break URL: https://github.com/apache/incubator-zipkin/issues/2219#issuecomment-489064226 This will go out in next release after 2.13. For the impatient, you can grab off master like this for testing. ```bash $ TAG=master-SNAPSHOT $ curl -sSL https://jitpack.io/com/github/apache/incubator-zipkin/zipkin-server/${TAG}/zipkin-server-${TAG}-exec.jar > zipkin.jar $ STORAGE_TYPE=elasticsearch java -jar zipkin.jar ``` Note: the implementation reads both index/type delimiters which *should* allow for smooth upgrading, for some definition of smooth. Massive notes here: https://github.com/apache/incubator-zipkin/blob/master/zipkin-storage/elasticsearch/src/main/java/zipkin2/elasticsearch/internal/IndexNameFormatter.java#L73
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
