This PR updates the log expression for the IBM MQ dashboard to filter on filename OR log_type. Also, I put the qmgr label in the logExpression part of the configuration.
The intention here is to update the k8s-plugin snippet to use the log_type label to avoid any potential confusion, as filename would have a value that doesn't point to a real log file.
However, if the logs coming from the MQ container do not include what we'd expect and the use of a sidecar/volumes is necessary, then perhaps the filename label would be used.
Description
This PR updates the log expression for the IBM MQ dashboard to filter on
filename
ORlog_type
. Also, I put theqmgr
label in thelogExpression
part of the configuration.The intention here is to update the
k8s-plugin
snippet to use thelog_type
label to avoid any potential confusion, asfilename
would have a value that doesn't point to a real log file.However, if the logs coming from the MQ container do not include what we'd expect and the use of a sidecar/volumes is necessary, then perhaps the
filename
label would be used.Changes