[Deprecated] NGINX HTTP Server connector for Microsoft Sentinel
Important
Log collection from many appliances and devices is now supported by the Common Event Format (CEF) via AMA, Syslog via AMA, or Custom Logs via AMA data connector in Microsoft Sentinel. For more information, see Find your Microsoft Sentinel data connector.
The NGINX HTTP Server data connector provides the capability to ingest NGINX HTTP Server events into Microsoft Sentinel. Refer to NGINX Logs documentation for more information.
This is autogenerated content. For changes, contact the solution provider.
Connector attributes
Connector attribute | Description |
---|---|
Log Analytics table(s) | NGINX_CL |
Data collection rules support | Not currently supported |
Supported by | Microsoft Corporation |
Query samples
Top 10 Clients (Source IP)
NGINXHTTPServer
| summarize count() by SrcIpAddr
| top 10 by count_
Vendor installation instructions
NOTE: This data connector depends on a parser based on a Kusto Function to work as expected which is deployed as part of the solution. To view the function code in Log Analytics, open Log Analytics/Microsoft Sentinel Logs blade, click Functions and search for the alias NGINXHTTPServer and load the function code or click here.The function usually takes 10-15 minutes to activate after solution installation/update.
- Install and onboard the agent for Linux or Windows
Install the agent on the NGINX HTTP Server where the logs are generated.
Logs from NGINX HTTP Server deployed on Linux or Windows servers are collected by Linux or Windows agents.
- Configure the logs to be collected
Configure the custom log directory to be collected
- Select the link above to open your workspace advanced settings
- From the left pane, select Data, select Custom Logs and click Add+
- Click Browse to upload a sample of a NGINX HTTP Server log file (e.g. access.log or error.log). Then, click Next >
- Select New line as the record delimiter and click Next >
- Select Windows or Linux and enter the path to NGINX HTTP logs based on your configuration. Example:
- Linux Directory: '/var/log/nginx/*.log'
- After entering the path, click the '+' symbol to apply, then click Next >
- Add NGINX_CL as the custom log Name and click Done
Next steps
For more information, go to the related solution in the Azure Marketplace.