Skip to main content

Hello,Is is possible to import a packs directly from my own git via rest api? I want to automate it. Documentation examples is only for .cribl format https://docs.cribl.io/stream/packs#install-via-api

.crbl is a .tgz renamed


I know but I do not want to commit binaries to git. Only the extracted jsons. That's why it would be nice to install each json directly or via git as API call


Even with our git repo we use a workflow to create the .crbl file.


Perhaps <@U01LSBF5953&gt; has an idea on a different way?


Hey <@UUE2022RW&gt; check this out: https://github.com/criblpacks/cribl-palo-alto-networks/blob/master/test/cribl_stream.py#L119-L168


It's my test harness I use for the PAN pack. It creates an in memory tarball of the pack and then uploads it via the API. I think you can adapt for your use case 🙂


Cool. Thank you.


Brendan is 🐐


Reply