mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
c8e3128fe4
* [DOCS] Combo version of ILM docs. * [DOCS] Moved tutorial from Kibana. * Adds documentation for index lifecycle policies (#28705) * [DOCS] Adds documentation for index lifecycle policies * [DOCS] Updated image for policy options to show all menu items * Update create-policy.asciidoc * [DOCS] Incorporated review comments on hot and warm phase * [DOCS] Additional changes to warm phase * [DOCS] Removed the word open in the warm phase * Adds X-Pack icon for ILM (#34178) * Add ILM tutorial (#59502) * Add tutorial for ILM with filebeat * Change screenshots and add additional steps * Update screenshots, add numbered steps, and other minor edits * Incorporate feedback: update links, formatting, and minor edits * Move tip inline with list * Apply suggestions from code review Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Move TIP inline . . . again * Put TIP inline Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Updates for navigation redesign (#68709) * [DOCS] Updates for navigation redesign * Getting started * Set up text * Discover * Dashboard, Graph, ML, Maps, APM, SIEM, Dev tools * Dev Tools, Stack Monitoring, Management * Management * Final changes * [DOCS] Updates for navigation redesign * [DOCS] Updates CCR monitoring screenshots * updates SIEM screenshot and Cases overview text * Added Brandon's APM image * [DOCS] Refines CCR shard screenshot * Removed merge conflict image file Co-authored-by: lcawl <lcawley@elastic.co> Co-authored-by: Ben Skelker <ben.skelker@elastic.co> * [DOCS] Put API examples in collapsible sections like ML does * Fix include * Added tutorial images * Fixed images * Add short title for FB tutorial * Add missing files * Incorporate review feedback * review feedback * Incorporated review feedback Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Melori Arellano <melori@elastic.co> Co-authored-by: James Rodewig <james.rodewig@elastic.co> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> Co-authored-by: Ben Skelker <ben.skelker@elastic.co> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Melori Arellano <melori@elastic.co> Co-authored-by: James Rodewig <james.rodewig@elastic.co> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> Co-authored-by: Ben Skelker <ben.skelker@elastic.co>
81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
[[elasticsearch-reference]]
|
|
= Elasticsearch Reference
|
|
|
|
:include-xpack: true
|
|
:es-test-dir: {elasticsearch-root}/docs/src/test
|
|
:plugins-examples-dir: {elasticsearch-root}/plugins/examples
|
|
:xes-repo-dir: {elasticsearch-root}/x-pack/docs/{lang}
|
|
:es-repo-dir: {elasticsearch-root}/docs/reference
|
|
|
|
include::../Versions.asciidoc[]
|
|
|
|
include::intro.asciidoc[]
|
|
|
|
include::release-notes/highlights.asciidoc[]
|
|
|
|
include::getting-started.asciidoc[]
|
|
|
|
include::setup.asciidoc[]
|
|
|
|
include::upgrade.asciidoc[]
|
|
|
|
include::data-streams/data-streams.asciidoc[]
|
|
|
|
include::search/index.asciidoc[]
|
|
|
|
include::query-dsl.asciidoc[]
|
|
|
|
ifdef::permanently-unreleased-branch[]
|
|
include::eql/index.asciidoc[]
|
|
endif::[]
|
|
|
|
include::sql/index.asciidoc[]
|
|
|
|
include::aggregations.asciidoc[]
|
|
|
|
include::scripting.asciidoc[]
|
|
|
|
include::mapping.asciidoc[]
|
|
|
|
include::analysis.asciidoc[]
|
|
|
|
include::index-modules.asciidoc[]
|
|
|
|
include::ingest.asciidoc[]
|
|
|
|
include::ilm/index.asciidoc[]
|
|
|
|
ifdef::permanently-unreleased-branch[]
|
|
|
|
include::autoscaling/index.asciidoc[]
|
|
|
|
endif::[]
|
|
|
|
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::glossary.asciidoc[]
|
|
|
|
include::rest-api/index.asciidoc[]
|
|
|
|
include::migration/index.asciidoc[]
|
|
|
|
include::release-notes.asciidoc[]
|
|
|
|
include::redirects.asciidoc[]
|