-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Expected Behavior
The system configuration page for decorators should not produce an error.
Current Behavior
On the master test system, the following is shown after a long loading time:
The API response is
[{"id":"651e7d2bc6795877c0c1908b","type":"org.graylog.plugins.pipelineprocessor.PipelineProcessorMessageDecorator","config":{"pipeline":"6514431c2ac82472d6515b2c"},"stream":"000000000000000000000001","order":1}]
Possible Solution
Steps to Reproduce (for bugs)
- Go to smd.dev
- I used a reader user, but that doesn't seem to be necessary
- Navigate to https://xxx/system/configurations/Decorators
- Wait and observe the error
Context
Your Environment
- Graylog Version: Graylog 7.0.0-SNAPSHOT+ee01d46
- Java Version:
- OpenSearch Version:
- MongoDB Version:
- Operating System:
- Browser version:
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
dennisoelkers commentedon Jun 24, 2025
Maybe related to #22877? @zeeklop, can you check?
zeeklop commentedon Jun 25, 2025
@dennisoelkers looks like the issue comes from a query function modified on this PR #22668
Looks like spreading the actions isn't enough for React Query v5
We have to specify the queryFn key to assign the function that will be used to query the data.
I was able to reproduce the error locally where I got more detailed information about the error.
zeeklop commentedon Jun 25, 2025
PR 22995 with fix for decorators