Skip to main content
Question

Is is possible to import a packs directly from my own git via rest api?

  • March 11, 2025
  • 8 replies
  • 29 views

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

8 replies

David Maislin

.crbl is a .tgz renamed


  • Author
  • Participating Frequently
  • March 11, 2025

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


David Maislin

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


David Maislin

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



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 :slightly_smiling_face:


  • Author
  • Participating Frequently
  • March 11, 2025

Cool. Thank you.


David Maislin

Brendan is :goat: