SensorFeatureConfig

SensorFeatureConfig
Sensor Feature Configuration

Specifies features configured for the sensors.

JSON Example
{
    "ids_enabled": false,
    "ids_config": {
        "pcap_enabled": false
    },
    "flows_enabled": false,
    "mps_enabled": false,
    "mps_config": {
        "document_file_type": false,
        "executable_file_type": false,
        "media_file_type": false,
        "archive_file_type": false,
        "data_file_type": false,
        "script_file_type": false,
        "other_file_type": false
    }
}
boolean
ids_enabled
Required

Specifies if IDS events are to be sent by sensors.

ids_config
Optional

Configuration of IDS on the sensor.

boolean
flows_enabled
Required

Specifies if flows are to be collected by sensors.

boolean
mps_enabled
Required

Specifies if MPS (file events) are to be sent by sensors.

mps_config
Optional

Configuration of MPS for the sensor.