Skip to content

Commit dc21902

Browse files
First draft
1 parent 5419fe4 commit dc21902

30 files changed

+54
-50
lines changed

solutions/observability/apm/control-access-to-apm-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ POST /_aliases?pretty
223223

224224
### Step 2: Create {{kib}} spaces [_step_2_create_kib_spaces]
225225

226-
Next, you’ll need to create a {{kib}} space for each service environment. To open **Spaces**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). To create a new space, click **Create a space**. For this guide, we’ve created two Kibana spaces, one named `production` and one named `staging`.
226+
Next, you’ll need to create a {{kib}} space for each service environment. Open **Spaces** from the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). To create a new space, click **Create a space**. For this guide, we’ve created two Kibana spaces, one named `production` and one named `staging`.
227227

228228
See [Kibana spaces](/deploy-manage/manage-spaces.md) for more information on creating a space.
229229

@@ -242,7 +242,7 @@ Open the Applications UI and navigate to **Settings** → **Indices**. Use the t
242242

243243
### Step 4: Create {{kib}} access roles [_step_4_create_kib_access_roles]
244244

245-
To open **Roles**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Click **Create role**.
245+
Open **Roles** from the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Click **Create role**.
246246

247247
You’ll need to create two roles: one for `staging` users (we’ll call this role `staging_apm_viewer`) and one for `production` users (we’ll call this role `production_apm_viewer`).
248248

solutions/observability/apm/cross-cluster-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also specify certain clusters to display data from, for example, `cluste
3333

3434
There are two ways to edit the default {{data-source}}:
3535

36-
* In the Applications UI — Find **Applications** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Go to **Settings****Indices** and change all `xpack.apm.indices.*` values to include remote clusters.
36+
* In the Applications UI — Find **Applications** in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Go to **Settings****Indices** and change all `xpack.apm.indices.*` values to include remote clusters.
3737
* In [`kibana.yml`](/deploy-manage/stack-settings.md) — Update the [`xpack.apm.indices.*`](kibana://reference/configuration-reference/apm-settings.md) configuration values to include remote clusters.
3838

3939
::::{tip}
@@ -42,7 +42,7 @@ In a cross-cluster search (CCS) environment, it’s possible for different clust
4242

4343
To prevent this, you can exclude [data tiers](/manage-data/lifecycle/data-tiers.md) that might slow down responses from search: the `data_frozen` and `data_cold` tiers. To exclude data tiers from search in the APM UI:
4444

45-
1. To open **Advanced settings**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
45+
1. To open **Advanced settings**, find it in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
4646
2. In the **Observability** section, update the **Excluded data tiers from search** option with a list of data tiers.
4747

4848
::::

solutions/observability/apm/custom-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To obfuscate the passwords stored in the request body, you can use a series of [
7474
### Create a pipeline [_create_a_pipeline]
7575

7676
::::{tip}
77-
This tutorial uses the [Ingest APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ingest), but it’s also possible to create a pipeline using the UI. In Kibana, go to **Stack Management****Ingest Pipelines** **Create pipeline****New pipeline** or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
77+
This tutorial uses the [Ingest APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ingest), but it’s also possible to create a pipeline using the UI. Open **Ingest Pipelines** in the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), then click **Create pipeline****New pipeline**.
7878
::::
7979

8080
To start, create a pipeline with a simple description and an empty array of processors:

solutions/observability/apm/data-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For example, consider traces that would originally be indexed to `traces-apm-def
8787
]
8888
```
8989

90-
To find other ingest pipelines from the {{es}} apm-data plugin that are called by default, go to **Stack management** **Ingest pipelines** [in Kibana](/deploy-manage/index.md) and search for `apm`. Default APM ingest pipelines will follow the pattern `*-apm*@default-pipeline`.
90+
To find other ingest pipelines from the {{es}} apm-data plugin that are called by default, go to **Ingest pipelines** in the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), and search for `apm`. Default APM ingest pipelines will follow the pattern `*-apm*@default-pipeline`.
9191

9292
For more custom APM ingest pipeline guides, see [parse data using ingest pipelines](/solutions/observability/apm/parse-data-using-ingest-pipelines.md).
9393

solutions/observability/apm/grant-access-using-api-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For security reasons, we recommend using a unique API key per APM Server instanc
2222

2323
To create an API key:
2424

25-
1. Go to **Stack Management** in the main menu and find **API Keys** or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
25+
1. Open **API keys** in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
2626
2. Click **Create API key**.
2727

2828
:::{image} /solutions/images/observability-server-api-key-create.png
@@ -94,7 +94,7 @@ output.elasticsearch:
9494

9595
## Create an API key for monitoring [apm-beats-api-key-monitor]
9696

97-
To open **API keys**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Click **Create API key**.
97+
To open **API keys**, find it in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Click **Create API key**.
9898

9999
:::{image} /solutions/images/observability-server-api-key-create.png
100100
:alt: API key creation

solutions/observability/apm/index-lifecycle-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This tutorial explains how to apply a custom index lifecycle policy to the `trac
6363

