Add a Cortex XDR Collector profile, which defines the data that is collected from a Windows collector machine, and defines automatic XDR Collector upgrade settings.
Note
Ingestion of log events larger than 5 MB is not supported.
XDR Collector profiles define the data that is collected from a Windows collector machine, and define automatic upgrade settings for the XDR collector. For Windows, you can configure a Filebeat profile, a Winlogbeat profile, or a Settings profile.
The Filebeat and Winlogbeat profiles use configuration files in YAML format. To facilitate the configuration of the YAML file, you can use out-of-the-box collection templates and templates added by the content packs installed from the XSIAM Marketplace. Templates save you time, and don't require previous knowledge of configuration file generation. You can edit and combine the provided templates, and you can add your own collection settings to the configuration file.
Use an XDR Collector Windows Filebeat profile to collect file and log data using the Elasticsearch Filebeat default configuration file, called
filebeat.yml
.Cortex XSIAM supports using Filebeat version 8.8.1 with the operating systems listed in the Elasticsearch support matrix that conform with the collector machine operating systems supported by Cortex XSIAM. Cortex XSIAM supports the input types and modules available in Elasticsearch Filebeat.
Note
Fileset validation is enforced. You must enable at least one fileset in the module, because filesets are disabled by default.
Cortex XSIAM collects all logs in either an uncompressed JSON or text format. Compressed files, such as the gzip format, are not supported.
Cortex XSIAM supports logs in single line format or multiline format. For more information about handling messages that span multiple lines of text in Elasticsearch Filebeat, see Manage Multiline Messages.
Use an XDR Collector Windows Winlogbeat profile to collect event log data, using the Elasticsearch Winlogbeat default configuration file, called
winlogbeat.yml
.Cortex XSIAM supports using Winlogbeat version 8.8.1 with the Windows versions listed in the Elasticsearch support matrix that conform with the collector machine operating systems supported by Cortex XSIAM. Cortex XSIAM supports the modules available in Elasticsearch Winlogbeat.
After ingestion, Cortex XSIAM normalizes and saves the Windows event logs collected by the Winlogbeat profile in the dataset
xdr_data
. The normalized logs are also saved in a unified format in<vendor>_<product>_raw
if the product and vendor are defined, and otherwise, inmicrosoft_windows_raw
. You can search the data using Cortex Query Language XQL queries, build correlation rules, and generate dashboards based on the data.Use an XDR Collector Settings profile to configure automatic upgrade settings for XDR Collector releases.
To map your XDR Collector profile to a collector machine, you must use an XDR Collector policy. After you have created your profile, map it to a new or existing policy.
How to configure XDR Collector profiles
Additional XDR Collector profile management options
As needed, you can return to the XDR Collectors Profiles page to manage your XDR Collectors profiles. To manage a specific profile, right click anywhere in an XDR Collector profile row, and select the desired action:
Option | More details |
---|---|
Edit | Lets you edit the XDR Collector profile |
Save As New | Copies the existing profile with its current settings, so that you can make modifications, and save it as a new profile with a unique name |
Delete | Deletes the XDR Collector profile |
View Collector Policies | Opens a new tab that displays the XDR Collectors Policies page, showing the policies that are currently associated with your XDR Collector profiles |
Copy text to clipboard | Copies the text from a specific field in the row of a XDR Collector profile |
Copy entire row | Copies the text from the entire row of a XDR Collector profile |