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
# Add a service name to logs [observability-add-logs-service-name]
@@ -42,7 +45,7 @@ For more on defining processors, refer to [define processors](asciidocalypse://d
42
45
43
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:
44
47
45
-
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).
46
49
2. Select **Index Templates**.
47
50
3. Search for the index template you want to update.
48
51
4. From the **Actions** menu for that template, select **edit**.
@@ -58,13 +61,5 @@ For more ways to add a field to your mapping, refer to [add a field to an existi
58
61
59
62
The {{stack}} provides additional ways to process your data:
60
63
61
-
***https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html[Ingest pipelines]:** convert data to ECS, normalize field data, or enrich incoming data.
62
-
***https://www.elastic.co/guide/en/logstash/current/introduction.html[Logstash]:** enrich your data using input, output, and filter plugins.
63
-
64
-
65
-
% What needs to be done: Align serverless/stateful
66
-
67
-
% Use migrated content from existing pages that map to this page:
***[Ingest pipelines](../../../manage-data/ingest/transform-enrich/ingest-pipelines.md):** convert data to ECS, normalize field data, or enrich incoming data.
65
+
***[Logstash](https://www.elastic.co/guide/en/logstash/current):** enrich your data using input, output, and filter plugins.
::::{admonition} There’s a new, better way to explore your logs!
10
+
::::{Note}
11
+
12
+
**There’s a new, better way to explore your logs!**
13
+
9
14
These settings only apply to the Logs Stream app. The Logs Stream app and dashboard panel are deactivated by default. We recommend viewing and inspecting your logs with [Logs Explorer](logs-explorer.md) as it provides more features, better performance, and more intuitive navigation.
10
15
11
16
To activate the Logs Stream app, refer to [Activate Logs Stream](logs-stream.md#activate-logs-stream).
1. Download the {{filebeat}} Windows zip file: https\://artifacts.elastic.co/downloads/beats/filebeat/filebeat-9.0.0-beta1-windows-x86_64.zip[https\://artifacts.elastic.co/downloads/beats/filebeat/filebeat-9.0.0-beta1-windows-x86_64.zip]
92
+
1. Download the {{filebeat}} Windows zip file: `https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{version}}-windows-x86_64.zip`
90
93
2. Extract the contents of the zip file into `C:\Program Files`.
91
94
3. Rename the `filebeat-{{version}}-windows-x86_64` directory to `{{filebeat}}`.
92
95
4. Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select **Run As Administrator**).
@@ -103,15 +106,15 @@ If script execution is disabled on your system, you need to set the execution po
Copy file name to clipboardExpand all lines: solutions/observability/logs/explore-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Logs Explorer allows you to quickly search and filter your log data, get informa
11
11
12
12
Logs Explorer also provides {{ml}} to detect specific [log anomalies](inspect-log-anomalies.md) automatically and [categorize log messages](categorize-log-entries.md) to quickly identify patterns in your log events.
13
13
14
-
To view Logs Explorer, find `Logs Explorer` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md))
14
+
To view Logs Explorer, find **Logs Explorer** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md))
# Filter and aggregate logs [observability-filter-and-aggregate-logs]
@@ -16,8 +19,7 @@ This guide shows you how to:
16
19
17
20
## Before you get started [logs-filter-and-aggregate-prereq]
18
21
19
-
::::{admonition} Required role
20
-
:class: note
22
+
::::{note}
21
23
22
24
**For Observability serverless projects**, the **Admin** role or higher is required to create ingest pipelines and set the index template. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
# Get started with system logs [observability-get-started-with-logs]
7
10
8
-
::::{admonition} Required role
9
-
:class: note
11
+
::::{note}
10
12
11
-
The**Admin** role or higher is required to onboard log data. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/manage-users.md#general-assign-user-roles).
13
+
**For Observability Serverless projects**, the**Admin** role or higher is required to onboard log data. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/manage-users.md#general-assign-user-roles).
12
14
13
15
::::
14
16
@@ -17,8 +19,8 @@ In this guide you’ll learn how to onboard system log data from a machine or se
17
19
18
20
To onboard system log data:
19
21
20
-
1.[Create a new {{obs-serverless}} project](../get-started/create-an-observability-project.md), or open an existing one.
21
-
2.In your {{obs-serverless}} project, go to **Add data**.
22
+
1.Open an [{{obs-serverless}} project](../get-started/create-an-observability-project.md) or Elastic Stack deployment.
23
+
2.From the Observability UI, go to **Add data**.
22
24
3. Under **What do you want to monitor?**, select **Host** → **Elastic Agent: Logs & Metrics**.
23
25
4. Follow the in-product steps to auto-detect your logs and install and configure the {{agent}}.
0 commit comments