Enable x-pack

Based on this https://www.elastic.co/blog/doubling-down-on-open and https://www.elastic.co/products/x-pack/open I was expecting to see XPack in the base product

I have ELK 6.3.0 and don't see the xpack settings mentioned https://www.elastic.co/guide/en/elastic-stack-overview/current/installing-xpack.html

X-Pack are free, such as monitoring, tile maps, Grok Debugger, and Search Profiler.... What about Graph and ML , is it free or Elastic License ?

To make sure I downloaded 6.3.2 , and don't see it in there either. What am I missing ?

Below is my _xpack from 6.3.0:

{
"build": {
"hash": "424e937",
"date": "2018-06-11T23:42:35.448128Z"
},
"license": {
"uid": "cc0f2df1-23da-4ec9-95ec-be2395e8afe0",
"type": "basic",
"mode": "basic",
"status": "active"
},
"features": {
"graph": {
"description": "Graph Data Exploration for the Elastic Stack",
"available": false,
"enabled": true
},
"logstash": {
"description": "Logstash management component for X-Pack",
"available": false,
"enabled": true
},
"ml": {
"description": "Machine Learning for the Elastic Stack",
"available": false,
"enabled": true,
"native_code_info": {
"version": "6.3.0",
"build_hash": "0f0a34c67965d7"
}
},
"monitoring": {
"description": "Monitoring for the Elastic Stack",
"available": true,
"enabled": true
},
"rollup": {
"description": "Time series pre-aggregation and rollup",
"available": true,
"enabled": true
},
"security": {
"description": "Security for the Elastic Stack",
"available": false,
"enabled": true
},
"watcher": {
"description": "Alerting, Notification and Automation for the Elastic Stack",
"available": false,
"enabled": true
}
},
"tagline": "You know, for X"
}

They are bundled in the default distribution but are still licensed as per historic methods.
You're in a basic license, so they are not enabled.

The sample config file does not include every possible setting.
If you need to set something that isn't there, you just add it yourself.

Thanks for responding. Went back to the documentation and am unclear about how to enable Graphs. Based on this, I SHOULD be able to graphs started : https://www.elastic.co/guide/en/elastic-stack-overview/current/xpack-settings.html.

Questions: 1) Can i use graph with basic installation ?
2) How do I enable graphs ?
3) Can this done on standalone versions ?

Graph is a feature in Elasticsearch under a platinum (or 30 day trial) license. It is primarily focused on exploring the relationships between data stored in Elasticsearch.

Visualisations are part of Kibana, available free in the base (OSS) product. These show graphical representations of your Elasticsearch data.

You need a platinum or trial license to use Graph. You can use Kibana visualisations on any installation.

Graph will be enabled by default if you have a license that supports it.
Kibana visualisations require an installation of Kibana.

I'm not sure what you mean by that question.

1 Like

thanks , that clarifies it. I was struggling with trying to enable graphs on a "basic" license. The information from Shay (https://www.elastic.co/blog/doubling-down-on-open) leads towards it is available for all users.

1 Like

He was pretty clear in there that the code is open, but it's not free.

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