Graylog2 / Graylog2/graylog2-server
Replace usage of search URL query params with different approach for reusable search URLs.
Open
feature
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
We are currently storing search query attributes like the time range and search query in the URL. This way users are able to bookmark a specific search or send the URL to a colleague without the need to create a saved search.
Since URLs have a max length of 2048 characters, this approach does not scale. Search queries will become more complex over time and we need to find a different solution to support the mentioned use cases.
## Your Environment
* Graylog Version: 4.3
Contributor guide
Assessment
This issue has not been assessed yet.