-
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
Milestone 5 not plotting [logstash-]YYYY.MM indexes #962
Comments
Digging further it seems that it has to do with the time intervals and missing indexes. Seems like milestone5 is not honoring the |
Digging even further, it has to do with the
or
For a 5062 characters request length... am I missing some ES or Apache request length limit? |
Try adding the following to ES. Change default line length of 4Khttp.max_initial_line_length: 8k |
Indeed, that was it, thanks! |
@rashidkpc said `@alexf rad, merge it`, pressing the button.
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:
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 :-/The text was updated successfully, but these errors were encountered: