Skip to content

Gather historical pod list from Elasticsearch

Adrien Kohlbecker requested to merge ak/historical-pods into master

What does this MR do?

Issue: #196191 (closed)

Allows the user to select pods that have been terminated and for which log data still exists in Elasticsearch's index. The kubernetes API only returns running pods, so we switch to querying ES for the pod list.

This is limited to the 500 most verbose pods. In the future we will need to make the pod dropdown searchable to allow for all pods to be queried. We might also want to display the number of log lines next to the pod.

Similarly, pod containers are limited to 500, although these are mostly in the single digits so it shouldn't be an issue. (we also don't expose containers in the UI yet)

Screenshots

Screenshot_2020-04-08_at_17.39.37

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports