Elastic cloud and Elastic Package Registry

I have developed a custom integration for Elastic but I don't want to publish this integration to the public EPR repo.
I am running Elastic on Elastic Cloud. I would like to know if it is possible to push my custom integration to my EPR server that runs on Elastic Cloud? If not is it possible to run my own EPR server on premise if the rest of my Elastic components are on Elastic Cloud?

Hi Adrien,

It is possible to upload your custom integration with the Fleet package upload API: Fleet APIs | Fleet and Elastic Agent Guide [master] | Elastic

Here is an example:

curl -XPOST -H 'content-type: application/zip' -H 'kbn-xsrf: true' https://KIBANA_HOST:PORT/api/fleet/epm/packages --data-binary @custom_integration-1.0.0.zip
3 Likes

Thanks a lot

@adrien_moreau - Can you help me with the documentation of building custom integration

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.