[Deprecated] Citrix ADC (former NetScaler) 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 Citrix ADC (former NetScaler) data connector provides the capability to ingest Citrix ADC logs into Microsoft Sentinel. If you want to ingest Citrix WAF logs into Microsoft Sentinel, refer this documentation
This is autogenerated content. For changes, contact the solution provider.
Connector attributes
Connector attribute | Description |
---|---|
Log Analytics table(s) | Syslog |
Data collection rules support | Workspace transform DCR |
Supported by | Microsoft Corporation |
Query samples
Top 10 Event Types
CitrixADCEvent
| where isnotempty(EventType)
| summarize count() by EventType
| 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 CitrixADCEvent and load the function code or click here, this function maps Citrix ADC (former NetScaler) events to Advanced Security Information Model ASIM. The function usually takes 10-15 minutes to activate after solution installation/update.
Note
- This parser requires a watchlist named
Sources_by_SourceType
i. If you don't have watchlist already created, please click here to create.
ii. Open watchlist
Sources_by_SourceType
and add entries for this data source.
iii. The SourceType value for CitrixADC is
CitrixADC
.
You can refer this documentation for more details
- Install and onboard the agent for Linux
Typically, you should install the agent on a different computer from the one on which the logs are generated.
Syslog logs are collected only from Linux agents.
- Configure the logs to be collected
Configure the facilities you want to collect and their severities.
Under workspace advanced settings Configuration, select Data and then Syslog.
Select Apply below configuration to my machines and select the facilities and severities.
Click Save.
Configure Citrix ADC to forward logs via Syslog
3.1 Navigate to Configuration tab > System > Auditing > Syslog > Servers tab
3.2 Specify Syslog action name.
3.3 Set IP address of remote Syslog server and port.
3.4 Set Transport type as TCP or UDP depending on your remote Syslog server configuration.
3.5 You can refer Citrix ADC (former NetScaler) documentation for more details.
- Check logs in Microsoft Sentinel
Open Log Analytics to check if the logs are received using the Syslog schema.
NOTE: It may take up to 15 minutes before new logs will appear in Syslog table.
Next steps
For more information, go to the related solution in the Azure Marketplace.