elastic/kibana

Allow querying of API keys by creation date and time

Open

#181.164 aberto em 18 de abr. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (8.021 forks)batch import
Feature:Users/Roles/API KeysTeam:Securityenhancementgood first issue

Métricas do repositório

Stars
 (19.065 stars)
Métricas de merge de PR
 (Mesclagem média 1d 16h) (999 fundiu PRs em 30d)

Description

As part of https://github.com/elastic/kibana/pull/168970, we have identified a new use case where allowing users to query for API keys by date of creation would improve user experience in cases with larger data sets.

Once the above feature has been implemented, users will be able to retrieve a maximum of 10k keys after which they'll need to refine the results using the queries supported by the Query API key API from Elasticsearch. Even though the endpoint supports querying by creation time, the UI does not offer support to do so.

Guia do colaborador