Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add redirects for 404 pages #57161

Merged
merged 4 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/ilm/using-policies-rollover.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[testenv="basic"]
[[ilm-configure-rollover]]
== Configure rollover
[[using-policies-rollover]]

You control when the rollover action is triggered by specifying one or more
rollover criteria:

Expand Down
83 changes: 83 additions & 0 deletions docs/reference/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -709,3 +709,86 @@ See <<ilm-actions>>.
=== {ilm-init} policy definition

See <<ilm-index-lifecycle>>.

[role="exclude",id="_timing"]
=== Timing

See <<ilm-phase-transitions>>.

[role="exclude",id="_installation"]
=== Installation

See <<install-elasticsearch>>.

[role="exclude",id="mapping-ttl-field"]
=== `_ttl` mappings

The `_ttl` mappings have been removed. As a replacement for `_ttl`
mappings, we recommend using <<index-lifecycle-management,{ilm-init}>> to create
time-based indices.

[role="exclude",id="setup-service"]
=== Running as a service on Linux

See <<starting-elasticsearch>>.

[role="exclude",id="modules-scripting-painless-syntax"]
=== Painless syntax

See {painless}/painless-lang-spec.html[Painless language specification].

[role="exclude",id="using-policies-rollover"]
=== Using policies to manage index rollover

See <<ilm-configure-rollover>>.

[role="exclude",id="_applying_a_policy_to_our_index"]
=== Applying a policy to our index

See <<ilm-gs-apply-policy>>.

[role="exclude",id="setup-dir-layout"]
=== Directory layout

See <<settings>>.

[role="exclude",id="scan-scroll"]
=== Scan and scroll

See <<request-body-search-scroll>>.

[role="exclude",id="mapping-dynamic-mapping"]
=== Dynamic mapping

See <<dynamic-mapping>>.

[role="exclude",id="applying-policy-to-template"]
=== Applying a policy to an index template

See <<ilm-gs-apply-policy>>.

[role="exclude",id="indices-status"]
=== Index status API

The index `_status` API has been replaced with the <<indices-stats,index
stats>> and <<indices-recovery,index recovery>> APIs.

[role="exclude",id="search-facets"]
=== Search facets

See <<search-aggregations>>.

[role="exclude",id="_executing_searches"]
=== Executing searches

See <<getting-started-search>>.

[role="exclude",id="mapping-root-object-type"]
=== Mapping root object type

Mapping types have been removed. See <<mapping>>.

[role="exclude",id="query-dsl-filters"]
=== Query DSL filters

See <<query-filter-context>>.