Skip to content

Commit a373aa0

Browse files
committed
fix service name formatting
1 parent 8d3b8a5 commit a373aa0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

solutions/observability/logs/add-service-name-to-logs.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more on defining processors, refer to [define processors](asciidocalypse://d
4545

4646
For logs that with an existing field being used to represent the service name, map that field to the `service.name` field using the [alias field type](asciidocalypse://docs/elasticsearch/docs/reference/elasticsearch/mapping-reference/field-alias.md). Follow these steps to update your mapping:
4747

48-
1. find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
48+
1. Find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
4949
2. Select **Index Templates**.
5050
3. Search for the index template you want to update.
5151
4. From the **Actions** menu for that template, select **edit**.
@@ -61,13 +61,5 @@ For more ways to add a field to your mapping, refer to [add a field to an existi
6161

6262
The {{stack}} provides additional ways to process your data:
6363

64-
* **https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html[Ingest pipelines]:** convert data to ECS, normalize field data, or enrich incoming data.
65-
* **https://www.elastic.co/guide/en/logstash/current/introduction.html[Logstash]:** enrich your data using input, output, and filter plugins.
66-
67-
68-
% What needs to be done: Align serverless/stateful
69-
70-
% Use migrated content from existing pages that map to this page:
71-
72-
% - [ ] ./raw-migrated-files/observability-docs/observability/add-logs-service-name.md
73-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-add-logs-service-name.md
64+
* **[Ingest pipeline](../../manage-data/ingest/transform-enrich/ingest-pipelines.md):** convert data to ECS, normalize field data, or enrich incoming data.
65+
* **[Logstash]{{logstash-ref}}:** enrich your data using input, output, and filter plugins.

0 commit comments

Comments
 (0)