Create a custom integration
[Required authorization] Route required privileges: integrations-all AND fleet-agent-policies-all.
Body
-
datasets
array[object] Required -
force
boolean -
integrationName
string Required
POST
/api/fleet/epm/custom_integrations
curl \
--request POST 'http://api.example.com/api/fleet/epm/custom_integrations' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"datasets":[{"name":"string","type":"logs"}],"force":true,"integrationName":"string"}'