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

Milestone 5 not plotting [logstash-]YYYY.MM indexes #962

Closed
brainstorm opened this issue Feb 18, 2014 · 4 comments
Closed

Milestone 5 not plotting [logstash-]YYYY.MM indexes #962

brainstorm opened this issue Feb 18, 2014 · 4 comments

Comments

@brainstorm
Copy link

I'm having problems with milestone 5 downloaded from ES website.

My previously defined logstash schema ([logstash-]YYYY.MM alone, no multiple indexes yet as allowed by issue #22 on milestone5) does not work anymore.

No plots are shown and the following appears on the browser's console:

GET http://myhost.net:9200/logstash-2012.11,logstash-2012.11,logstash-2…ash-2013.08,logstash-2013.08,logstash-2013.08/_aliases?ignore_missing=true 

(anonymous function) app.js?r=8512132:9
q app.js?r=8512132:9
j app.js?r=8512132:9
i app.js?r=8512132:9
i app.js?r=8512132:9
(anonymous function) app.js?r=8512132:9
f.$eval app.js?r=8512132:9
f.$digest app.js?r=8512132:9
f.$apply app.js?r=8512132:9
(anonymous function) app.js?r=8512132:9
g app.js?r=8512132:8
(anonymous function)

Switching back to milestone 4 works without issues. I would like to use this kibana multi-indexes feature, but first I need to fix this regression :-/

@brainstorm
Copy link
Author

Digging further it seems that it has to do with the time intervals and missing indexes. Seems like milestone5 is not honoring the ignore_missing=true.

@brainstorm
Copy link
Author

Digging even further, it has to do with the GET request length when fetching indexes. Depending on the request time interval (enumerated logstash- indexes) length, I get:

curl: (56) Recv failure: Connection reset by peer

or

curl: (52) Empty reply from server

For a 5062 characters request length... am I missing some ES or Apache request length limit?

@ha02148
Copy link

ha02148 commented Feb 18, 2014

Try adding the following to ES.

Change default line length of 4K

http.max_initial_line_length: 8k

@brainstorm
Copy link
Author

Indeed, that was it, thanks!

w33ble added a commit to w33ble/kibana that referenced this issue Sep 13, 2018
@rashidkpc said `@alexf rad, merge it`, pressing the button.
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
@brainstorm @ha02148 and others