Is is possible to import a packs directly from my own git via rest api?
Thomas Vogt
Posts: 11 ✭
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
0
Answers
-
.crbl is a .tgz renamed
0 -
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
0 -
Even with our git repo we use a workflow to create the .crbl file.
0 -
Perhaps <@U01LSBF5953> has an idea on a different way?
0 -
-
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:
0 -
Cool. Thank you.
0 -
Brendan is :goat:
0