【问题标题】:Kibana Fatal Error (Server is not ready yet)Kibana 致命错误(服务器尚未准备好)
【发布时间】:2021-08-16 13:00:29
【问题描述】:
retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]", "cluster.uuid":   "5FrxkY3GRbGzR2nSuEaxow", "node.id": "kHGHvefFTViG8CdPdF5pxw"  }
kibana           | {"type":"log","@timestamp":"2021-05-28T09:15:07+00:00","tags":["info","savedobjects-service"],"pid":7,"message":"[.kibana_task_manager]  UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> DONE"}
kibana           | {"type":"log","@timestamp":"2021-05-28T09:15:07+00:00","tags":["info","savedobjects-service"],"pid":7,"message":"[.kibana_task_manager] Migration completed after 8648ms"}
kibana           | {"type":"log","@timestamp":"2021-05-28T09:15:28+00:00","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: Cluster client cannot be used after it has been closed. error"}
 kibana           | {"type":"log","@timestamp":"2021-05-28T09:15:37+00:00","tags":["warning","plugins-system"],"pid":7,"message":"\"eventLog\" plugin didn't stop in 30sec., move on to the next."}
 kibana           | 
 kibana           |  FATAL  Error: Unable to complete saved object migrations for the [.kibana] index. RequestAbortedError: The content length (823769731) is bigger than the maximum allowed string (536870888)
 kibana           | 
 kibana exited with code 1

在通过 Vega-lite 创建了一些可视化后,我得到了这个错误。我如何设法解决? 如果您需要,我可以发布所有信息

【问题讨论】:

    标签: elasticsearch kibana elastic-stack


    【解决方案1】:

    分析网络上的不同反应后,我设法解决了:

    1 步:

     `http://localhost:9200/.kibana/_search?q=type:dashboard&size=100`
    

    2 步:

    `curl -X DELETE "localhost:5601/api/saved_objects/kibanaSavedObjectMeta.searchSourceJSON.index/index-pattern/e68f45b0-ab73-11eb-a01c-8590ef1580f4/" -H 'kbn-xsrf: true'
    #(Respectly <name>/<type>/<id>)
    `
    

    在执行此操作之前,我将按照link 的说明进行操作,以确保一切正常 在实践中,问题是由于我们在空间中的信息上保存了太多的对象。如果我已经删除了所有问题,有不同的方法可以解决它们,但你也可以增加空间。另一个建议是避免分区

    【讨论】:

      猜你喜欢
      • 2021-02-23
      • 2019-07-01
      • 2021-09-15
      • 2020-09-22
      • 2020-04-27
      • 1970-01-01
      • 2020-01-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多