Graylog2 / Graylog2/graylog2-server
Enable Toggle of Highlighted Values in the UI
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Currently, a value in a search or a widget may be highlighted, so that it shows more prominently in the UI, calling the user's attention to it. There is no way today to turn that highlighting back off if desired.
## Expected Behavior
When you highlight a value, the menu item should switch to "stop highlighting this value" and enable you to turn off highlighting for a particular value.
## Current Behavior
If you highlight a value in a search, then create an aggregation that includes that value, it will be highlighted in the aggregation as well. If you then save that aggregation as a dashboard, the highlights will carry through to the dashboard and cannot ever be disabled.
## Possible Solution
Change the menu item to be more of a "togggle switch", turning highlighting on or off as needed.
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Context
More an annoyance than anything, but it can lead to undesired results in the UI for customers.
## Your Environment
* Graylog Version: 4.x
* Java Version:
* Elasticsearch Version:
* MongoDB Version:
* Operating System:
* Browser version:
Contributor guide
Assessment
This issue has not been assessed yet.