I've been playing with TSVB and noticing something weird. I'm sending SNMP counters to Logstash which is converting the counter to a float and storing to ES in a field called "metric". This seems to visualize fine when the value of "metric" is small-ish. But when the counter goes beyond a certain point it seems to start averaging to the same value at every data point.
what you see in the Discover page are the raw values of the individual documents. In TSVB, you see the result of a query against the data. ldYour data in TSVB, in your example, is grouped by five minutes, and the value is an aggregation (e.g. average, min, max, ...). If you go to the 'Data' panel, you should see the aggregation that is being applied.
If you want to see 'raw' values for individual documents, you can do a Term group-by, where the term is a unique identifier of the document.
Hey Thomas. Thanks for taking the time to reply. I should have included more info. Here are screenshots of the Data > Metrics and Data > Options settings for the example that seems wrong to me...
My thinking was that since I have a filter and a 5m interval configured that I should get an increasing value per 5m just like the second example. (Though it might not exactly match the raw values in Discover due to aggregation as you mentioned.) I'm I still misunderstanding?
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.