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 manual redirects for topics that are 404-ing in current. #55989

Closed
wants to merge 1 commit into from
Closed
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
68 changes: 68 additions & 0 deletions docs/reference/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,71 @@ See <<ilm-actions>>.
=== {ilm-init} policy definition

See <<ilm-index-lifecycle>>.

[role="exclude",id="mapping-nested-type"]
=== Installing {es}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong heading.

Suggested change
=== Installing {es}
=== Nested field datatype


See <<nested>>.

[role="exclude",id="_basic_concepts"]
=== Basic {es} concepts

See <<elasticsearch-intro>>.


[role="exclude",id="mapping-timestamp-field"]
===
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing heading.

Suggested change
===
=== Mapping timestamp fields


Use a regular <<date>> field.

[role="exclude",id="mapping-core-types"]
=== Core datatypes

See <<mapping-types>>.

[role="exclude",id="modules-discovery-zen"]
=== Discovery and cluster formation

See <<modules-discovery-hosts-providers>>.

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

Use a <<query-dsl-bool-query>> with a filter.

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

Use <<search-aggregations>>.

[role="exclude",id="setup-configuration"]
=== {es} configuration

See <<settings>>.

[role="exclude",id="indices-optimize"]
=== Index optimization

Use <<indices-forcemerge>>.

[role="exclude",id="query-dsl-nested-filter"]
=== Nested filter

Use <<query-dsl-nested-query>>.

[role="exclude",id="query-dsl-bool-filter"]
=== Bool filter

Use <<query-dsl-bool-query>>.

[role="exclude",id="query-dsl-terms-filter"]
=== Terms filter

Use <<query-dsl-terms-query>>.

[role="exclude",id="cluster-nodes-shutdown"]
=== Shut down nodes

Set up {es} to run as a service.
For more information, see <<install-elasticsearch>>.