Ability to disable x-pack features
This commit is contained in:
parent
1a207458a6
commit
f664580ce6
3 changed files with 22 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ es_work_dir: "/tmp/elasticsearch"
|
|||
es_max_open_files: 65536
|
||||
es_allow_downgrades: false
|
||||
es_enable_xpack: false
|
||||
es_xpack_features: []
|
||||
es_xpack_features: ["alerting","monitoring","graph","security","reporting"]
|
||||
#These are used for internal operations performed by ansible.
|
||||
#They do not effect the current configuration
|
||||
es_api_host: "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue