Hello,
What with the dot before the forward slash?
Question?
Could you explain more about this? How did you remove the default index set or did you assign a new default?
EDIT: I went over all the logs( a lot) here were some of my findings
cause java.lang.IllegalStateException: GELF message is too short. Not even the type header would fit.)
WARN : org.mongodb.driver.connection - Got socket exception on connection [connectionId{localValue:33, serverValue:56}] to ward-mongo.dk:27017. All connections to ward-mongo.dk:27017 will be closed
Maybe this post might help.
ERROR: org.graylog2.periodical.IndexRotationThread - Couldn’t perform index block check for index set :
Maybe this post might help.
WARN : org.glassfish.jersey.internal.Errors - The following warnings have been detected: WARNING: Unknown HK2 failure detected:
- Is there enough disk space for MongoDB to run?
- Is there enough main memory for MongoDB to run?
- Are the data files uncorrupted?
node.name": “684a07264547”, “message”: “gateway.auto_import_dangling_indices is disabled,
dangling indices will not be automatically detected or imported and must be managed manually” }
Check Elasticsearch for dangling indices:
curl -X GET localhost:9200/_dangling?pretty
Check Elasticsearch Indices:
curl -X GET localhost:9200/_cat/shards
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]" }
sysctl -w vm.max_map_count=262144
To be honest, It seams that there are multiple issues with this environment. If you removed default index set, that would probably the reason why you have _dangling indices, just a thought.