robusta-dev / robusta

Kubernetes observability and automation, with an awesome Prometheus integration

Home Page:https://home.robusta.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repeat event

Zzzz1111 opened this issue · comments

Describe the bug
I use file sink, triggers is on_pod_all_changes,and then I get a lot of repeat event

To Reproduce
`globalConfig:
signing_key: ...
account_id: ...
sinksConfig:

  • file_sink:
    name: file_sink
    file_name: /tmp/hzj.json
    runner:
    sendAdditionalTelemetry: false

customPlaybooks:

  • triggers:
    • on_pod_all_changes: {}
      actions:
      • pod_events_enricher: {}
        sinks:
      • file_sink`

Expected behavior
Get unique event

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: robusta
  • Version 0.12.0

Hi 👋, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can!

  • 💬 Slack Community: Join Robusta team and other contributors on Slack here.
  • 📖 Docs: Find our documentation here.
  • 🎥 YouTube Channel: Watch our videos here.

@Zzzz1111 hi, can you share more details on what unique events you are trying to capture? on_pod_all_changes will fire every time that anything in the Pod's YAML changes, which tends to happen a lot on Kubernetes.

On a separate note, I've removed some sensitive details that were shared in the original post, but please recreate your Robusta account as one of them was a sensitive secret.

thanks , maybe it is my mistake, i find the message content is same, but id is unique