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

Graylog connector #253

Merged
merged 19 commits into from
Aug 29, 2024
Merged

Graylog connector #253

merged 19 commits into from
Aug 29, 2024

Conversation

BuJo
Copy link
Member

@BuJo BuJo commented Aug 26, 2024

Adds capability of showing graylog events.

@BuJo BuJo requested a review from DerGeras August 26, 2024 09:33
Alerts have been deprecated in graylog, but old alerts are kept as alert type.
Modifying those alerts with a current graylog version causes them to be converted to the "event" type.
The TimeRangeStart shows the start time for the aggregation (if set), and does not show when the alert was triggered.
Alerts have been deprecated in graylog, but old alerts are kept as alert type.
Modifying those alerts with a current graylog version causes them to be converted to the "event" type.
We aggregate over the eventdefinitionid and the grouped field values, this should eliminate most duplications
@BuJo BuJo marked this pull request as ready for review August 27, 2024 12:39
The test always returned non-empty results, which resulted in an infinite loop
BuJo added 4 commits August 29, 2024 13:29
* Like other mocking frameworks, this enables the mocked results
  to differ between multiple calls.
* Correlations in events are an enterprise feature.  It is assumed
  to at least contain a description field.
* see: https://archivedocs.graylog.org/en/latest/pages/alerts.html
@BuJo BuJo merged commit 51a9587 into main Aug 29, 2024
1 check passed
@BuJo BuJo deleted the graylog-connector branch August 29, 2024 12:05
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

Successfully merging this pull request may close these issues.

2 participants