mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
* [DOCS] Create top-level "Search your data" page **Goal** Create a top-level search section. This will let us clean up our search API reference docs, particularly content from [`Request body search`][0]. **Changes** * Creates a top-level `Search your data` page. This page is designed to house concept and tutorial docs related to search. * Creates a `Run a search` page under `Search your data`. For now, This contains a basic search tutorial. The goal is to add content from [`Request body search`][0] to this in the future. * Relocates `Long-running searches` and `Search across clusters` under `Search your data`. Increments several headings in that content. * Reorders the top-level TOC to move `Search your data` higher. Also moves the `Query DSL`, `EQL`, and `SQL access` chapters immediately after. Relates to #48194 [0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html
81 lines
1.5 KiB
Text
81 lines
1.5 KiB
Text
[[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::upgrade.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::modules.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::release-notes/highlights.asciidoc[]
|
|
|
|
include::migration/index.asciidoc[]
|
|
|
|
include::release-notes.asciidoc[]
|
|
|
|
include::redirects.asciidoc[]
|