I would want to disable all the x-pack features like ml,security,monitoring etc.. in the source code of elasticsearch. I am using elasticsearch version 6.6.0.
Because elasticsearch opensource comes with xpack,i am having difficult time in disabling elasticsearch.
any idea how to do it.
I tried commenting out the line, addSubProjects('', new File(rootProject.projectDir, 'x-pack'))
in settings.gradle but it doesnt seem to work.
You can use the current installation with x-pack features disabled.
In case, in future, if you need to use x-pack features you would not need to install anything else and just enable the features that you want to use with an appropriate license. With the basic license, you get some additional features like Index lifecycle management, Data rollups etc. For comparison please see here https://www.elastic.co/subscriptions
I was able to stop x-pack by commenting few lines in build.gradle .
But i dont want to remove or comment any code.
So is there any gradle command to exclude x-pack in compile time
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.