packs
Upgrade a Pack
Upgrade the specified Pack.<br/><br/>If the Pack includes any user-modified versions of default Cribl Knowledge resources such as lookups, copy the modified files locally for safekeeping before upgrading the Pack. Copy the modified files back to the upgraded Pack after you install it with <code>POST /packs</code> to overwrite the default versions in the Pack.<br/><br/>After you upgrade the Pack, update any Routes, Pipelines, Sources, and Destinations that use the previous Pack version so that they reference the upgraded Pack.
patch/packs/{id}
Path parameters
idstring required
The <code>id</code> of the Pack to upgrade. Use the <code>id</code> field from the list response.
Request body
Response
The upgraded Pack object in a single-item list.
Example response
{
"items": [
{
"tags": {
"domain": [
"security",
"observability"
],
"technology": [
"aws",
"splunk"
]
},
"version": "1.0.0"
}
]
}