Graylog2 / Graylog2/graylog2-server
Editing an extractor should use message loader tabs
Open
frontend
User Experience
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
When editing an existing extractor for an input, it is showing a sample message for the user to work on. This sample message is currently the most recent one received on the input the extractor is attached to. Alternatively, the user can choose to load a different message, but only manually - based on message id and index.
It should be possible for the user to load yet another message from the input to verify that the extractor works on subsequent messages. Therefore - and for consistency - it should make use of the `LoaderTabs` component, just like the stream rule editor and extractor creation do.
Contributor guide
Assessment
This issue has not been assessed yet.