fluent-plugin-kubernetes-log-level
fluent-plugin-kubernetes-log-level copied to clipboard
Dynamic filtering of kubernetes logs according to pod labels
Results
2
fluent-plugin-kubernetes-log-level issues
Sort by
recently updated
recently updated
newest added
Grafana using log15 levels - you can see them defined [here](https://github.com/inconshreveable/log15/blob/67afb5ed74ec82fd7ac8f49d27c509ac6f991970/logger.go#L28). Added support for those levels.
``` config_param :log_level_label, :string, :default => 'logging-level' config_param :log_level_key, :string, :default => 'level' config_param :default_logging_level, :string, :default => nil ``` This configuration should assign default values when the plugin is...