Skip to content

Commit 3913e3b

Browse files
committed
update nginx tutorial
1 parent 564dba5 commit 3913e3b

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

solutions/observability/data-set-quality-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/observability-monitor-datasets.html
55
navigation_title: "Data set quality"
66
applies_to:
7-
stack: all
8-
serverless: all
7+
stack: beta
8+
serverless: beta
99
---
1010

1111
# Data set quality monitoring [observability-monitor-datasets]

solutions/observability/infra-and-hosts/tutorial-observe-nginx-instances.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapped_pages:
1111
::::
1212

1313

14-
Use the [nginx Elastic integration](https://docs.elastic.co/en/integrations/nginx) and the {{agent}} to collect valuable metrics and logs from your nginx instances. Then, use built-in dashboards and tools like Logs Explorer in {{kib}} to visualize and monitor your nginx data from one place. This data provides valuable insight into your nginx instances—for example:
14+
Use the [nginx Elastic integration](https://docs.elastic.co/en/integrations/nginx) and the {{agent}} to collect valuable metrics and logs from your nginx instances. Then, use built-in dashboards and tools like Discover to visualize and monitor your nginx data from one place. This data provides valuable insight into your nginx instances—for example:
1515

1616
* A spike in error logs for a certain resource may mean you have a deleted resource that is still needed.
1717
* Access logs can show when a service’s peak times are, and, from this, when it might be best to perform things like maintenance.
@@ -195,33 +195,20 @@ The **Metrics Nginx overview** shows visual representations of total requests, p
195195

196196
### View logs [monitor-nginx-explore-logs]
197197

198-
After your nginx logs are ingested, view and explore your logs using [Logs Explorer](#monitor-nginx-logs-explorer) or the [nginx logs dashboards](#monitor-nginx-logs-dashboard).
198+
After your nginx logs are ingested, view and explore your logs using [Discover](#monitor-nginx-discover) or the [nginx logs dashboards](#monitor-nginx-logs-dashboard).
199199

200200

201-
#### Logs Explorer [monitor-nginx-logs-explorer]
201+
#### Discover [monitor-nginx-discover]
202202

203-
With Logs Explorer, you can quickly search and filter your log data, get information about the structure of log fields, and display your findings in a visualization.
203+
With Discover, you can quickly search and filter your log data, get information about the structure of log fields, and display your findings in a visualization.
204204

205-
To open **Logs Explorer**, find `Logs Explorer` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
205+
Find `Discover` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
206206

207207
Filter your results to see logs from the nginx integration from the data selector:
208208

209-
1. Under **Integrations**, select **Nginx**.
210-
211-
:::{image} ../../../images/observability-nginx-data-selector.png
212-
:alt: nginx integration in the data selector
213-
:class: screenshot
214-
:::
215-
216-
2. Select either **access** logs or **error** logs to view the logs you’re looking for.
217-
218-
The **Documents** table now shows your nginx logs:
219-
220-
:::{image} ../../../images/observability-nginx-logs-explorer.png
221-
:alt: Logs Explorer showing nginx error logs
222-
:class: screenshot
223-
:::
209+
1. From the **Data view** menu, select all logs.
224210

211+
2. Filter the log results using the KQL search bar. Enter `data_stream.dataset : "nginx.error"` to show nginx error logs or `data_stream.dataset : "nginx.access"` to show nginx access logs.
225212

226213
#### nginx logs dashboards [monitor-nginx-logs-dashboard]
227214

0 commit comments

Comments
 (0)