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: docs/integrations/web-servers/nginx-plus.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,34 +262,6 @@ This section provides instructions for configuring metrics collection for the Su
262
262
</TabItem>
263
263
</Tabs>
264
264
265
-
### Field Extraction rules
266
-
267
-
Field Extraction Rules (FERs) tell Sumo Logic which fields to parse out automatically. For instructions, on creating them, see [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule).
268
-
269
-
Nginx assumes the NCSA extended/combined log file format for Access logs and the default Nginx error log file format for error logs.
270
-
271
-
Both the parse expressions can be used for logs collected from the Nginx Plus Server running on Local or container-based systems.
272
-
273
-
For **FER for Access Logs**, use the following Parse Expression:
274
-
275
-
```
276
-
| json field=_raw "log" as nginx_log_message nodrop
277
-
| if (isEmpty(nginx_log_message), _raw, nginx_log_message) as nginx_log_message
This section has instructions for installing the Sumo app for Nginx Plus. The instructions assume you have already set up the collection as described above.
0 commit comments