How to configure XDR Collector profiles
Note
Ingestion of log events larger than 5 MB is not supported.
Filebeat configuration
In the Filebeat Configuration File editor, you can define the data collection for your Elasticsearch Filebeat configuration file called filebeat.yml.
Cortex Cloud provides YAML templates for DHCP, DNS, IIS, XDR Collector Logs, NGINX, and any templates added by the content packs installed from the XDR Marketplace.
Select Settings → Configurations → XDR Collectors → Profiles → +Add Profile → Windows.
Select Filebeat, then click Next.
Configure the General Information parameters.
Profile Name: Enter a unique name to identify the profile. The name can contain only letters, numbers, or spaces, and must be no more than 30 characters. The name that you enter here will be displayed in the list of profiles when you configure a policy.
(Optional) Add description here: To provide additional context for the purpose or business reason for your new profile, enter a profile description.
In the Filebeat Configuration File editing box, type or paste the contents of your configuration file, or use a template. To add a template, select one from the list, and click Add.
Cortex Cloud supports all sections in the
filebeat.ymlconfiguration file, such as support for Filebeat fields and tags. You can use the "Add fields" processor to identify the product/vendor for the data collected by the XDR Collectors, so that the collected events go through the ingestion flow (Parsing Rules). To configure the product/vendor, ensure that you use the defaultfieldsattribute (do not use the target attribute), as shown in the following example:processors: - add_fields: fields: vendor: <Vendor> product: <Product>For more information about the "Add fields" processor, see Add_fields.
To finish creating your new profile, click Create.
Your new profile will be listed under the applicable platform on the XDR Collectors Profiles page.
Apply profiles to XDR Collector machine policies by performing one of the following:
Right-click a profile, and select Create a new policy rule using this profile.
Launch the new policy wizard from XDR Collectors → Policies → XDR Collectors Policies.
Winlogbeat configuration
In the Winlogbeat Configuration File editor, you can define the data collection for your Elasticsearch Winlogbeat configuration file called winlogbeat.yml.
Cortex Cloud provides YAML templates for Windows Security, and any templates added by the content packs installed from the XDR Marketplace. To add a template, select it and click Add.
Select Settings → Configurations → XDR Collectors → Profiles → +Add Profile → Windows.
Select Winlogbeat profile, then click Next.
Configure the General Information parameters.
Profile Name: Enter a unique name to identify the profile. The name can contain only letters, numbers, or spaces, and must be no more than 30 characters. The name that you enter here will be displayed in the list of profiles when you configure a policy.
(Optional) Add description here: To provide additional context for the purpose or business reason for your new profile, enter a profile description.
In the Winlogbeat Configuration File editing box, type or paste the contents of your configuration file, or use the template. To add the template, click Select template, and then click Windows Security. Click Add.
Cortex Cloud supports all sections in the
winlogbeat.ymlconfiguration file, such as support for Winlogbeat fields and tags. You can use the "Add fields" processor to identify the product/vendor for the data collected by the XDR Collectors, so that the collected events go through the ingestion flow (Parsing Rules). To configure the product/vendor, ensure that you use the defaultfieldsattribute (do not use thetargetattribute), as shown in the following example:processors: - add_fields: fields: vendor: <Vendor> product: <Product>For more information about the "Add fields" processor, see Add_fields.
To finish creating your new profile, click Create.
Your new profile will be listed under the applicable platform on the XDR Collectors Profiles page.
Apply profiles to XDR Collector machine policies by performing one of the following:
Right-click a profile, and select Create a new policy rule using this profile.
Launch the new policy wizard from XDR Collectors → Policies → XDR Collectors Policies.
Settings configuration
You can configure automatic upgrades for XDR Collector releases. By default, this is disabled, and the Use Default (Disabled) option is selected. To implement automatic upgrades, follow these steps:
Select Settings → Configurations → XDR Collectors → Profiles → +Add Profile → Windows.
Select Settings profile, then click Next.
Configure the General Information parameters.
Profile Name: Enter a unique name to identify the profile. The name can contain only letters, numbers, or spaces, and must be no more than 30 characters. The name that you enter here will be displayed in the list of profiles when you configure a policy.
(Optional) Add description here: To provide additional context for the purpose or business reason for your new profile, enter a profile description.
Clear the Use Default (Disabled) checkbox.
For Collector Auto-Upgrade, select Enabled.
Additional fields are displayed for defining the scope of the automatic upgrade.
Configure the scope of automatic upgrades:
To ensure the latest XDR Collector release is used, leave the Use Default (Latest collector release) checkbox selected.
To configure only a particular scope, perform the following steps:
Clear the Use Default (Latest collector release) checkbox.
For Auto Upgrade Scope, select one of the following options:
OptionMore detailsLatest collector release
Configures the scope of the automatic upgrade to whenever a new XDR Collector release is available including maintenance releases and new features.
Only maintenance release
Configures the scope of the automatic upgrade to whenever a new XDR Collector maintenance release is available.
Only maintenance releases in a specific version
Configures the scope of the automatic upgrade to whenever a new XDR Collector maintenance release is available for a specific version. When this option is selected, you can select the specific Release Version.
To finish creating your new profile, click Create.
Your new profile will be listed under the applicable platform on the XDR Collectors Profiles page.
Apply profiles to XDR Collector machine policies by performing one of the following:
Right-click a profile, and select Create a new policy rule using this profile.
Launch the new policy wizard from XDR Collectors → Policies → XDR Collectors Policies.
Last updated
Was this helpful?
