Skip to content

Commit 3bda0fa

Browse files
committed
remove logs explorer references
1 parent 3913e3b commit 3bda0fa

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

reference/observability/fields-and-object-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Beat modules (for example, [{{filebeat}} modules](asciidocalypse://docs/beats/do
1313

1414
This reference covers:
1515

16-
* [Logs Explorer fields](/reference/observability/fields-and-object-schemas/logs-app-fields.md)
16+
* [Logs Discover fields](/reference/observability/fields-and-object-schemas/logs-app-fields.md)
1717
* [{{infrastructure-app}} fields](/reference/observability/fields-and-object-schemas/metrics-app-fields.md)
1818

1919

reference/observability/fields-and-object-schemas/logs-app-fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/logs-app-fields.html
44
---
55

6-
# Logs Explorer fields [logs-app-fields]
6+
# Discover logs fields [logs-app-fields]
77

8-
This section lists the required fields the **Logs Explorer** uses to display data. Please note that some of the fields listed are not [ECS fields](asciidocalypse://docs/ecs/docs/reference/index.md#_what_is_ecs).
8+
This section lists the required fields Discover uses to display log data. Please note that some of the fields listed are not [ECS fields](asciidocalypse://docs/ecs/docs/reference/index.md#_what_is_ecs).
99

1010
`@timestamp`
1111
: Date/time when the event originated.

reference/observability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applies_to:
1010
This section contains reference information for Elastic Observability features, including:
1111

1212
* Fields reference
13-
* Logs Explorer fields
13+
* Logs Discover fields
1414
* Infrastructure app fields
1515
* Elastic Entity Model
1616

solutions/observability/cloud/monitor-cloudtrail-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ Navigate to {{kib}} and choose among the following monitoring options:
207207
:alt: Visualize CloudTrail logs with Disocver
208208
:::
209209

210-
* **Visualize your logs with Logs explorer**
210+
* **Visualize your logs with Discover**
211211

212212
:::{image} ../../../images/observability-firehose-cloudtrail-logsexplorer.png
213-
:alt: Visualize CloudTrail logs with Logs explorer
213+
:alt: Visualize CloudTrail logs with Discover
214214
:::
215215

216216
* **Visualize your logs with the CloudTrail Dashboard**

solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ After installation is complete and all relevant data is flowing into Elastic, th
129129
| Integration asset | Description |
130130
| --- | --- |
131131
| **Apache** | Prebuilt dashboard for monitoring Apache HTTP server health using error and access log data. |
132-
| **Custom .log files** | Logs Explorer for analyzing custom logs. |
132+
| **Custom .log files** | Discover for analyzing custom logs. |
133133
| **Docker** | Prebuilt dashboard for monitoring the status and health of Docker containers. |
134134
| **MySQL** | Prebuilt dashboard for monitoring MySQl server health using error and access log data. |
135135
| **Nginx** | Prebuilt dashboard for monitoring Nginx server health using error and access log data. |
@@ -155,7 +155,7 @@ For host monitoring, the following capabilities and features are recommended:
155155
* [Detect anomalies](../../../solutions/observability/infra-and-hosts/detect-metric-anomalies.md) for memory usage and network traffic on hosts.
156156
* [Create alerts](../../../solutions/observability/incident-management/alerting.md) that notify you when an anomaly is detected or a metric exceeds a given value.
157157

158-
* In the [Logs Explorer](../../../solutions/observability/logs/logs-explorer.md), search and filter your log data, get information about the structure of log fields, and display your findings in a visualization. You can also:
158+
* In [Discover](../../../solutions/observability/logs/logs-explorer.md), search and filter your log data, get information about the structure of log fields, and display your findings in a visualization. You can also:
159159

160160
* [Monitor log data set quality](../../../solutions/observability/data-set-quality-monitoring.md) to find degraded documents.
161161
* [Run a pattern analysis](../../../explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md#log-pattern-analysis) to find patterns in unstructured log messages.

solutions/observability/get-started/quickstart-monitor-hosts-with-opentelemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Logs are collected from setup onward, so you won’t see logs that occurred befo
115115
:::::
116116

117117

118-
Under **Visualize your data**, you’ll see links to **Logs Explorer** to view your logs and **Hosts** to view your host metrics.
118+
Under **Visualize your data**, you’ll see links to **Discover** to view your logs and **Hosts** to view your host metrics.
119119

120120

121121
## Gain deeper insight into your host data [_get_value_out_of_your_data]
@@ -127,7 +127,7 @@ After using the Hosts page and Discover to confirm you’ve ingested all the hos
127127
* [Detect anomalies](../../../solutions/observability/infra-and-hosts/detect-metric-anomalies.md) for memory usage and network traffic on hosts.
128128
* [Create alerts](../../../solutions/observability/incident-management/create-manage-rules.md) that notify you when an anomaly is detected or a metric exceeds a given value.
129129

130-
* In the [Logs Explorer](../../../solutions/observability/logs/logs-explorer.md), search and filter your log data, get information about the structure of log fields, and display your findings in a visualization. You can also:
130+
* In [Discover](../../../solutions/observability/logs/logs-explorer.md), search and filter your log data, get information about the structure of log fields, and display your findings in a visualization. You can also:
131131

132132
* [Monitor log data set quality](../../../solutions/observability/data-set-quality-monitoring.md) to find degraded documents.
133133
* [Run a pattern analysis](../../../explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md#log-pattern-analysis) to find patterns in unstructured log messages.

solutions/observability/get-started/what-is-elastic-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ mapped_urls:
1818

1919
Analyze log data from your hosts, services, Kubernetes, Apache, and many more.
2020

21-
In **Logs Explorer** (powered by Discover), you can quickly search and filter your log data, get information about the structure of the fields, and display your findings in a visualization.
21+
In **Discover**, you can quickly search and filter your log data, get information about the structure of the fields, and display your findings in a visualization.
2222

2323
:::{image} ../../../images/serverless-log-explorer-overview.png
24-
:alt: Logs Explorer showing log events
24+
:alt: Discover showing log events
2525
:class: screenshot
2626
:::
2727

0 commit comments

Comments
 (0)