-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Discover shows only timeseries objects #3195
Labels
Comments
Yes, i have a mix of time and non-time data in the same index. |
This issue seemed rather outdated. I will close it for now, but please feel free to leave a comment if that issue still persists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just noticed a bug (which might have been a feature)
In Kibana 4.0.0 RC1 (not sure about prior versions as i can't test them) Discover tab shows all types when the index is marked as non timeseries.
In kibana 4.0.0 however it shows that there is nothing because it forces timeseries to be displayed. Nothing is displayed even when i search for a type that has no date or times in it, it shows just that there are no results.
Also as a result of that i cannot create visualisations with something other than timeseries types.
The text was updated successfully, but these errors were encountered: