mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-27 07:44:02 +02:00
Patch dashboard exporter regarding elastic/beats/pull/8954
This commit is contained in:
parent
eb697707f2
commit
adb3ff1f6c
2
vendor/github.com/elastic/beats/dev-tools/cmd/dashboards/export_dashboards.go
generated
vendored
2
vendor/github.com/elastic/beats/dev-tools/cmd/dashboards/export_dashboards.go
generated
vendored
@ -117,7 +117,7 @@ func decodeValue(data common.MapStr, key string) {
|
||||
return
|
||||
}
|
||||
s := v.(string)
|
||||
var d common.MapStr
|
||||
var d interface{}
|
||||
json.Unmarshal([]byte(s), &d)
|
||||
|
||||
data.Put(key, d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user