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

Not able to query what was indexed in elasticsearch #59

Closed
mohitanchlia opened this issue Apr 28, 2013 · 8 comments
Closed

Not able to query what was indexed in elasticsearch #59

mohitanchlia opened this issue Apr 28, 2013 · 8 comments

Comments

@mohitanchlia
Copy link

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

@rashidkpc
Copy link
Contributor

Kibana3 queries ES directly from the browser, unless you're running ES on your workstation, config.js should have elasticsearch set to localhost

@mohitanchlia
Copy link
Author

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.

@sudoSamurai
Copy link

I had the same problem, but I changed "localhost" to the FQDN of my elasticsearch server and now it works.

@mohitanchlia
Copy link
Author

David Pilato helped me set this up as a ES plugin but still I am having same issues. I am attaching the screen shot

image

@mohitanchlia
Copy link
Author

I fixed this issue by upgrading to newer jquery.flot.time.js library.

However, now I get:

Oops! IndexMissingException[[NOINDEX] missing]

@Schuk
Copy link

Schuk commented May 8, 2013

You need to specify the default index the dashboard should use. Change defaultindex to the ES index of your logstash data

@chenryn
Copy link
Contributor

chenryn commented May 28, 2013

@mohitanchlia how to upgrade new jquery.flot.time.js?

@tomrade
Copy link

tomrade commented Jun 21, 2013

Where was it located before? I looked in my "/js" folder but couldn't see where to put it

spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
spalger added a commit to spalger/kibana that referenced this issue Mar 3, 2016
prevent logo from hiding on tablet
harper-carroll referenced this issue in harper-carroll/kibana Jul 11, 2016
Active is deprecated/commented out. All other IDs stay the same for back...
liza-mae added a commit to liza-mae/kibana that referenced this issue Feb 21, 2019
kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this issue Mar 8, 2022
* Address detail panel related PR comments

* Fix PR comments
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

6 participants