Linus Pahl

Results 52 issues of Linus Pahl

**Please note**, this is a backport of https://github.com/Graylog2/graylog2-server/pull/19093 for `6.0`. ## Description This PR is fixing the problem described in https://github.com/Graylog2/graylog2-server/issues/19092 Fixes https://github.com/Graylog2/graylog2-server/issues/19092

**Please note:** This is a backport of https://github.com/Graylog2/graylog2-server/pull/18879 for `6.0` ## Description ## Motivation and Context With this PR we are separating the time range validation from time range preview...

Please note: This PR is a backport of https://github.com/Graylog2/graylog2-server/pull/18952 for `6.0`. ## Description As described in https://github.com/Graylog2/graylog2-server/issues/18288 the field value suggestions are currently not being displayed when the field name...

## Description When typing in the events and alerts input some values are being removed. ![events search](https://github.com/Graylog2/graylog2-server/assets/46300478/5e4f2a33-fe1d-4dfc-a43c-c24aadbd4ea0) * Graylog Version: 6.0.0 rc2

bug
triaged
blocker
test-day
needs-backport

**Please note**, this is a backport of https://github.com/Graylog2/graylog2-server/pull/19062 for `6.0`. ## Description ## Motivation and Context With this PR we update the favicon. it has a lower resolution than the...

**Please note**, this is a backport of https://github.com/Graylog2/graylog2-server/pull/19073 for `6.0` ## Description ## Motivation and Context Before this change, when you create or update an event notification, you will see...

## Description ## Motivation and Context This PR contains a small refactoring for the `SegmentedControl` component. We are: - renaming the `handleChange` prop to `onChange` to follow our naming convention...

## Description This PR adds a simple date time utility function to receive difference for a date in days, relative to today. /nocl

**Note:** This should be backported to `6.0`. ## Description This PR is fixing the client-side routing for button links by using the `Link`-component instead of an `a`-element when the `href`...

## Description Currently the column definitions for the data nodes table on `/system/datanodes` are hard coded in the UI. ``` { id: 'hostname', title: 'Name', sortable: true }, { id:...

triaged