Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions solutions/observability/apm/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ To learn how to correlate your logs with your instrumented services, refer to [S
Logs displayed on this page are filtered on `service.name`
::::

### View enhanced logs [apm-enhanced-logs]
```{applies_to}
stack: preview 9.0
```

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**.

## Integrate with logging frameworks [apm-logs-correlation]
```{applies_to}
stack: all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ On the **Logs** tab of the **Hosts** page, view logs for the systems you are mon

To see logs for a specific host, refer to [View host details](/solutions/observability/infra-and-hosts/analyze-compare-hosts.md#view-host-details).

### View enhanced logs [analyze-hosts-view-enhanced-logs]
```{applies_to}
stack: preview 9.0
```

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**.


## View alerts [analyze-hosts-view-alerts]

Expand Down
Loading