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
Copy file name to clipboardExpand all lines: solutions/observability/infra-and-hosts/tutorial-observe-nginx-instances.md
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ mapped_pages:
11
11
::::
12
12
13
13
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:
15
15
16
16
* A spike in error logs for a certain resource may mean you have a deleted resource that is still needed.
17
17
* 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
195
195
196
196
### View logs [monitor-nginx-explore-logs]
197
197
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).
199
199
200
200
201
-
#### Logs Explorer [monitor-nginx-logs-explorer]
201
+
#### Discover [monitor-nginx-discover]
202
202
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.
204
204
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).
206
206
207
207
Filter your results to see logs from the nginx integration from the data selector:
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.
0 commit comments