Patrick Mann
Patrick Mann
Another user has requested the ability to set password length / complexity / retry attempts.
Instead of building another custom email notification we will tie this into the existing Event subsystem. We get to re-use that code and users can leverage the familiar notification types....
Permissions are the bottleneck, since for every user we need to evaluate roles and teams to determine the final set of permissions. Unless we cache this information, I don't see...
To reproduce the issue I created 3000 users via `POST /api/user`, each with a basic set of permissions that I copied from an existing user. Then I assigned all of...
For those less familiar (like myself): This issue only aims to remove backend code that relates to stream-based alerting. It does not remove legacy alarm callbacks. Eventually we would want...
@davama Can you detail the desired scenario / UI a bit more? Looking at the UI to configure HTTP notifications, I am able to enter an HTTP URL without any...
Postponed to 5.0, when we expect to drop ES6.
This was just a test branch, which we no longer need.
@BBruce-Graylog Paginated queries have been implemented for simple user dropdowns (email recipients). However, this isn't applicable for dropdowns that are populated with complex data, in particular for sharing with users...
@BBruce-Graylog I am closing out this issue, as there is no further action required. - user dropdown list (in email notification) is redesigned and can handle arbitrary number of users...