Support decoding JSONs in embedded panels in dashboards#1825
Support decoding JSONs in embedded panels in dashboards#1825jsoriano merged 3 commits intoelastic:mainfrom
Conversation
|
test integrations |
|
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9819 |
mrodm
left a comment
There was a problem hiding this comment.
Looking into the created PR in integrations, there are some errors raised. For instance in beaconing:
Error: checking package failed: building package failed: encoding dashboards failed: encoding /opt/buildkite-agent/builds/bk-agent-prod-gcp-1715187930001048022/elastic/integrations/build/packages/beaconing/1.2.0/kibana/dashboard/beaconing-5c610e50-2d67-11ee-b990-0d17f5be0d77.json: expected list of panels, found string
[beaconing] run_tests_package failed
Looks like some dashboards are already encoded in the repo, this should fix them: ba38007 |
|
test integrations |
|
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9819 |
💚 Build Succeeded
History
cc @jsoriano |
Add support for decoding JSONs in embedded panels in dashboards, also add support for deconding control group inputs.