mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 02:44:49 +00:00
* [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
24 lines
737 B
Plaintext
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[]
|