You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/observability/logs/add-service-name-to-logs.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ For more on defining processors, refer to [define processors](asciidocalypse://d
45
45
46
46
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:
47
47
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).
49
49
2. Select **Index Templates**.
50
50
3. Search for the index template you want to update.
51
51
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
61
61
62
62
The {{stack}} provides additional ways to process your data:
63
63
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:
***[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