sources
Update a Source within a Pack
Update the specified Source.<br/><br/>Provide a complete representation of the Source that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Source.<br/><br/>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Source might not function as expected.<br/><br/>Cribl preserves <code>criblSourceProvenance</code> when you omit it from the request body, and you cannot overwrite it through this endpoint within the specified Pack.
patch/p/{pack}/system/inputs/{id}
Path parameters
idstring required
The <code>id</code> of the Source to update.
packstring required
The <code>id</code> of the Pack.
Request body
Response
The updated Source object in a single-item list.