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

Enable use on non-logstash data #201

Closed
timbunce opened this issue Jul 5, 2013 · 3 comments
Closed

Enable use on non-logstash data #201

timbunce opened this issue Jul 5, 2013 · 3 comments

Comments

@timbunce
Copy link

timbunce commented Jul 5, 2013

I'd love to run kibana on non-logstash data.
When I try, kibana (the current master HEAD) appears to hang.
The console shows:

Error: 'undefined' is not a function (evaluating 'request.facet(facet)')
Error: 'undefined' is not a function (evaluating 'request
.facet($scope.ejs.QueryFacet("query"+_.indexOf(queries,v))
.query(v)
)')
Error: 'undefined' is not a function (evaluating '$scope.ejs.Request().indices($scope.index[_segment])
.query')

Also, as soon as I opened the error console I saw "TypeError: 'undefined' is not an object (evaluating 'd.length')" appear in the graph area.

@jsm-oxa
Copy link

jsm-oxa commented Jul 8, 2013

Hi,

I can use kibana without using logstash.
I write a little script using snmp to get memory and CPU informations, and I insert them in elasticsearch using the same format as logstash (with @fields...). It work perfectlty.

have a nice day :)

@timbunce
Copy link
Author

timbunce commented Jul 8, 2013

Hi @jsm-oxa, in this case the index already exists for an existing application. Adding logstash-like fields isn't an option, and (I think) should be needed.

@rashidkpc
Copy link
Contributor

You should just need to change the timefield in the time panel to whatever your time field is. It does need to be in iso8601 format though. There is nothing that ties kibana to logstash besides it being the default view. Look at http://demo.kibana.org/#/dashboard Nothing there is publushed by logstash.

stormpython added a commit that referenced this issue Oct 6, 2014
stormpython added a commit that referenced this issue Oct 6, 2014
spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
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