Correct metrics_qdr logging path and regex parsing

Change-Id: I98c1b7b21f9d5bd6e0f91ed7b1df74d01ab2b592
Resolves: rhbz#1945075
This commit is contained in:
pleimer 2021-04-12 14:54:31 -04:00 committed by Paul Leimer
parent 63bfc93e9b
commit cda21df470
3 changed files with 5 additions and 5 deletions

View File

@ -52,9 +52,9 @@ parameters:
type: boolean
MetricsQdrLoggingSource:
default:
file: /var/log/containers/qdrouterd/metrics_qdr.log
file: /var/log/containers/metrics_qdr/metrics_qdr.log
startmsg.regex: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+
\+[0-9]+)? [A-Z]+ \([a-z]+\) '
\\+[0-9]+)? [A-Z]+ \\([a-z]+\\) '
tag: openstack.nova.consoleauth
type: json
MetricsQdrPassword:

View File

@ -40,8 +40,8 @@ parameters:
type: json
default:
tag: openstack.nova.consoleauth
file: /var/log/containers/qdrouterd/metrics_qdr.log
startmsg.regex: "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) "
file: /var/log/containers/metrics_qdr/metrics_qdr.log
startmsg.regex: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) '
MetricsQdrPort:
default: 5666
description: Service name or port number on which the qdrouterd will accept

View File

@ -92,7 +92,7 @@ parameters:
type: json
default:
tag: system.pacemaker
file: /var/log/host/pacemaker/pacemaker.log
file: /var/log/pacemaker/pacemaker.log
startmsg.regex: "^[a-zA-Z]{3} [0-9]{2} [:0-9]{8}"
ContainerCli:
type: string