Graylog2 / Graylog2/graylog2-server
Improve view creation in the context of stream search page.
Open
improvement
search
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
When a user opens the stream search page a new view is being created. When creating the view, a relation for the stream id gets defined by calling `ViewActions.create` with the stream id as a parameter. We should improve this step by e.g. using callback function which allows the view modification. The callback function would be more dynamic, because it allows any kind of modification.
## Your Environment
* Graylog Version: Graylog 3.2.1
Contributor guide
Assessment
This issue has not been assessed yet.