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.

Request body

allowCustomFunctionsboolean
minorstring
sourcestring required
specstring

Response

a list of PackInfo objects

countinteger

number of items present in the items array

Changes