This command is not parsing because for logging->buffered->filtering, either enabled or disabled is expected in the schema, but in the Regex, it's not properly finding this, just looking for status and xml.
Meanwhile in the Cisco output, you would expect:
Buffer logging: level <level>, <number> messages logged, xml <status>
filtering <status>, <discriminator>,
<number> messages rate limited, <number> messages dropped_by_md
The schema has all of these fields built out, but hardly any regex to find everything and assign it.
This command is not parsing because for logging->buffered->filtering, either enabled or disabled is expected in the schema, but in the Regex, it's not properly finding this, just looking for status and xml.
Meanwhile in the Cisco output, you would expect:
The schema has all of these fields built out, but hardly any regex to find everything and assign it.