I've created two timelion graphs based on fields "bytes_recieved" (sp, i know) and "bytes_sent". In the Kibana discovery results they clearly have different values when they aren't zero. But the created timeseries graphs show the same results:
(bytes_sent is obscured by bytes_received because their values are equal)
I don't understand what I'm doing wrong, when I view these counters in the Kibana Search Discovery results, they are clearly different values (when non-zero or collection occurs at all):
It seems to draw the same data regardless of the field specified in the search- what am I missing?
@danno you're using the count aggregation which doesn't work on a specific field. If you change metric='count:bytes_sent' to metric='sum:bytes_sent' you should get what you're looking for. Timelion should be throwing an error when you try to specify a field to use with the count aggregation, would you mind filing an issue for that here
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.