Reporting should not be declared as x-pack feature

This commit is contained in:
Dale McDiarmid 2017-01-16 12:19:22 +00:00
parent 719bd67fde
commit 0656a19501
4 changed files with 3 additions and 7 deletions

View file

@ -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: ["alerting","monitoring","graph","security","reporting"]
es_xpack_features: ["alerting","monitoring","graph","security"]
#These are used for internal operations performed by ansible.
#They do not effect the current configuration
es_api_host: "localhost"