Patrick Mann

Results 35 issues of Patrick Mann

Resolves Graylog2/graylog-plugin-cloud#1035 Enable API-Browser in Cloud context, while providing the ability to hide APIs that are not relevant or should not be exposed in Cloud. Visible APIs must be explicitly...

Resolves #13061 During catch-up processing, aggregation events were being generated with the time range of the extended catch-up window, instead of the time range of the actual result bucket. We...

We want to upgrade to a recent Jackson version, while initially keeping everything else unchanged (as much as possible). https://github.com/Graylog2/graylog-plugin-enterprise/issues/3674 Notes: Requires a fork of MongoJack 2.10.1 with minimal changes...

## What? Introduce a new drop-down widget that only shows a limited number of users by default. Let's say you have 5000 users in the database. Opening the drop-down would...

feature
triaged
frontend

Under certain conditions, the field type metadata maintained in MongoDB gets out of sync with ES. This results in duplicate key exceptions whenever we try to refresh that data. You...

bug
triaged

Resolves Graylog2/graylog-plugin-cloud#1046 When OTX API returns an HTTP error code, bubble up the error and log it in the processing failure stream. /jenkins-pr-deps Graylog2/graylog2-server#13508

Resolves #12988 Removes backend code that relates to stream-based alerting. ## How tested - All tests pass - Created HTTP alert, script alert, legacy script alert on master - Switched...

Handle error message from lookup for Graylog2/graylog-plugin-cloud#1046

The API Browser UI is available at a well-known URL, e.g.: https://graylog-test43.dev.torch.sh/api/api-browser/global/index.html While you cannot call any of the APIs without being logged in (with the necessary permissions), we should...

bug
triaged

Resolves Graylog2/graylog-plugin-enterprise#6525 Provides a notification template that does not escape parameter strings. This is useful if the message is supposed to contain HTML characters, e.g. `"Index is unavailable"`. ## How...