Defines the fields that must be inserted into the outgoing events apart from the context. An outgoing event contains context and actionable fields.
Path
Feeds > Feed > ActionableFields
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested element:
Defines a single actionable field.
ActionableFields > ActionableField
Defines a single actionable field.
This element has the following attributes:
ActionableField element attributes
Attribute |
Description |
---|---|
|
The name of the field as it is used in the feed |
|
Contains the name of the field as it will be inserted into outgoing events. If the |
Example
The following is an example of this element.
<ActionableFields> <ActionableField name="information" output_name="cs4"/> <ActionableField name="threat" output_name="cs3"/> </ActionableFields> |