In the rare case that a Diagnostic finding being reported defective or doesn’t produce adequate or wrong output a customer may want to disable the Diagnostic rule.
The customer needs to create a user-defined solution config file. Navigate to Operations -> Configurations -> Management Packs Configuration -> Add:
Name must be diagnostics_mp_config_overwrites.json
Free format: yes
Contents example:
{
"disabledRuleIds": ["NSXT_TrimmedException_KB_92309", “AUTOMATION_datarecordsleak_KB_93133”]
}
Please make sure that the input is a valid JSON with the mentioned structure. In this field there can be added multiple finding ids retrieved from the Diagnostics panel.
This solution config file can be used for other configuration overwrites. Here is the full list of possible fields and example values:
After the solution config file is created with the respective disabled rule ids the findings with these ids will disappear on the next diagnostics findings calculations in up to 4 hours.