You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/06 09:56:18 UTC

[GitHub] [incubator-zipkin] adriancole opened a new issue #2559: Address next elasticsearch deprecation

adriancole opened a new issue #2559: Address next elasticsearch deprecation
URL: https://github.com/apache/incubator-zipkin/issues/2559
 
 
   Looks like we need to reformat our stuff again due to `[types removal] Using include_type_name in get index template requests is deprecated. The parameter will be removed in the next major version.`
   
   ```
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : --> GET http://localhost:9200/_template/zipkin-span_template?include_type_name=true http/1.1
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : Host: localhost:9200
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : Connection: Keep-Alive
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : Accept-Encoding: gzip
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : User-Agent: okhttp/3.14.0
   2019-05-06 17:54:35.103  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : --> END GET
   2019-05-06 17:54:35.109  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : <-- 200 OK http://localhost:9200/_template/zipkin-span_template?include_type_name=true (6ms)
   2019-05-06 17:54:35.109  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : Warning: 299 Elasticsearch-7.0.1-e4efcb5 "[types removal] Using include_type_name in get index template requests is deprecated. The parameter will be removed in the next major version."
   2019-05-06 17:54:35.110  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : content-type: application/json; charset=UTF-8
   2019-05-06 17:54:35.110  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : content-encoding: gzip
   2019-05-06 17:54:35.110  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : content-length: 493
   2019-05-06 17:54:35.110  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : 
   2019-05-06 17:54:35.110  INFO 86612 --- [cking-tasks-1-1] z.e.ElasticsearchStorage                 : {"zipkin-span_template":{"order":0,"index_patterns":["zipkin-span-*"],"settings":{"index":{"requests":{"cache":{"enable":"true"}},"analysis":{"filter":{"traceId_filter":{"type":"pattern_capture","preserve_original":"true","patterns":["([0-9a-f]{1,16})$"]}},"analyzer":{"traceId_analyzer":{"filter":"traceId_filter","type":"custom","tokenizer":"keyword"}}},"number_of_shards":"5","number_of_replicas":"1"}},"mappings":{"span":{"_source":{"excludes":["_q"]},"dynamic_templates":[{"strings":{"mapping":{"norms":false,"ignore_above":256,"type":"keyword"},"match_mapping_type":"string","match":"*"}}],"properties":{"traceId":{"norms":false,"type":"keyword"},"duration":{"type":"long"},"remoteEndpoint":{"dynamic":false,"type":"object","properties":{"serviceName":{"norms":false,"type":"keyword"}}},"localEndpoint":{"dynamic":false,"type":"object","properties":{"serviceName":{"norms":false,"type":"keyword"}}},"_q":{"norms":false,"type":"keyword"},"timestamp_millis":{"format":"epoch_millis","type":"date"},"name":{"norms":false,"type":"keyword"},"annotations":{"enabled":false},"tags":{"enabled":false}}}},"aliases":{}}}
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services