ionoscloud_logging_pipeline
Creates and manages Logging pipeline objects.
Usage example
resource "ionoscloud_logging_pipeline" "example" {
location = "es/vit"
name = "pipelineexample"
log {
source = "kubernetes"
tag = "tagexample"
protocol = "http"
destinations {
type = "loki"
retention_in_days = 7
}
}
log {
source = "kubernetes"
tag = "anothertagexample"
protocol = "tcp"
destinations {
type = "loki"
retention_in_days = 7
}
}
}Argument reference
Import
Last updated
Was this helpful?