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

Support filtering in Logs Volume panel for multiple log volumes #86917

Open
2 tasks
harisrozajac opened this issue Apr 25, 2024 · 0 comments
Open
2 tasks

Support filtering in Logs Volume panel for multiple log volumes #86917

harisrozajac opened this issue Apr 25, 2024 · 0 comments

Comments

@harisrozajac
Copy link
Contributor

harisrozajac commented Apr 25, 2024

We want to support filtering for multiple log volumes. This seems like a rare case because we haven't received any complaints, but it would make sense to implement it so filtering is enabled in Mixed datasource mode where logs come from two or more datasources.

The tasks are:

  • Support filtering for multiple log volumes
  • Make sure content outline works in this case

A place to start looking into this:

// TODO: Support filtering level from multiple log levels
onHiddenSeriesChanged={numberOfLogVolumes > 1 ? () => {} : onHiddenSeriesChanged}
)

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