mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
e20459c202
Since autoscaling is currently only under development, this commit causes the autoscaling docs to be excluded any time that release docs are being built.
86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
[[elasticsearch-reference]]
|
|
= Elasticsearch Reference
|
|
|
|
:include-xpack: true
|
|
:es-test-dir: {docdir}/../src/test
|
|
:plugins-examples-dir: {docdir}/../../plugins/examples
|
|
:xes-repo-dir: {docdir}/../../x-pack/docs/{lang}
|
|
:es-repo-dir: {docdir}
|
|
|
|
|
|
include::../Versions.asciidoc[]
|
|
|
|
include::intro.asciidoc[]
|
|
|
|
include::getting-started.asciidoc[]
|
|
|
|
include::setup.asciidoc[]
|
|
|
|
include::setup/setup-xes.asciidoc[]
|
|
|
|
include::setup/setup-xclient.asciidoc[]
|
|
|
|
include::setup/bootstrap-checks-xes.asciidoc[]
|
|
|
|
include::upgrade.asciidoc[]
|
|
|
|
include::aggregations.asciidoc[]
|
|
|
|
include::query-dsl.asciidoc[]
|
|
|
|
include::modules/cross-cluster-search.asciidoc[]
|
|
|
|
include::scripting.asciidoc[]
|
|
|
|
include::mapping.asciidoc[]
|
|
|
|
include::analysis.asciidoc[]
|
|
|
|
include::modules.asciidoc[]
|
|
|
|
include::index-modules.asciidoc[]
|
|
|
|
include::ingest.asciidoc[]
|
|
|
|
include::ilm/index.asciidoc[]
|
|
|
|
ifeval::["{release-state}"=="unreleased"]
|
|
|
|
include::autoscaling/index.asciidoc[]
|
|
|
|
endif::[]
|
|
|
|
include::sql/index.asciidoc[]
|
|
|
|
include::monitoring/index.asciidoc[]
|
|
|
|
include::frozen-indices.asciidoc[]
|
|
|
|
include::data-rollup-transform.asciidoc[]
|
|
|
|
include::high-availability.asciidoc[]
|
|
|
|
include::snapshot-restore/index.asciidoc[]
|
|
|
|
include::{xes-repo-dir}/security/index.asciidoc[]
|
|
|
|
include::{xes-repo-dir}/watcher/index.asciidoc[]
|
|
|
|
include::commands/index.asciidoc[]
|
|
|
|
include::how-to.asciidoc[]
|
|
|
|
include::testing.asciidoc[]
|
|
|
|
include::glossary.asciidoc[]
|
|
|
|
include::rest-api/index.asciidoc[]
|
|
|
|
include::release-notes/highlights.asciidoc[]
|
|
|
|
include::migration/index.asciidoc[]
|
|
|
|
include::release-notes.asciidoc[]
|
|
|
|
include::redirects.asciidoc[]
|