You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to use ?= to enable pattern matching; So you probably want your
MESSAGE condition to be written as such:
MESSAGE?=fire
Also I think your trigger isn't gonna work because this isn't a shell,
there's no expansion, so you need to specify an actual path,
e.g: /home/user/.http_post.sh
I use
logger
orsystemd-cat
to send script output to systemd journald. For example a script namedmyscript99
which can be filtered by journalctl using:
I want to filter message both by identifier and message. My rule file looks like this:
But it doesn't trigger anything. How does pattern matching work in this case?
The text was updated successfully, but these errors were encountered: