New ES user : Issue while installation

Hi there, i am few hours in to ES now and trying to install elastic one of my nodes, and have been getting this error, i did look upon my path.conf file and .yml file wherein i didnt find problems (offcourse with limtied knowledge i have about ES 6.0)

Can someone help with next steps please. much appreicated.

[2017-12-13T13:00:57,433][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [OPS_ES_CLUSTER_NDOENAMEXXXX_N1] uncaught exception in thread [main]

org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: unknown setting [path.conf] please check that any required plugins are installed, or check the breaking changes documentation for removed settings

at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:134) ~[elasticsearch-6.0.1.jar:6.0.1]

Have you modified your elasticsearch.yml, specifically the path.conf section?

Yes i added below, as path.conf wasn't present in yml file before.

path.conf: /opt/elasticsearch/config/

Does that location exist?

Unless you are changing it from the default, you don't need to define it.

yes it does

[elastic@NODE config]$ pwd

/opt/elasticsearch/config

[elastic@NODE config]$ ls -ltr

total 16

-rwxr-xr-x 1 root root 5091 Dec 4 09:27 log4j2.properties

-rwxr-xr-x 1 root root 2672 Dec 13 12:13 jvm.options

-rwxr-xr-x 1 root root 3098 Dec 13 12:59 elasticsearch.yml

This is strange. I know path.data and path.logs are config settings, but this is the first time I have seen path.conf :frowning:

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