6464
The **Data Streams** view in {{kib}} shows you data streams, index templates, and lifecycle policies:
6565

66-
1. To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
66+
1. Open **Index Management** from the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
6767
2. Select **Data Streams**.
6868
3. Search for `traces-apm` to see all data streams associated with APM trace data.
6969
4. In this example, I only have one data stream because I’m only using the `default` namespace. You may have more if your setup includes multiple namespaces.
@@ -75,7 +75,7 @@ The **Data Streams** view in {{kib}} shows you data streams, index templates, an
7575

7676
## Step 2: Create an index lifecycle policy [apm-data-streams-custom-two]
7777

78-
1. To open **Lifecycle Policies**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
78+
1. Open **Lifecycle Policies** from the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
7979
2. Click **Create policy**.
8080

8181
Name your new policy; For this tutorial, I’ve chosen `custom-traces-apm-policy`. Customize the policy to your liking, and when you’re done, click **Save policy**.

solutions/observability/apm/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Logs displayed on this page are filtered on `service.name`
3535
stack: preview 9.0
3636
```
3737

38-
For an enhanced logs view with additional information including the log pattern, the number of events for each log, change type, and the time the change occurred, turn on the `observability:newLogsOverview` setting in **Management****Stack Management****Advanced Settings**.
38+
For an enhanced logs view with additional information including the log pattern, the number of events for each log, change type, and the time the change occurred, turn on the `observability:newLogsOverview` [advanced setting](kibana://reference/advanced-settings.md#kibana-search-settings).
3939

4040
## Integrate with logging frameworks [apm-logs-correlation]
4141
```{applies_to}

solutions/observability/apm/reduce-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ POST /.ds-*-apm*/_delete_by_query
7777

7878
{{kib}}'s [Index management](/manage-data/data-store/index-basics.md#index-management) UI allows you to manage your cluster’s indices, data streams, index templates, and much more.
7979

80-
To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Data Streams**. Select the data streams you want to delete, and click **Delete data streams**.
80+
Open **Index Management** in the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Data Streams**. Select the data streams you want to delete, and click **Delete data streams**.
8181

8282
## Update existing data [apm-update-data]
8383

solutions/observability/apm/view-elasticsearch-index-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ products:
1212

1313
Index templates are used to configure the backing indices of data streams as they are created. These index templates are composed of multiple component templates—reusable building blocks that configure index mappings, settings, and aliases.
1414

15-
The default APM index templates can be viewed in {{kib}}. To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Index Templates** and search for `apm`. Select any of the APM index templates to view their relevant component templates.
15+
The default APM index templates can be viewed in {{kib}}. To open **Index Management**, find it in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Index Templates** and search for `apm`. Select any of the APM index templates to view their relevant component templates.
1616

1717
## Edit the {{es}} index template [index-template-view]
1818

@@ -22,7 +22,7 @@ Custom index mappings may conflict with the mappings defined by the {{es}} apm-d
2222

2323
The APM index templates by default reference a non-existent `@custom` component template for each data stream. You can create or edit this `@custom` component template to customize your {{es}} indices.
2424

25-
First, determine which [data stream](/solutions/observability/apm/data-streams.md) you’d like to edit in {{kib}}. To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Component Templates**.
25+
First, determine which [data stream](/solutions/observability/apm/data-streams.md) you’d like to edit in {{kib}}. To open **Index Management**, find it in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Select **Component Templates**.
2626

2727
Custom component templates are named following this pattern: `<name_of_data_stream>@custom`. Search for the name of the data stream, like `traces-apm`, and select its custom component template. Create one if it does not exist. In this example, that’d be, `traces-apm@custom`. Then click **Manage****Edit**.
2828

solutions/observability/cloud/monitor-aws-network-firewall-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AWS PrivateLink is not supported. Make sure the deployment is on AWS, because th
3939

4040
## Step 1: Install AWS integration in {{kib}} [firehose-firewall-step-one]
4141

42-
1. Find **Integrations** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
42+
1. Find **Integrations** in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
4343
2. Browse the catalog to find the AWS integration.
4444
3. Navigate to the **Settings** tab and click **Install AWS assets**.
4545

@@ -76,7 +76,7 @@ Creating a Network Firewall is not trivial and is beyond the scope of this guide
7676

7777
1. Go to the [Elastic Cloud](https://cloud.elastic.co/) console
7878
2. Select **Open Kibana**.
79-
3. Expand the left-hand menu, under **Management** select **Stack management > API Keys** and click **Create API key**. If you are using an API key with **Restrict privileges**, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
79+
3. Open **API keys** in the navigation menu or using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), then click **Create API key**. If you are using an API key with **Restrict privileges**, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
8080

8181
4. Set up the delivery stream by specifying the following data:
8282

0 commit comments

Comments
 (0)