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"
}