Skip to content

Tag: elasticsearch

ElasticSearch – Failed to obtain node locks

I have a single node ElasticSearch Cluster in local. I am unable to start elasticsearch service. Getting this error: I have tried the answers of this and this post but couldn’t resolve. OS: RedHat 7.5 All directories in elasticsearch have write permission There is no other elastic instance running , I h…

How to format a date to insert in Elasticsearch

I’m coding a Java app to insert data in Elasticsearch 7.5.1. When creating the index the property was set like this: Now when inserting the date I’m getting this error: I’m currently doing it like this: And checking a working index I can see it’s formatted like this, example: 2019-10-0…

ingest-attachment needs more rights

I have an app which uses the elastic search when I do apt ugrade I get I’m not familiar with java at all. Can you tell me what I’m supposed to do? Answer According to the discussion on elastic.io this is just a warning and by pressing “y” or using the option “-b”, the requi…