Skip to main content

Exclusions

Exclusions allow you to remove certain fields from the scraped configuration. This is useful when you want to remove sensitive or just useless data from the scraped configuration.

Exclude

FieldDescriptionSchemeRequired
jsonpathSpecify JSONPath expression for the fieldsstringtrue
typesspecify the config types from which the JSONPath fields need to be removed[]string

The types field is optional and if left empty, the filter will apply to all config items. See Example