Hi everyone, I have a set of logs in ES from cloudfront. I have a field called sc-bytes, I want the total from the btyes for a specific subset of data I filter. I have tried the following.
Adding a histogram, setting "Chart Value" to "Total". Then setting the "Value field" to "sc-bytes". I get the following exception. ClassCastException[org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData cannot be cast to org.elasticsearch.index.fielddata.IndexNumericFieldData] I have doubel checked this as logstash is setting the value to Number for the field sc-bytes. Does anyone know what is wrong here? Regards John -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e7809e65-ba37-4821-a3db-63172f05ac2d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
