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
I have successfully integrated Elasticsearch with Grafana Loki via CEL, but now I want to refactor within data and I can't do it because "No such overload" errors.
I have successfully integrated Elasticsearch with Grafana Loki via CEL, but now I want to refactor within data and I can't do it because "No such overload" errors.
test.json
- simplified response from loki apiCase 1.
collate()
Looks that
collate()
is executed only after repacking the data.It's work ok.
collate-ok.cel
- working demo codeIt's failed.
collate-fail.cel
- failing demo codeCase 2.
decode_json()
Looks that
decode_json()
is executed only aftercollate()
calling.It's work ok.
decodejson-ok.cel
- working demo codeIt's failed.
decodejson-fail.cel
- failing demo codeI have questions about cases:
test.json
collate-fail.cel.txt
collate-ok.cel.txt
decodejson-fail.cel.txt
decodejson-ok.cel.txt
The text was updated successfully, but these errors were encountered: