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

Failed to publish finding to sink ops_genie_sink #1635

Open
micheleliabe opened this issue Nov 18, 2024 · 1 comment
Open

Failed to publish finding to sink ops_genie_sink #1635

micheleliabe opened this issue Nov 18, 2024 · 1 comment

Comments

@micheleliabe
Copy link

I'm trying to configure an Opsgenie sink to receive notifications, but I'm getting the following error in robusta-runner

2024-11-14 20:14:25.875 ERROR    Failed to publish finding to sink ops_genie_sink
Traceback (most recent call last):
  File "/app/src/robusta/core/playbooks/playbooks_event_handler_impl.py", line 317, in __handle_findings
    sink.write_finding(finding_copy, self.registry.get_sinks().platform_enabled)
  File "/app/src/robusta/core/sinks/opsgenie/opsgenie_sink.py", line 80, in write_finding
    self.__open_alert(finding, platform_enabled)
  File "/app/src/robusta/core/sinks/opsgenie/opsgenie_sink.py", line 58, in __open_alert
    details = self.__to_details(finding)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/src/robusta/core/sinks/opsgenie/opsgenie_sink.py", line 108, in __to_details
    if self.conf.extra_details_labels:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Configuration' object has no attribute 'extra_details_labels'

Here’s my Helm configuration:

  • opsgenie_sink:
    name: ops_genie_sink
    api_key: API_KEY
    teams:
    - "exemple"
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.

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

1 participant