OpenSearch/docs/en/settings/configuring-xes.asciidoc
Lisa Cawley 551f2f6ac2 [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698)
* [DOCS] Create X-Pack installation and introduction for Elasticsearch Reference

* [DOCS] Address feedback in X-Pack install and intro info

* [DOCS] Add X-Pack setup pages

* [DOCS] Add ML settings to Elasticsearch

* [DOCS] Add table for X-Pack settings

* [DOCS]Add logstash settings

Original commit: elastic/x-pack-elasticsearch@65786cff78
2017-06-19 18:01:52 -07:00

24 lines
737 B
Plaintext

[role="xpack"]
[[settings-xpack]]
== Configuring X-Pack
You can configure {es} settings for {xpack} features in the `elasticsearch.yml`
file.
If you are using {kib}, there are also settings in the `kibana.yml` file. See
{kibana}/settings.html[Configuring {kib}].
//TODO: Add link to "Configuring XPack" in Kibana Reference.
The following settings pertain to specific {xpack} features:
* <<ml-settings,Machine Learning Settings>>
* {xpack-ref}/monitoring-settings.html[Monitoring Settings]
* {xpack-ref}/security-settings.html[Security Settings]
* {xpack-ref}/notification-settings.html[Watcher Settings]
For more information, see <<settings>> and
{xpack-ref}/xpack-settings.html[{xpack} Settings].
include::ml-settings.asciidoc[]