Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error uploading Dashboard #5

Open
Consequences opened this issue Feb 17, 2016 · 2 comments
Open

Error uploading Dashboard #5

Consequences opened this issue Feb 17, 2016 · 2 comments

Comments

@Consequences
Copy link

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

@qistoph
Copy link

qistoph commented Oct 10, 2016

Did you manage to fix this in the mean time?

@branchnetconsulting
Copy link

branchnetconsulting commented Aug 12, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants