Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.7k views
in Technique[技术] by (71.8m points)

elasticsearch - Fresh Kibana logs error on version_conflict_engine_exception

I've already downloaded Elasticsearch-7.10.1-windowsx86-64 and Kibana-7.10.1-windowsx86-64 for local windows-10 x64. After first run (still data folder in Elasticsearch is empty) no error appears. But when I run Kibana again (the data folder inside elastic folder, with 6 indices inside it is made after first running of Kibana) then I get these errors:

      log   [15:09:15.817] [info][plugins][taskManager][taskManager] TaskManager is identified by the Kibana UUID: 5ef44c2f-ef26-4c16-a75e-27a32ffb8bbc
  log   [15:09:15.955] [info][crossClusterReplication][plugins] Your basic license does not support crossClusterReplication. Please upgrade your license.
  log   [15:09:15.961] [info][plugins][watcher] Your basic license does not support watcher. Please upgrade your license.
  log   [15:09:15.963] [info][kibana-monitoring][monitoring][monitoring][plugins] Starting monitoring stats collection
  log   [15:09:16.221] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:Lens-lens_telemetry]: version conflict, document already exists (current version [4])
  log   [15:09:16.229] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [4])
  log   [15:09:16.230] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [4])
  log   [15:09:16.231] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:Actions-actions_telemetry]: version conflict, document already exists (current version [4])
  log   [15:09:16.232] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [4])
  log   [15:09:16.338] [info][listening] Server running at http://localhost:5601
  log   [15:09:16.840] [info][server][Kibana][http] http server running at http://localhost:5601

Good to say that I have no problem with creating my mappings, my indices, connecting locally to my .NET core app, searching my DB with Elasticsearch, using Kibana, showing my documents and Indexes in Kibana and ... I have no problem any where with anything, and everything works good except the errors at starting of Kibana. If I delete data folder in Elasticsearch , again no errors thrown by Kibana on starting Kibana.

I used Kibana/Elasticsearch in my local Linux machine, again every thing is good and my .NET core application is connected and using Elasticsearch correctly and I can use Kibana remotely correctly, but I do not know about the data created by Kibana at first run which throw some errors on conflict version at following starts up of Kibana !


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...