Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeat event #1421

Open
Zzzz1111 opened this issue May 16, 2024 · 3 comments
Open

repeat event #1421

Zzzz1111 opened this issue May 16, 2024 · 3 comments

Comments

@Zzzz1111
Copy link

Zzzz1111 commented May 16, 2024

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
Copy link

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.

@aantn
Copy link
Collaborator

aantn commented May 20, 2024

@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.

@Zzzz1111
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants