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:
Guillaume BOURGEOIS
2026-06-27 10:38:09 +02:00
parent 3608cbb74e
commit 6bccbb5a50
8 changed files with 32 additions and 0 deletions
+5
View File
@@ -277,3 +277,8 @@ commands:
properties: {}
required: []
outputs_schema: { properties: {} }
ingestion:
command: search
mapper: search
default_incident_type: "Splunk Notable"