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

Create more useful date picker filter in entity data table #21489

Open
maxiadlovskii opened this issue Jan 30, 2025 · 0 comments
Open

Create more useful date picker filter in entity data table #21489

maxiadlovskii opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@maxiadlovskii
Copy link
Contributor

What?

As a solution, we can reuse our current date picker which we are using on the search page. It has a lot of advantages.

  • has 3 types of time ranges (relative, absolute, keyword)
  • has presets
  • all users are familiar with that

The main issue we might face here is that not all entity data table endpoints accept different time range types. To solve this problem we can:

  • Before sending data to BE, convert the time range to absolute
  • extend endpoints
  • remove some of the time range types ( most likely the biggest problem might be with keyword )

Why?

In the entity data table, we have a very simple date picker where the user has to type time ranges. That might not be comfortable if the user wants to work fast and choose a relative time range.

Your Environment

  • Graylog Version:
  • OpenSearch Version:
  • MongoDB Version:
  • Operating System:
  • Browser version:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant