elastic/kibana

Allow querying of API keys by creation date and time

Offen

#181.164 geöffnet am 18.04.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (8.021 Forks)batch import
Feature:Users/Roles/API KeysTeam:Securityenhancementgood first issue

Repository-Metriken

Stars
 (19.065 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide