Zipkin + Elasticsearch (ELK) does not create indexes

0

Hello everyone,

I have ELK (6.4.2) working perfectly with filebeat, metricbeat, packetbeat, and winlogbeat on CentOS 7 x86_64 (Kernel 3.10.0-862.11.6.el7.x86_64).

I'm trying to integrate zipkin + elasticsearch (see link ), but elasticsearch is not creating indexes for the zipkin.

When I try to create the indexes in Kibana, the creation process does not end. (see logs below).

I suspect the zipkin connection drivers are not compatible with the latest version of ELK (6.4.2). Has anyone had a problem or is there a "light at the end of the tunnel?".

Work for everyone!

Java version:

java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

Zipkin Startup:

java -DSTORAGE_TYPE=elasticsearch -DES_HOSTS=http://localhost:9200 -jar /opt/zipkin.io/bin/zipkin.jar

Elasticsearch error log:

[2018-10-24T11:31:59,933][WARN ][o.e.d.i.m.MapperService  ] Setting index.mapper.dynamic is deprecated since indices may not have more than one type anymore.
[2018-10-24T11:31:59,936][WARN ][o.e.d.i.m.MapperService  ] [_default_] mapping is deprecated since it is not useful anymore now that indexes cannot have more than one type
[2018-10-24T11:31:59,954][WARN ][o.e.d.i.m.MapperService  ] Setting index.mapper.dynamic is deprecated since indices may not have more than one type anymore.
[2018-10-24T11:32:00,033][WARN ][o.e.d.c.m.MetaDataCreateIndexService] index or alias name [zipkin:span-2018-10-24] containing ':' is deprecated and will not be supported in Elasticsearch 7.0+
[2018-10-24T11:32:00,245][WARN ][o.e.d.i.m.MapperService  ] Setting index.mapper.dynamic is deprecated since indices may not have more than one type anymore.
[2018-10-24T11:33:47,717][WARN ][o.e.d.a.a.i.t.p.PutIndexTemplateRequest] Deprecated field [template] used, replaced by [index_patterns]
    
asked by anonymous 24.10.2018 / 18:47

0 answers