Open Consequences opened 8 years ago
Did you manage to fix this in the mean time?
It appears that dashboard file is from an older version of Kibana that is drastically different that Kibana 5.x. I looked it over and see no hope for adapting it. It would probably be easier to rebuild the visualizations and dashboard from scratch. Does anyone have any screenshots of what this dashboard used to look like? Please share them if you do. That would be a helpful starting point for getting the dashboard for this project working again.
Attempt to upload the dashboard using the import button at http://172.16.190.41:5601/app/kibana#/settings/objects
Error to web browser console:
TypeError: arr.map is not a function at Function.Promise.map (http://172.16.190.41:5601/bundles/commons.bundle.js?v=9693:61079:31) at Scope.$scope.importAll (http://172.16.190.41:5601/bundles/kibana.bundle.js?v=9693:98396:27) at fn (eval at (http://172.16.190.41:5601/bundles/commons.bundle.js?v=9693:40934:16), :4:309)
at http://172.16.190.41:5601/bundles/kibana.bundle.js?v=9693:98728:16
at Scope.$eval (http://172.16.190.41:5601/bundles/commons.bundle.js?v=9693:43601:29)
at Scope.$apply (http://172.16.190.41:5601/bundles/commons.bundle.js?v=9693:43701:26)
at FileReader.reader.onload (http://172.16.190.41:5601/bundles/kibana.bundle.js?v=9693:98727:21)(anonymous function) @ commons.bundle.js?v=9693:40089(anonymous function) @ commons.bundle.js?v=9693:36858Scope.$apply @ commons.bundle.js?v=9693:43706reader.onload @ kibana.bundle.js?v=9693:98727
commons.bundle.js?v=9693:59454 loading default index pattern
I can't figure out if this is a flaw in Kibana or if it is the dashboard.'
The only possible cause I can see is that
"index": { "interval": "none", "pattern": "[logstash-]YYYY.MM.DD", "default": "testvuln-*", "warm_fields": true },
whereas my index is named 'vulns' as I was trying to follow along with http://www.securitygrit.com/2014/05/vulnerability-data-into-elasticsearch.html