Skip to content

Add parser for cilium alerts

Can Eldem requested to merge add-cilium-parser into master

What does this MR do?

We fetch alert information from KAS and display under Threadt Management -> Alerts. We currently use Generic Parser to parse this information and since its payload agnostic it doesn't fetch all the details that KAS sends to Gitlab. This MR adds Cilium parser instead of using Generic parser for parsing cilium alerts that are send from KAS.

Watch this video if you like to know how Cilium send alerts to Gitlab.

Linked issues

Test

For sake of the test you can disable auth in internal kubernetes endpoint and send http request to the end point

image image

Conformity

Edited by Can Eldem

Merge request reports