簡體   English   中英

Zipkin + Elasticsearch(ELK)無法創建索引

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

嗨,大家好!

我在CentOS 7 x86_64(內核3.10.0-862.11.6.el7.x86_64)中使“ ELK”(6.4.2)與filebeat,metricbeat,packetbeat和winlogbeat完美配合。

我正在嘗試集成zipkin + elk(請參閱https://logz.io/blog/zipkin-elk/ ),但是Elasticsearch不會使用Kibana創建索引。

嘗試在Kibana中創建索引時,該過程不會結束。 (按照下面的日志)。

我懷疑zipkin連接驅動程序與麋鹿6.4.2不兼容。 有沒有人遇到過同樣的問題,並且有“隧道盡頭的光”?

謝謝大家!

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啟動:

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

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]

這是相關的問題:

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

我在zipkin github上打開了一個問題,該主題已被視為錯誤。

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

錯誤軌道: https//github.com/openzipkin/zipkin/issues/2219

謝謝大家!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM