Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Ability to negatively filter #1062

Open
ralphm opened this issue Dec 18, 2024 · 0 comments
Open

[Feat]: Ability to negatively filter #1062

ralphm opened this issue Dec 18, 2024 · 0 comments

Comments

@ralphm
Copy link
Member

ralphm commented Dec 18, 2024

Problem

Excluding a value for a facet from the filtering result currently requires selecting all values and then unchecking the unwanted value. This is tedious and doesn't take new values into account.

Description

Besides positive filtering (checking the values that should match), negative filtering (only match if it doesn't have this value) can greatly improve troubleshooting over time.

Importance

really want

Value proposition

  1. Quicker troubleshooting by excluding things of no interest.

Proposed implementation

Negative filtering should apply to all places that expose a filter:

  • Global node filter
  • Filtering side bar in the Nodes tab
  • Filtering side bar in the Alerts tab
  • Filtering side bar in the Events tab

Additionally, hot words in item lists (including Events, Alerts, Logs) should gain +/- operators next to them for quick inclusion or exclusion filtering (as described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant