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] Update Fleet links #66553

Merged
merged 1 commit into from
Dec 17, 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/data-streams/set-up-a-data-stream.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ template is used for data streams.
====
{es} has built-in index templates for the `metrics-*-*`, `logs-*-*`, and
`synthetics-*-*` index patterns, each with a priority of `100`.
{ingest-guide}/fleet-overview.html[{agent}] uses these templates to
{fleet-guide}/fleet-overview.html[{agent}] uses these templates to
create data streams.

If you use {agent}, assign your index templates a priority lower than `100` to
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/docs/index_.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ the operation automatically creates the index and applies any matching
====
{es} has built-in index templates for the `metrics-*-*`, `logs-*-*`, and `synthetics-*-*` index
patterns, each with a priority of `100`.
{ingest-guide}/fleet-overview.html[{agent}] uses these templates to
{fleet-guide}/fleet-overview.html[{agent}] uses these templates to
create data streams. If you use {agent}, assign your index templates a priority
lower than `100` to avoid overriding the built-in templates.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/indices/index-templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If a new data stream or index matches more than one index template, the index te
====
{es} has built-in index templates for the `metrics-*-*`, `logs-*-*`, and `synthetics-*-*` index
patterns, each with a priority of `100`.
{ingest-guide}/fleet-overview.html[{agent}] uses these templates to
{fleet-guide}/fleet-overview.html[{agent}] uses these templates to
create data streams. If you use {agent}, assign your index templates a priority
lower than `100` to avoid an overriding the built-in templates.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/indices/put-index-template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ used to match the names of data streams and indices during creation.
====
{es} has built-in index templates for the `metrics-*-*`, `logs-*-*`, and `synthetics-*-*` index
patterns, each with a priority of `100`.
{ingest-guide}/fleet-overview.html[{agent}] uses these templates to
{fleet-guide}/fleet-overview.html[{agent}] uses these templates to
create data streams. If you use {agent}, assign your index templates a priority
lower than `100` to avoid an overriding the built-in templates.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/migration/migrate_7_9.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
*Details* +
In 7.9, {es} added built-in index templates for the `metrics-*-*` and
`logs-*-*` index patterns, each with a priority of `100`.
{ingest-guide}/ingest-management-overview.html[{agent}] uses these templates to
{fleet-guide}/ingest-management-overview.html[{agent}] uses these templates to
create data streams.

*Impact* +
Expand Down