NGINX

NGINX access/error logs record request URIs, client IPs, response times, upstream status and worker-process errors.

Global Fields (4)

FieldType
ngs.id
Unique identifier for the log entry.
string
ngs.createdAt
Timestamp when the event was created locally.
pdate
ngs.indexedAt
Timestamp when the log was indexed into the SIEM.
pdate
ngs.source
Origin or source system of the log.
string

Generic Fields (2)

These are common fields that appear across multiple namespaces. They represent attributes that are inherited or reused from a global schema— things like timestamps, unique identifiers, user IDs, or status codes that every namespace needs. By sharing these fields, we ensure consistency and make it easy to run cross-namespace searches and reports.

FieldReference-Specific FieldsType
gen.src.port
nginx.clientPort
pint
gen.dest.port
nginx.serverPort
pint

Reference-Specific Fields (19)

FieldType
nginx.client
IP address (or hostname) of the client that initiated the request, as logged by NGINX.
text_general
nginx.upstreams
List of upstream server identifiers (names or addresses) that could handle or have handled the request.
text_general []
nginx.rawRequest
The raw HTTP request line or full request payload exactly as received by NGINX.
text_general
nginx.userAgent
User-Agent header string sent by the client, identifying the browser or client application.
text_general
nginx.server
Hostname or IP of the NGINX server that received and processed the request.
text_general
nginx.referrer
Value of the HTTP Referer header, indicating the URL of the page that linked to the requested resource.
text_general
nginx.status
HTTP response status code returned by the server (e.g., 200, 404, 500).
pint
nginx.message
Free-form log message emitted by NGINX, often used in error or warning contexts.
text_general
nginx.method
HTTP method used for the request (GET, POST, PUT, DELETE, etc.).
string
nginx.type
Type of log entry (e.g., access, error), categorizing the logged event.
string
nginx.level
Severity level of the log entry (error, warn, notice, info, debug).
string
nginx.user
Authenticated username, if HTTP authentication was used, otherwise empty.
text_general
nginx.bytesSent
Number of bytes sent to the client in the response body.
plong
nginx.clientPort
TCP port number on the client side from which the request originated.
pint
nginx.serverPort
TCP port number on the server that received the request.
pint
nginx.endpoint
The requested URI or path, including query string if present.
text_general
nginx.protocol
Protocol version used for the request (HTTP/1.0, HTTP/1.1, HTTP/2.0).
string
nginx.host
Value of the HTTP Host header, indicating the virtual host target.
text_general
nginx.upstream
The actual upstream server (address or name) that handled the request.
text_general

Sample Log Event

Below is a representative JSON log entry showing key fields as they’re emitted by the system. Depending on the context of the event, some fields may be omitted if they’re not applicable.