system

Update system settings

Update the specified Cribl system settings.<br/><br/>Provide only the top-level sections (<code>api</code>, <code>workers</code>, <code>tls</code>, <code>proxy</code>, etc.) you want to change. Omitted sections stay unchanged. Each provided section fully replaces the existing one — send the complete section object, not only the changed fields.

patch/system/settings/conf

Request body

Example request

{
  "backups": {},
  "pii": {},
  "rollback": {},
  "sni": {},
  "tls": {}
}

Response

The updated system settings.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "backups": {},
      "pii": {},
      "rollback": {},
      "sni": {},
      "tls": {}
    }
  ]
}

Changes