简体   繁体   English

Zipkin + Elasticsearch(ELK)无法创建索引

[英]Zipkin + Elasticsearch (ELK) not create index

Hi everyone! 嗨,大家好!

I have "ELK" (6.4.2) working perfectly with filebeat, metricbeat, packetbeat and winlogbeat in CentOS 7 x86_64 (Kernel 3.10.0-862.11.6.el7.x86_64). 我在CentOS 7 x86_64(内核3.10.0-862.11.6.el7.x86_64)中使“ ELK”(6.4.2)与filebeat,metricbeat,packetbeat和winlogbeat完美配合。

I'm trying to integrate zipkin + elk (see https://logz.io/blog/zipkin-elk/ ), but Elasticsearch does not create indices with Kibana. 我正在尝试集成zipkin + elk(请参阅https://logz.io/blog/zipkin-elk/ ),但是Elasticsearch不会使用Kibana创建索引。

When trying to create the indices in Kibana, the process does not end. 尝试在Kibana中创建索引时,该过程不会结束。 (Follow logs below). (按照下面的日志)。

I suspect the zipkin connection drivers are not compatible with elk 6.4.2. 我怀疑zipkin连接驱动程序与麋鹿6.4.2不兼容。 Has anyone had the same problem and has a "light at the end of the tunnel"? 有没有人遇到过同样的问题,并且有“隧道尽头的光”?

Tks for all! 谢谢大家!

Java version: Java版本:

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: Zipkin启动:

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

Error log in Elasticsearch: Elasticsearch中的错误日志:

[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]

Here is the related issue: 这是相关的问题:

we also mentioned recently that for data to appear, applications need to be
sending traces

https://github.com/openzipkin/zipkin#quick-start

you can tell also by hitting the /metrics endpoint and look at stats named
collector

https://github.com/openzipkin/zipkin/issues/1939 https://github.com/openzipkin/zipkin/issues/1939

I opened a issue on the zipkin github, a theme already being treated as a bug. 我在zipkin github上打开了一个问题,该主题已被视为错误。

Initial thread: https://github.com/openzipkin/zipkin/issues/2218#issuecomment-432876510 初始线程: https : //github.com/openzipkin/zipkin/issues/2218#issuecomment-432876510

Bug track: https://github.com/openzipkin/zipkin/issues/2219 错误轨道: https//github.com/openzipkin/zipkin/issues/2219

Tks for all! 谢谢大家!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM