mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Moves the following API sections under the REST APIs navigations: - API Conventions - Document APIs - Search APIs - Index APIs (previously named Indices APIs) - cat APIs - Cluster APIs Other supporting changes: - Removes the previous index APIs page under REST APIs. Adds a redirect for the removed page. - Removes several [partintro] macros so the docs build correctly. - Changes anchors for pages that become sections of a parent page. - Adds several redirects for existing pages that become sections of a parent page. This commit re-applies changes from #44238. Changes from that PR were reverted due to broken links in several repos. This commit adds redirects for those broken links.
76 lines
1.4 KiB
Plaintext
76 lines
1.4 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::monitoring/configuring-monitoring.asciidoc[]
|
|
|
|
include::{xes-repo-dir}/security/configuring-es.asciidoc[]
|
|
|
|
include::setup/setup-xclient.asciidoc[]
|
|
|
|
include::setup/bootstrap-checks-xes.asciidoc[]
|
|
|
|
include::upgrade.asciidoc[]
|
|
|
|
include::aggregations.asciidoc[]
|
|
|
|
include::query-dsl.asciidoc[]
|
|
|
|
include::scripting.asciidoc[]
|
|
|
|
include::mapping.asciidoc[]
|
|
|
|
include::analysis.asciidoc[]
|
|
|
|
include::modules.asciidoc[]
|
|
|
|
include::index-modules.asciidoc[]
|
|
|
|
include::ingest.asciidoc[]
|
|
|
|
include::ilm/index.asciidoc[]
|
|
|
|
include::sql/index.asciidoc[]
|
|
|
|
include::monitoring/index.asciidoc[]
|
|
|
|
include::rollup/index.asciidoc[]
|
|
|
|
include::frozen-indices.asciidoc[]
|
|
|
|
include::administering.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[]
|