Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable xpack features on Open Distro For Elasticsearch

I'm testing ODFE (version 0.9 at the moment), and I find the lack of xpack features annoying. Would it be possible to activate some of them (the free ones of course) on ODFE ? I really appreciate the monitoring section for example, or the ILM API. Kibana feels kind of empty with ODFE :(

I've searched a bit around, but since many versions xpack is no longer a plugin but is built-in, however I find no trace of xpack in ODFE.

Is there any good replacements, or ways to install it ?

Cheers,

like image 841
LeCoon zarakailloux Avatar asked May 07 '19 01:05

LeCoon zarakailloux


People also ask

What is Xpack in Elasticsearch?

X-Pack is an Elastic Stack extension that provides security, alerting, monitoring, reporting, machine learning, and many other capabilities. By default, when you install Elasticsearch, X-Pack is installed. If you want to try all of the X-Pack features, you can start a 30-day trial.

Is Xpack free in Elasticsearch?

Since version 6.8. 0 and 7.1. 0, some features of XPack Security are now included into the BASIC license, and are thus free.


1 Answers

As stated in their initial announcement, Open Distro For Elasticsearch is based on the open-source version of Elasticsearch and is not a fork, even though they do include a few other open-source plugins for security, alerting, SQL and more.

You need to know that XPack features are commercial features (some free, some you have to pay for) that Elastic is only including into their official releases, but not in the open-source code base.

Now since ODFE is based on the open-source ES distribution (without XPack by definition) and since XPack (under Elastic licensing) is now bundled as a module into the official ES release, there's no way that you can install XPack as a plugin into ODFE, as that would violate the Elastic license.

Even the free XPack features will never be included in the open source version. The only way that free XPack features will one day be included in ODFE is if Amazon redevelops them from scratch in their own code base. So you need to decide up front what kind of features you need and then take the appropriate ES release that fit your needs.

Also worth reading: Shay Banon (Elastic CEO) on "Open" Distros, Open Source, and Building a Company

UPDATE (May 20th, 2019):

Since version 6.8.0 and 7.1.0, some features of XPack Security are now included into the BASIC license, and are thus free.

like image 65
Val Avatar answered Nov 15 '22 10:11

Val