Kibana problem : infinite load time

Hello everyone

I have a problem concerning kibana. When I launch elasticsearch and kibana on my terminal everything is fine.

I go to my localhost:5601 and everything seems to work. But when I go on "discovery" or on the dashboards that I have done in the past the load time does not stop.

I go back to my terminal and I see :

[2022-08-24T11:25:23,378][WARN ][r.suppressed             ] [MBE-DEV08] path: /kibana_sample_data_ecommerce/_async_search, params: {ignore_unavailable=true, preference=1661332889716, index=kibana_sample_data_ecommerce, keep_on_completion=true, keep_alive=604800000ms, batched_reduce_size=64, wait_for_completion_timeout=100ms, track_total_hits=false}
org.elasticsearch.action.UnavailableShardsException: [.async-search][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest [[.async-search][0]] containing [index {[.async-search][_doc][TH0msIQoQxKnlwmRcNDV4g], source[{"headers":{},"expiration_time":1661937863372,"result":"z4S1A0RGTABidHHLCfL0dTesCg5zKwuNyPBJyq0wTgrzygrJDgr3c09O8sstKAx18az0y0oJCfMIKw7Oyi5PzIrKCg5xKk+pyjf0D/E0YWBkqD/AwMDAyMjIlV+UkloUn5JYksrKwNQAFAQBRjDJBFKAxGdgbDqvdewMULrps7nXGQAAAAD//wMA"}]}]]
        at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase.retryBecauseUnavailable(TransportReplicationAction.java:1077) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase.doRun(TransportReplicationAction.java:873) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.action.support.replication.TransportReplicationAction$ReroutePhase$2.onTimeout(TransportReplicationAction.java:1032) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.cluster.ClusterStateObserver$ContextPreservingListener.onTimeout(ClusterStateObserver.java:345) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.cluster.ClusterStateObserver$ObserverClusterStateListener.onTimeout(ClusterStateObserver.java:263) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.cluster.service.ClusterApplierService$NotifyTimeout.run(ClusterApplierService.java:660) [elasticsearch-7.16.3.jar:7.16.3]
        at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:718) [elasticsearch-7.16.3.jar:7.16.3]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
        at java.lang.Thread.run(Thread.java:833) [?:?]

Can you help me with the problem I am having?

Thank you in advance for your feedback

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.