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
The process to set up collection for Nginx data is done through the following steps.
196
196
197
+
### Configure metrics collection
198
+
199
+
#### Set up a Sumo Logic HTTP source
200
+
201
+
1. **Configure a Hosted Collector for Metrics.** To create a new Sumo Logic hosted collector, perform the steps in the [Create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector) documentation.
202
+
2. **Configure an HTTP Logs & Metrics source**:
203
+
1. On the created Hosted Collector on the Collection Management screen, select**Add Source**.
204
+
2. Select**HTTP Logs & Metrics.**
205
+
1. **Name.** (Required). Enter a name for the source.
206
+
2. **Description.** (Optional).
207
+
3. **Source Category** (Recommended). Be sure to follow the [Best Practices for Source Categories](/docs/send-data/best-practices). A recommended Source Category may be Prod/Webserver/Nginx/Metrics.
208
+
3. Select**Save**.
209
+
4. Take note of the URL provided once you click _Save_. You can retrieve it again by selecting the **Show URL** next to the source on the Collection Management screen.
210
+
197
211
### Configure Logs Collection
198
212
199
213
The Nginx app supports the default access logs and error logs format.
@@ -259,21 +273,6 @@ If you're using a service like Fluentd, or you would like to upload your logs ma
259
273
260
274
</details>
261
275
262
-
### Configure metrics collection
263
-
264
-
#### Set up a Sumo Logic HTTP source
265
-
266
-
1. **Configure a Hosted Collector for Metrics.** To create a new Sumo Logic hosted collector, perform the steps in the [Create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector) documentation.
267
-
2. **Configure an HTTP Logs & Metrics source**:
268
-
1. On the created Hosted Collector on the Collection Management screen, select**Add Source**.
269
-
2. Select**HTTP Logs & Metrics.**
270
-
1. **Name.** (Required). Enter a name for the source.
271
-
2. **Description.** (Optional).
272
-
3. **Source Category** (Recommended). Be sure to follow the [Best Practices for Source Categories](/docs/send-data/best-practices). A recommended Source Category may be Prod/Webserver/Nginx/Metrics.
273
-
3. Select**Save**.
274
-
4. Take note of the URL provided once you click _Save_. You can retrieve it again by selecting the **Show URL** next to the source on the Collection Management screen.
275
-
276
-
277
276
#### Set up Telegraf
278
277
279
278
1. **Install Telegraf if you haven’t already.** Use the [following steps](/docs/send-data/collect-from-other-data-sources/collect-metrics-telegraf/install-telegraf) to install Telegraf.
0 commit comments