Filebeat log support for OpenShift/Kubernetes #10292
Labels
containers
Related to containers use case
enhancement
Filebeat
Filebeat
Stalled
Team:Integrations
Label for the Integrations team
Describe the enhancement:
It would be nice if Filebeat supported a way for collecting logs in an OpenShift/Kubernetes environment by supporting a collection of the logstreams for all those pods (within its own namespace) via the Kubernetes api-server, e.g. https://{api-server}/api/v1/namespaces/{namespace}/pods/log?follow&timeStamps by using the kubernetes rest api (https://docs.openshift.com/container-platform/3.6/rest_api/kubernetes_v1.html#read-log-of-the-specified-pod).
Describe a specific use case for the enhancement or feature:
This functionality would be helpful in restricted environments where daemonsets (where Filebeat can easily pick up container logs locally on the Kubernetes nodes) are not allowed by policy.
The text was updated successfully, but these errors were encountered: