We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use an Agent CR with ECK to get logs from the Loki via CEL integration.
It works well on the agent versions 8.13.4 and 8.14.3 But it fails with version 8.15.3.
8.13.4
8.14.3
8.15.3
I've found out that the reason is the new version of mito. There is compatible matrix the mito versions and my code (see attachements):
The error is:
$ go install github.com/elastic/mito/cmd/[email protected] $ mito -data loki-gitlab-audit.state.json loki-gitlab-audit.cel failed program instantiation: failed compilation: ERROR: <input>:77:29: type 'list(map(string, dyn))' does not support field selection | val.map(v, v.timestamp != state.cursor.inputs.start_ts ? v : {}).drop_empty().as(filtered, | ............................^ ERROR: <input>:77:72: found no matching overload for '_?_:_' applied to '(bool, list(map(string, dyn)), map(dyn, dyn))' | val.map(v, v.timestamp != state.cursor.inputs.start_ts ? v : {}).drop_empty().as(filtered, | .......................................................................^
loki-gitlab-audit.cel.txt loki-gitlab-audit.state.json
The text was updated successfully, but these errors were encountered:
This issue doesn't have a Team:<team> label.
Team:<team>
Sorry, something went wrong.
No branches or pull requests
I use an Agent CR with ECK to get logs from the Loki via CEL integration.
It works well on the agent versions
8.13.4
and8.14.3
But it fails with version
8.15.3
.I've found out that the reason is the new version of mito.
There is compatible matrix the mito versions and my code (see attachements):
The error is:
loki-gitlab-audit.cel.txt
loki-gitlab-audit.state.json
The text was updated successfully, but these errors were encountered: