-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[x-pack/filebeat/netflow] add netflow status reporting under Agent ma…
…nagement (#40080) * feat: add netflow status reporting under Agent management * doc: update CHANGELOG.next.asciidoc * fix: ignore acknowledgment on delete stream * fix: use ES_SUPERUSER_USER and ES_SUPERUSER_PASS to support data_stream access through http * fix: avoid race condition of nil channel * fix: replace Allow with Wait for rate limit * fix: specify time threshold in constants * fix: exit directly in debugPrintProcessor when log doesn't have debug level enabled * fix: rework on ratelimit to batch up requests and make code lighter * feat: check also for malformed events * feat: add deterministic check for expected events number * Revert "fix: exit directly in debugPrintProcessor when log doesn't have debug level enabled" This reverts commit c7978ee. * fix: check err from json unmarshal of expectedFlows
- Loading branch information
1 parent
c111789
commit 8e607a3
Showing
3 changed files
with
425 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.