Skip to content

Commit d3c4ff0

Browse files
Merge branch 'main' into fix-apm-dead-links
2 parents ae74664 + 9b64691 commit d3c4ff0

File tree

190 files changed

+386
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+386
-386
lines changed

deploy-manage/deploy/cloud-on-k8s/configuration-examples-fleet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ The examples in this section are for illustration purposes only and should not b
1212
::::
1313

1414

15-
## System and {{k8s}} {integrations} [k8s_system_and_k8s_integrations]
15+
## System and {{k8s}} {{integrations}} [k8s_system_and_k8s_integrations]
1616

1717
```sh
1818
kubectl apply -f https://raw.githubusercontent.com/elastic/cloud-on-k8s/2.16/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml
1919
```
2020

21-
Deploys {{agent}} as a DaemonSet in {{fleet}} mode with System and {{k8s}} {integrations} enabled. System integration collects syslog logs, auth logs and system metrics (for CPU, I/O, filesystem, memory, network, process and others). {{k8s}} {integrations} collects API server, Container, Event, Node, Pod, Volume and system metrics.
21+
Deploys {{agent}} as a DaemonSet in {{fleet}} mode with System and {{k8s}} {{integrations}} enabled. System integration collects syslog logs, auth logs and system metrics (for CPU, I/O, filesystem, memory, network, process and others). {{k8s}} {{integrations}} collects API server, Container, Event, Node, Pod, Volume and system metrics.
2222

2323

24-
## System and {{k8s}} {integrations} running as non-root [k8s_system_and_k8s_integrations_running_as_non_root]
24+
## System and {{k8s}} {{integrations}} running as non-root [k8s_system_and_k8s_integrations_running_as_non_root]
2525

2626
```sh
2727
kubectl apply -f https://raw.githubusercontent.com/elastic/cloud-on-k8s/2.16/config/recipes/elastic-agent/fleet-kubernetes-integration-nonroot.yaml

deploy-manage/deploy/cloud-on-k8s/configuration-fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ roleRef:
216216

217217
## Deploy {{agent}} in secured clusters [k8s-elastic-agent-fleet-configuration-deploying-in-secured-clusters]
218218

219-
To deploy {{agent}} in clusters with the Pod Security Policy admission controller enabled, or in [OpenShift](k8s-openshift-agent.md) clusters, you might need to grant additional permissions to the Service Account used by the {{agent}} Pods. Those Service Accounts must be bound to a Role or ClusterRole that has `use` permission for the required Pod Security Policy or Security Context Constraints. Different {{agent}} {integrations} might require different settings set in their PSP/[SCC](k8s-openshift-agent.md).
219+
To deploy {{agent}} in clusters with the Pod Security Policy admission controller enabled, or in [OpenShift](k8s-openshift-agent.md) clusters, you might need to grant additional permissions to the Service Account used by the {{agent}} Pods. Those Service Accounts must be bound to a Role or ClusterRole that has `use` permission for the required Pod Security Policy or Security Context Constraints. Different {{agent}} {{integrations}} might require different settings set in their PSP/[SCC](k8s-openshift-agent.md).
220220

221221

222222
## Customize {{fleet-server}} Service [k8s-elastic-agent-fleet-configuration-customize-fleet-server-service]

deploy-manage/deploy/cloud-on-k8s/k8s_prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
podSelector:
173173
matchLabels:
174174
common.k8s.elastic.co/type: elasticsearch
175-
# [Optional] Restrict to a single {es} cluster named hulk.
175+
# [Optional] Restrict to a single {{es}} cluster named hulk.
176176
# elasticsearch.k8s.elastic.co/cluster-name=hulk
177177
- ports:
178178
- port: 53

deploy-manage/deploy/elastic-cloud/azure-native-isv-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ $$$azure-integration-whats-included$$$What is included in my {{ecloud}} deployme
298298
: Each {{ecloud}} deployment includes:
299299

300300
* An {{es}} cluster
301-
* A {{kib}} instance which provides data visualization and a front-end for the {stack}
301+
* A {{kib}} instance which provides data visualization and a front-end for the {{stack}}
302302
* An APM server that allows you to easily collect application traces
303303
* An {{ents}} instance that allows you to easily build a search experience with an intuitive interface
304304

deploy-manage/deploy/self-managed/configure-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The configuration files should contain settings which are node-specific (such as
1414

1515
{{es}} has three configuration files:
1616

17-
* `elasticsearch.yml` for configuring {es}
17+
* `elasticsearch.yml` for configuring {{es}}
1818
* `jvm.options` for configuring {{es}} JVM settings
1919
* `log4j2.properties` for configuring {{es}} logging
2020

deploy-manage/deploy/self-managed/install-elasticsearch-with-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ To remove the containers and their network, run:
202202
# Remove the Elastic network
203203
docker network rm elastic
204204
205-
# Remove {es} containers
205+
# Remove {{es}} containers
206206
docker rm es01
207207
docker rm es02
208208
209-
# Remove the {kib} container
209+
# Remove the {{kib}} container
210210
docker rm kib01
211211
```
212212

deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mapped_pages:
1010
This package contains both free and subscription features. [Start a 30-day trial](https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html) to try out all of the features.
1111

1212
::::{note}
13-
On Windows the {{es}} {ml} feature requires the Microsoft Universal C Runtime library. This is built into Windows 10, Windows Server 2016 and more recent versions of Windows. For older versions of Windows it can be installed via Windows Update, or from a [separate download](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows). If you cannot install the Microsoft Universal C Runtime library you can still use the rest of {{es}} if you disable the {{ml}} feature.
13+
On Windows the {{es}} {{ml}} feature requires the Microsoft Universal C Runtime library. This is built into Windows 10, Windows Server 2016 and more recent versions of Windows. For older versions of Windows it can be installed via Windows Update, or from a [separate download](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows). If you cannot install the Microsoft Universal C Runtime library you can still use the rest of {{es}} if you disable the {{ml}} feature.
1414
::::
1515

1616

deploy-manage/deploy/self-managed/install-with-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ To remove the containers and their network, run:
151151
# Remove the Elastic network
152152
docker network rm elastic
153153
154-
# Remove the {es} container
154+
# Remove the {{es}} container
155155
docker rm es01
156156
157-
# Remove the {kib} container
157+
# Remove the {{kib}} container
158158
docker rm kib01
159159
```
160160

deploy-manage/monitor/monitoring-data/kibana-alerts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ applies:
1212

1313
# Kibana alerts [kibana-alerts]
1414

15-
The {{stack}} {monitor-features} provide [Alerting rules](../../../explore-analyze/alerts-cases/alerts.md) out-of-the box to notify you of potential issues in the {{stack}}. These rules are preconfigured based on the best practices recommended by Elastic. However, you can tailor them to meet your specific needs.
15+
The {{stack}} {{monitor-features}} provide [Alerting rules](../../../explore-analyze/alerts-cases/alerts.md) out-of-the box to notify you of potential issues in the {{stack}}. These rules are preconfigured based on the best practices recommended by Elastic. However, you can tailor them to meet your specific needs.
1616

1717
:::{image} ../../../images/kibana-monitoring-kibana-alerting-notification.png
18-
:alt: {{kib}} alerting notifications in {stack-monitor-app}
18+
:alt: {{kib}} alerting notifications in {{stack-monitor-app}}
1919
:class: screenshot
2020
:::
2121

2222
When you open **{{stack-monitor-app}}** for the first time, you will be asked to acknowledge the creation of these default rules. They are initially configured to detect and notify on various conditions across your monitored clusters. You can view notifications for: **Cluster health**, **Resource utilization**, and **Errors and exceptions** for {{es}} in real time.
2323

2424
::::{note}
25-
The default {{watcher}} based "cluster alerts" for {{stack-monitor-app}} have been recreated as rules in {{kib}} {alert-features}. For this reason, the existing {{watcher}} email action `monitoring.cluster_alerts.email_notifications.email_address` no longer works. The default action for all {{stack-monitor-app}} rules is to write to {{kib}} logs and display a notification in the UI.
25+
The default {{watcher}} based "cluster alerts" for {{stack-monitor-app}} have been recreated as rules in {{kib}} {{alert-features}}. For this reason, the existing {{watcher}} email action `monitoring.cluster_alerts.email_notifications.email_address` no longer works. The default action for all {{stack-monitor-app}} rules is to write to {{kib}} logs and display a notification in the UI.
2626
::::
2727

2828

deploy-manage/monitor/monitoring-data/monitor-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ applies:
1212
# Troubleshooting [monitor-troubleshooting]
1313

1414

15-
Use the information in this section to troubleshoot common problems and find answers for frequently asked questions related to the {{kib}} {monitor-features}.
15+
Use the information in this section to troubleshoot common problems and find answers for frequently asked questions related to the {{kib}} {{monitor-features}}.
1616

1717

1818
## Cannot view the cluster because the license information is invalid [_cannot_view_the_cluster_because_the_license_information_is_invalid]

0 commit comments

Comments
 (0)