Kay Roepke

Results 27 issues of Kay Roepke

## Expected Behavior The pipeline system menu item should be shown if the user has the `pipeline:create` permissions to be able to create custom roles. ## Current Behavior The current...

bug
triaged
backport
ux

Currently the option to use backticks in message field references to support special characters or reserved words as field names is undocumented. See https://github.com/Graylog2/graylog-plugin-pipeline-processor/blob/191e3b98a5e23a308fe16d14eaf9cf7936fe6b0e/plugin/src/test/resources/org/graylog/plugins/pipelineprocessor/parser/messageRefQuotedField.txt#L2 for an example.

documentation
triaged

**What is the bug?** If a multiplication expression is written without whitespace around the operator, the lexer mistakenly tokenizes it as `ID_LITERAL`. This leads to unexpected behavior (and IMHO wrong...

bug
good first issue
PPL

## Expected Behavior The exception text should contain enough information for quickly identify while stream rule led to the error. ## Current Behavior The only real information on default log...

bug
triaged

## Expected Behavior Quoted strings should not trigger the "wrong capitalization of boolean operator" warning. ## Current Behavior ![image](https://user-images.githubusercontent.com/52014/191275234-d65670f3-f904-43df-bda5-d002f1029702.png) ## Possible Solution Improve parser ## Steps to Reproduce (for bugs)...

bug
search
ux

## Expected Behavior The getting started guide is no longer shown for new installs or new minor releases. ## Current Behavior The product shows getting started information. ## Context The...

feature

## Description To efficiently make decisions, some EventModifier implementations need to calculate additional aggregations. This change allows adding search types to the main event query. Currently this only makes sense...

## Expected Behavior The "Alerts"/"Events"/"Both" selector button should indicate its active state. ## Current Behavior The active state is indistinguishable from the inactive one. Only the momentary press state is...

bug

## What? Users need a way to easily generate certificates to connect to the data node managed Opensearch cluster. The best way to do this is to extend the existing...

feature
triaged

We want to ensure that all API resources are only available to authenticated requests and use annotations to mark the exceptions from this rule. This will prevent missing annotations in...

feature