mihirsoni / odfe-monitor-cli

Manage your Alerting monitors
Apache License 2.0
35 stars 22 forks source link

panic: interface conversion: interface {} is nil, not string #3

Closed Xyrion closed 5 years ago

Xyrion commented 5 years ago

Running: odfe-monitor-cli -e https://localhost:9200 -p "password" sync --destinations

And error: panic: interface conversion: interface {} is nil, not string

I looked at destination.go and ran the {"size": 10000, "query":{ "bool": {"must": { "exists": { "field" : "destination" }}}}}, looking at the results I dont see any reference of Interface.

mihirsoni commented 5 years ago

HI @Xyrion Thank you for reporting this issue. This has been fixed and released under new version. You could install latest version and the issue shouldn't persist.

Let me know if you still face any other issue.