Install package
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/epm/packages/{pkgName}/{pkgVersion}
Refer to Spaces for more information.
Query parameters
-
avoid erroring out on unexpected mapping update errors
Default value is
false
. -
Skip data stream rollover during index template mapping or settings update
Default value is
false
. -
Ignore if the package is fails signature verification
-
Return all fields from the package manifest, not just those supported by the Elastic Package Registry
-
Whether to return prerelease versions of packages (e.g. beta, rc, preview)
Default value is
false
.
POST
/api/fleet/epm/packages/{pkgName}/{pkgVersion}
curl \
--request POST 'https://localhost:5601/api/fleet/epm/packages/{pkgName}/{pkgVersion}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '{"force":true,"ignore_constraints":true}'