fix
This commit is contained in:
@@ -4,8 +4,18 @@ kind: Component
|
||||
category: monitor
|
||||
metadata:
|
||||
name: promtail
|
||||
description: null
|
||||
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
options:
|
||||
log_format:
|
||||
default: logfmt
|
||||
examples:
|
||||
- logfmt
|
||||
type: string
|
||||
log_level:
|
||||
default: info
|
||||
examples:
|
||||
- info
|
||||
type: string
|
||||
images:
|
||||
default:
|
||||
promtail:
|
||||
@@ -45,21 +55,11 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
log_format:
|
||||
default: logfmt
|
||||
examples:
|
||||
- logfmt
|
||||
type: string
|
||||
loki-url:
|
||||
default: loki
|
||||
examples:
|
||||
- loki
|
||||
type: string
|
||||
log_level:
|
||||
default: info
|
||||
examples:
|
||||
- info
|
||||
type: string
|
||||
dependencies: []
|
||||
providers:
|
||||
kubernetes: true
|
||||
|
||||
Reference in New Issue
Block a user