-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Not able to query what was indexed in elasticsearch #59
Comments
Kibana3 queries ES directly from the browser, unless you're running ES on your workstation, config.js should have elasticsearch set to localhost |
Yes and that's what I did. I ran it on the host where ES is running. I ran ./scripts/server.js and connected to port 8000 from chrome brower. But when I run search I don't see the results. It returns 0 results and also shows error Error: Time mode requires the flot.time plugin. |
I had the same problem, but I changed "localhost" to the FQDN of my elasticsearch server and now it works. |
I fixed this issue by upgrading to newer jquery.flot.time.js library. However, now I get: Oops! IndexMissingException[[NOINDEX] missing] |
You need to specify the default index the dashboard should use. Change defaultindex to the ES index of your logstash data |
@mohitanchlia how to upgrade new jquery.flot.time.js? |
Where was it located before? I looked in my "/js" folder but couldn't see where to put it |
…orting Fixing elastic#59 and Mergin elastic#124
prevent logo from hiding on tablet
Active is deprecated/commented out. All other IDs stay the same for back...
* Address detail panel related PR comments * Fix PR comments
In Kibana I get a blank screen with this error:
Error: Time mode requires the flot.time plugin.
I am using Chrome
in elasticsearch I get:
curl -XGET 'http://localhost:9200/_search?q=March'
{"took":33,"timed_out":false,"_shards":{"total":10,"successful":10,"failed":0},"hits":{"total":116,"max_score":2.4106889,"hits":[{"_index":"shakespeare","_type":"line","_id":"48254","_score":2.4106889, "_source" : {"line_id":48255,"play_name":"Julius Caesar","speech_number":8,"line_number":"4.3.19","speaker":"BRUTUS","text_entry":"Remember March, the ides of March remember:","@timestamp":"2013-04-29T14:09:33.954Z","geo":{"geojson":[-53.328,-174.509],"country":"IR"}}},{"_index":"shakespeare","_type":"line","_id":"84708","_score":2.0663047, "_source" : {"line_id":84709,"play_name":"Richard III","speech_number":175,"line_number":"4.4.550","speaker":"KING RICHARD III","text_entry":"March on, march on, since we are up in arms;","@timestamp":"2013-04-29T18:05:44.669Z","geo":{"geojson":[-2.551,-141.295],"country":"JP"}}},{"_index":"shakespeare","_type":"line","_id":"36626","_score":1.9917305, "_source" : {"line_id":36627,"play_name":"Hamlet","speech_number":139,"line_number":"","speaker":"HORATIO","text_entry":"March within","@timestamp":"2013-04-29T20:21:59.703Z","geo":{"geo
The text was updated successfully, but these errors were encountered: