commented out old appdaemon config for promtail
This commit is contained in:
@@ -28,15 +28,15 @@ scrape_configs:
|
||||
- target_label: 'host'
|
||||
replacement: '${HOSTNAME}'
|
||||
pipeline_stages:
|
||||
- match:
|
||||
selector: '{container="appdaemon"}'
|
||||
stages:
|
||||
- regex:
|
||||
expression: "(?P<date>\\\\d{4}-\\\\d{2}-\\\\d{2}) (?P<time>\\\\d{2}:\\\\d{2}:\\\\d{2} [AP)]M) (?P<level>\\\\w+) (?P<app>\\\\w+): (?P<msg>.*?)$"
|
||||
- labels:
|
||||
level:
|
||||
app:
|
||||
msg:
|
||||
# - match:
|
||||
# selector: '{container="appdaemon"}'
|
||||
# stages:
|
||||
# - regex:
|
||||
# expression: "(?P<date>\\\\d{4}-\\\\d{2}-\\\\d{2}) (?P<time>\\\\d{2}:\\\\d{2}:\\\\d{2} [AP)]M) (?P<level>\\\\w+) (?P<app>\\\\w+): (?P<msg>.*?)$"
|
||||
# - labels:
|
||||
# level:
|
||||
# app:
|
||||
# msg:
|
||||
- match:
|
||||
selector: '{container="zigbee2mqtt"} |= "MQTT publish"'
|
||||
stages:
|
||||
|
||||
Reference in New Issue
Block a user