-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Which source do you want to see?
Describe the fields you'd like to configure in the wizard
A clear and concise description of which fields should be available in the wizard. This is ideally a subset of the fields available in the complete configuration.
Well I would like the wizard to gen a block as such
loki.source.kubernetes_events "sanjay" {
// Only watch for events in the kube-system namespace.
namespaces = ["kube-system"]
forward_to = [loki.write.local.receiver]
}
** What kind of telemetry does this source produce? **
Please tell us which signals this source emits
K8s events / logs
Additional context
Add any other context or screenshots about the feature request here.
This should be agnostic of the k8 providers