Edmundo Alvarez

Results 13 issues of Edmundo Alvarez

We should clarify how URLs are matching against regular expressions in the URL whitelist. ## Context I added an entry to the URL whitelist as a regular expression `http://google.com`, and...

documentation

Specially regarding strings, and the `regex()` function. Refs Graylog2/graylog-plugin-pipeline-processor#45

documentation
feature
triaged

Similarly to https://github.com/Graylog2/graylog2-server/issues/7229, we currently have several differences on how React Select components are used: - `components/common/Select`: - This is our common `Select` component wrapper - Has common styling -...

triaged
improvement
frontend

### Problem description When creating a pipeline stage with a negative number, the cursor jumps to the next input constantly. ### Steps to reproduce the problem 1. Create a pipeline...

bug
triaged

Lots of people forget to add grok patterns before creating a grok extractor and makes it painful. We should at least show a warning when there are no grok patterns...

usability

As of version 1.2, admins can only add streams and dashboards permissions to regular users. This is a reminder to add an easy way of managing other common permissions (e.g....

users
usability
papercut

On 1.2, the list of streams displayed under "Test against stream" keeps loading when there are no streams available. In other cases is working fine, so it's just a small...

ux

On 1.1.0-rc.3, trying to access a saved search that was deleted (or doesn't exist) results in a error page. Instead of this, we should properly redirect to a normal search...

usability

In most of our stores we have user notifications to alert the user when the request to the server failed. We usually show the HTTP response code in the text,...

usability
ux

We have problems escaping colons inside curly braces. Example message: ``` message:foobar.local Mail\[45188\]\: \{\"status\"\:\"400\",\"schemes\"\:\"Bearer\",\"scope\"\:\"https\:\/\/foobar.com\/\"\} ``` The exception thrown by the web interface is: ``` play.api.Application$$anon$1: Execution exception[[UriBuilderException: java.net.URISyntaxException: Illegal character...

bug