Hi guys,
I'm hoping to get some help with a problem I'm having.
I just installed two Elasticsearch nodes in a cluster with a Kibana frontend (also freshly installed). I have configured everything according to the documentation (at least I think), but when I import a CSV file, it freezes when uploading the file (wizard).
The pipeline and the index appear to be created correctly. I can also see the loading-icon in the top left-hand corner.
When I close the import help and go to the discovery screen, I see values being imported, but it takes a while for all the data to appear to be imported. The problem is that it is not all the data and many entries are imported multiple times.
I have a similarly configured instance (complete ELK) in my lab and it is configured in exactly the same way (except for the second elastic node). However, the data is imported cleanly there and the wizard also runs normally.
Some further infos to the cluster-health:
{
"cluster_name" : "analyze",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 2,
"number_of_data_nodes" : 2,
"active_primary_shards" : 32,
"active_shards" : 64,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}
Every node is running on his own VM and also they are all in one subnet. No local firewall is active.
Just tell me, if you need some further information... thanks everyone for the help!
Kind regards,
Ulli