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

Can't plot graphs for fields which where string type previously #1405

Closed
gsamat opened this issue Jul 31, 2014 · 2 comments
Closed

Can't plot graphs for fields which where string type previously #1405

gsamat opened this issue Jul 31, 2014 · 2 comments

Comments

@gsamat
Copy link

gsamat commented Jul 31, 2014

I can't phrase it in English properly, let me explain steps to reproduce the problem.

  1. Write log stash config with a field without specifying :int or :float type, ingest some data with it to the elastic search
  2. Change logstash config by adding :int or :float and start ingesting a lot of data
  3. Create a histogram chart and filter query by time to show only newest events with :int or :float
  4. Get ClassCastException Error in the histogram
@stig
Copy link

stig commented Aug 18, 2014

+1 I am seeing this too. My colleague suggested waiting until tomorrow, as a new index will be created and it will then work... I've yet to verify this (I don't have a time machine), but even if it does work it seems somewhat unsatisfactory.

@spalger
Copy link
Contributor

spalger commented Oct 7, 2014

In Kibana 4 we require that all indices pointed to by an index pattern have matching field types. When that is not the case, the field type will be set to "conflict" and the application will tell you why you can't sort on it. Closing this as I consider it solved for now.

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