K-Phoen/dark

logs panel type unsupported by dark-converter

automaticgiant-ml opened this issue · 1 comments

2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Possible Errors"}
2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Full Logs"}
2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Debug Logs"}

what else is needed to make this work? i know it was added to grabana, and it might even works on dark, but i'm trying to validate/compare conversion process from existing json dashboard. thanks!

Turns out I was lazy and didn't add support for "logs" panels in the converter. This is now done, and a release should be underway :)