kyma-project / kyma

Kyma is an opinionated set of Kubernetes-based modular building blocks, including all necessary capabilities to develop and run enterprise-grade cloud-native applications.
https://kyma-project.io
Apache License 2.0
1.51k stars 404 forks source link

[Telemetry Operator] Limit the initial plugins to a minimal set #13146

Closed a-thaler closed 2 years ago

a-thaler commented 2 years ago

Description The goal is to offer the most open and typical integration options. Anything specific should be covered by running a custom fluentd instance. Assure that the offered feature set is minimal for now and that the way of doing advanced integrations is documented.

Reasons By keeping the options minimal in the beginning the operations will be simplified a lot and improved over time to support even more in future with a more mature setup.

Criterias

ghost commented 2 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.

chrkl commented 2 years ago

PR #14153 allows defining a whitelist of Fluent Bit output and filter plugins that can be used by LogPipelines. The telemetry chart has been configured to allow the grafana-loki, http and forward output plugin and all filter plugins for now.