You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The POMBA report is generated every time the POMBA audit is run. Each report has a result field that indicates "Pass" or Fail", to indicate whether any violations were found.  If the result is "Pass", then no violations were found. If the result is "Fail" then one or more violations were found and will be available within the report.

These reports can be viewed on the time series dashboard. The view can be filtered by specifying time slot or by any attribute which appears in the audit result . Each audit result can be expanded for more information



Report Content

For each report, the following information shall be available. See also POMBA Initiating Audit to see how some of these parameters were input parameters into the audit.

Field NameDescription
transaction-idA user provided transaction id. This will allow for tracing of the audit through its various operations. If the same transaction id is used as the operation that is being audited related to this service instance id, then this provides even greater traceability
model-version-idThe model-version-id field provided to initiate the audit
model-invariant-idThe model-invariant-id field provided to initiate the audit.
service-instance-idIdentifier of this service instance, which was provided to initiate the audit.
categoryAudit Category: Values are NEEDS TO BE FILLED IN.
status"Pass" or "Fail", depending on whether any violations were found
model-nameTBD
 messageTBD


Violations

If rule violations are found, then for each violation, the following will be reported


FieldDescription
severityCritical, Major, Minor, Warning
violationTimestampTime of violation
violationTypeType of violation - NEEDS TO BE FILLED IN.
validationRuleRule that was violated - NEEDS TO BE FILLED IN.
categoryTBD
messageTBD
violationIdUnique identifier for this violation - globally or just in the context of this report?


DMaaP

See POMBA DMaaP

Implementation Details

POMBA audit result is reported via Kibana tool based on the data stored in ElasticSearch.

  • No labels