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

Dashboard is not working on Kibana 4.5.1 #1

Open
thebhushanp opened this issue Nov 8, 2016 · 6 comments
Open

Dashboard is not working on Kibana 4.5.1 #1

thebhushanp opened this issue Nov 8, 2016 · 6 comments
Labels

Comments

@thebhushanp
Copy link

I tried to import the dashboard on Kibana 4.5.1
I got following error on console
Error: arr.map is not a function
WEBPACK_AMD_DEFINE_RESULT</</Promise.map@http://10.1.1.218:5601/bundles/commons.bundle.js?v=9892:61082:27
controller/$scope.importAll@http://10.1.1.218:5601/bundles/kibana.bundle.js?v=9892:97786:19
anonymous/fn@http://10.1.1.218:5601/bundles/commons.bundle.js?v=9892 line 40937 > Function:2:306
link/</reader.onload/<@http://10.1.1.218:5601/bundles/kibana.bundle.js?v=9892:98118:16
$RootScopeProvider/this.$get</Scope.prototype.$eval@http://10.1.1.218:5601/bundles/commons.bundle.js?v=9892:43604:17
$RootScopeProvider/this.$get</Scope.prototype.$apply@http://10.1.1.218:5601/bundles/commons.bundle.js?v=9892:43704:21
link/</reader.onload@http://10.1.1.218:5601/bundles/kibana.bundle.js?v=9892:98117:14

http://10.1.1.218:5601/bundles/commons.bundle.js?v=9892
Line 40092

@coudot
Copy link
Member

coudot commented Nov 8, 2016

Yes, it is clearly said that this dashboard is for Kibana 3.

Work is needed to create Kibana 4 dashboards.

@coudot coudot closed this as completed Nov 8, 2016
@coudot coudot added the invalid label Nov 8, 2016
@thebhushanp
Copy link
Author

Sorry to bother you again, but do you have any plans to make it work with Kibana 4?

@coudot
Copy link
Member

coudot commented Nov 9, 2016

Not yet, but any help is welcomed.

@thebhushanp
Copy link
Author

thebhushanp commented Nov 9, 2016

I would loved to do it. I am just learning OpenLDAP and ELK stack. I am trying to make a dashboard for Kibana 4.
What I want to know that value of conn attribute in log is always going to be unique or not? Because my algorithm is like

  • Search for keyword SEARCH RESULT
  • Get value of attribute conn and op
  • Find for SRCH base same value of conn and op.

@coudot coudot added question and removed invalid labels Nov 10, 2016
@coudot coudot reopened this Nov 10, 2016
@coudot
Copy link
Member

coudot commented Nov 10, 2016

Value of conn is not unique, as you can have a lot of operations per connections. With ELK, you can filter all log lines that matched a connection, then filter the operation number, then other informations if you need.

Note that op is not unique, as for each connection, the operation counter is reset.

@thebhushanp
Copy link
Author

thebhushanp commented Nov 15, 2016

Hi Clément, I have used your logstash conf file. I am struck at one point.
I want to display 'Top 10 credential failed user IDs(uid)'.
Now the problem is, result of bind operation is not present in that log and in result log statement, where i get error_code = 49, there I dont get uid. I have explain the issue in brief at following link.
http://stackoverflow.com/questions/40547248/elasticsearch-nested-query-in-in-operator

Any idea on how to overcome this issue? any help is appreciated.

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

No branches or pull requests

2 participants