Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Logs Explorer docs with new summary column #4468

Merged
merged 4 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 3 additions & 25 deletions docs/en/observability/explore-logs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,32 +44,10 @@ You can add fields, order table columns, sort fields, and update the row height
Refer to the {kibana-ref}/discover.html[Discover] documentation for more information on updating the table.

[discrete]
[[analyze-data-with-smart-fields]]
=== Analyze data with smart fields
[[actions-column]]
=== Actions column

Smart fields are dynamic fields that provide valuable insight on where your log documents come from, what information they contain, and how you can interact with them.
The following sections detail the smart fields available in Logs Explorer.

[discrete]
[[resource-smart-field]]
==== Resource smart field

The resource smart field shows where your logs are coming from by displaying fields like `service.name`, `container.name`, `orchestrator.namespace`, `host.name`, and `cloud.instance.id`.
Use this information to see where issues are coming from and if issues are coming from the same source.

[discrete]
[[content-smart-field]]
==== Content smart field

The content smart field shows your logs' `log.level` and `message` fields.
If neither of these fields are available, the content smart field will show the `error.message` or `event.original` field.
Use this information to see your log content and inspect issues.

[discrete]
[[actions-smart-field]]
==== Actions smart field

The actions smart field provides access to additional information about your logs.
The actions column provides access to additional information about your logs.

**Expand:** image:images/expand-icon.png[The icon to expand log details] Open the log details to get an in-depth look at an individual log file.

Expand Down
Binary file modified docs/en/observability/images/log-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/observability/images/log-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/serverless/images/log-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/serverless/images/log-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 2 additions & 18 deletions docs/en/serverless/logging/view-and-monitor-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,9 @@ You can add fields, order table columns, sort fields, and update the row height

Refer to the [Discover](((kibana-ref))/discover.html) documentation for more information on updating the table.

### Analyze data with smart fields
#### Actions column

Smart fields are dynamic fields that provide valuable insight on where your log documents come from, what information they contain, and how you can interact with them.
The following sections detail the smart fields available in Logs Explorer.

#### Resource smart field

The resource smart field shows where your logs are coming from by displaying fields like `service.name`, `container.name`, `orchestrator.namespace`, `host.name`, and `cloud.instance.id`.
Use this information to see where issues are coming from and if issues are coming from the same source.

#### Content smart field

The content smart field shows your logs' `log.level` and `message` fields.
If neither of these fields are available, the content smart field will show the `error.message` or `event.original` field.
Use this information to see your log content and inspect issues.

#### Actions smart field

The actions smart field provides access to additional information about your logs.
The actions column provides access to additional information about your logs.

**Expand:** (<DocIcon type="expand" title="expand icon" />) Open the log details to get an in-depth look at an individual log file.

Expand Down
Loading