UNCLASSIFIED - NO CUI

Skip to content

Violations Dashboard Fails To Populate

Bug

Description

The violations dashboard fails to populate. This has been seen with our release process and also able to re-produce in a local cluster.

It appears our transformations are blocking the results.

Hiding the Extract field transformation starts to produce results.

Looks like we can also optimize this query a bit throwing in a string filter:

{app_kubernetes_io_name="bbctl-bigbang-violations", container="bbctl"} |= "violations" | json violations=`violations` | line_format `{{.violations}}`

BigBang Version

master branch / release 3.0.0 / release 3.1.0

Edited by Michael Martin