Apache HTTP Server
Apache HTTP Server is the world's most-used open-source web server for delivering static and dynamic web content on Linux, Windows and macOS.
EnginsightGlobal Fields (4)
| Field | Type | 
|---|---|
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  | 
Reference-Specific Fields (21)
| Field | Type | 
|---|---|
apache.httpd.type Type of the log entry (e.g., access, error).  | string  | 
apache.httpd.serverPort TCP port number on which the HTTP server is listening.  | pint  | 
apache.httpd.server Hostname or IP address of the HTTP server handling the request.  | string  | 
apache.httpd.client IP address or hostname of the client that made the request.  | string  | 
apache.httpd.user Authenticated username associated with the request, if any.  | string  | 
apache.httpd.rawRequest Full raw HTTP request line exactly as received by the server.  | string  | 
apache.httpd.method HTTP method used for the request (GET, POST, PUT, DELETE, etc.).  | string  | 
apache.httpd.endpoint Requested URI or path, including any query string.  | string  | 
apache.httpd.protocol HTTP protocol version used for the request (e.g., HTTP/1.1).  | string  | 
apache.httpd.status HTTP response status code returned to the client.  | pint  | 
apache.httpd.bytesSent Number of bytes sent in the response body.  | plong  | 
apache.httpd.referrer Value of the HTTP Referer header, indicating the referring URL.  | string  | 
apache.httpd.userAgent User-Agent header string identifying the client application.  | string  | 
apache.httpd.module Name of the Apache module that processed the request.  | string  | 
apache.httpd.level Log level or severity of the entry (e.g., info, warn, error).  | string  | 
apache.httpd.pid Process ID of the Apache worker handling this request.  | pint  | 
apache.httpd.tid Thread ID within the Apache process handling the request.  | pint  | 
apache.httpd.caller Component or sub-system within Apache that generated the log entry.  | string  | 
apache.httpd.errorCode Error code or identifier associated with this log entry.  | string  | 
apache.httpd.clientPort TCP port number used by the client to make the request.  | pint  | 
apache.httpd.message Detailed log message or description of the event.  | 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.