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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: