elastic/kibana

Allow querying of API keys by creation date and time

Open

#181164 opened on Apr 18, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (19,065 stars) (8,021 forks)batch import
Feature:Users/Roles/API KeysTeam:Securityenhancementgood first issue

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.

Contributor guide