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
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
When trying to prepare and load a loki recording rule with
"cortextool rules load --backend=loki <file>"
I get the error :
"cortextool: error: 1:52: parse error: unexpected character: '|', try --help".
(This is usually the error when a pipe sign is used in the expression and flag "--backend=loki" is not passed.)
A "cortextool rules prepare --backend=loki " does not work either.
But running check and lint the file with "cortextool rules check/lint --backend=loki " gives no error.
What do I miss ?
Thx in advance.
When trying to prepare and load a loki recording rule with
I get the error :
"cortextool: error: 1:52: parse error: unexpected character: '|', try --help".
(This is usually the error when a pipe sign is used in the expression and flag "--backend=loki" is not passed.)
A "cortextool rules prepare --backend=loki " does not work either.
But running check and lint the file with "cortextool rules check/lint --backend=loki " gives no error.
What do I miss ?
Thx in advance.