feat(integrations): declare default ingestion (command, mapper, default type)
cortex-xdr, crowdstrike, harfanglab and splunk now ship an `ingestion` block (fetch command + bundled mapper + default incident type) and a bundled default incident type under incident-types/, so the instance Collect section is pre-filled on first configuration and the default type is created on install. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1046,3 +1046,8 @@ commands:
|
||||
properties: {}
|
||||
required: []
|
||||
outputs_schema: { properties: {} }
|
||||
|
||||
ingestion:
|
||||
command: search_detections
|
||||
mapper: search_detections
|
||||
default_incident_type: "CrowdStrike Detection"
|
||||
|
||||
Reference in New Issue
Block a user