# Enable x-pack

**URL:** https://discuss.elastic.co/t/enable-x-pack/142252
**Category:** Elasticsearch
**Created:** [July 30, 2018, 10:23pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252 "2018-07-30T22:23:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![avranCheck](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@avranCheck](https://discuss.elastic.co/u/avranCheck)
#### Post date: [July 30, 2018, 10:23pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/1 "2018-07-30T22:23:00Z")

</div>

Based on this [https://www.elastic.co/blog/doubling-down-on-open](https://www.elastic.co/blog/doubling-down-on-open) and [https://www.elastic.co/products/x-pack/open](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](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"
}
```

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [July 30, 2018, 11:08pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/2 "2018-07-30T23:08:03Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![TimV](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/timv/32/13162_2.png) [@TimV](https://discuss.elastic.co/u/TimV)
#### Post date: [July 30, 2018, 11:13pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/3 "2018-07-30T23:13:16Z")

</div>

> [@avranCheck](#):
>
> don't see the xpack settings

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.

---

<div class="post-metadata">

### Author: ![avranCheck](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@avranCheck](https://discuss.elastic.co/u/avranCheck)
#### Post date: [August 2, 2018, 2:19am UTC](https://discuss.elastic.co/t/enable-x-pack/142252/4 "2018-08-02T02:19:52Z")

</div>

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](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 ?

---

<div class="post-metadata">

### Author: ![TimV](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/timv/32/13162_2.png) [@TimV](https://discuss.elastic.co/u/TimV)
#### Post date: [August 2, 2018, 3:07am UTC](https://discuss.elastic.co/t/enable-x-pack/142252/5 "2018-08-02T03:07:05Z")

</div>

> [@avranCheck](#):
>
> how to enable Graphs

[_Graph_](https://www.elastic.co/products/stack/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_](https://www.elastic.co/products/kibana) are part of Kibana, available free in the base (OSS) product. These show graphical representations of your Elasticsearch data.

> [@](#):
>
> 1. Can i use graph with basic installation ?

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

> [@](#):
>
> 1. How do I enable graphs ?

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

> [@](#):
>
> 1. Can this done on standalone versions ?

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

---

<div class="post-metadata">

### Author: ![avranCheck](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@avranCheck](https://discuss.elastic.co/u/avranCheck)
#### Post date: [August 2, 2018, 1:17pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/6 "2018-08-02T13:17:21Z")

</div>

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](https://www.elastic.co/blog/doubling-down-on-open)) leads towards it is available for all users.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [August 2, 2018, 9:30pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/7 "2018-08-02T21:30:28Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 30, 2018, 9:36pm UTC](https://discuss.elastic.co/t/enable-x-pack/142252/8 "2018-08-30T21:36:14Z")

</div>

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