use a line chart and histogram (3 inserts) - i set for daily
so the field value (as i mentioned i calcluated the cumulative sum outside before indexing into elasticsearch)
So now, first insert into elastic let say the user used up 300KB. then the next index the user used up another 400KB. So my first insert to elasticsearch would be 300KB, my next insert would be 700KB.
Now lets say the user deleted 200KB. My third insert would be 500KB.
so i expect the dot to be at 500KB, but you'll see that it is at 700KB becaue of the Max setting of value.
actually if adjust daily to minutes, it'll show what i expect. but i was kinda expecting to see the same data on both data. the space consumed would be the same. as you can see, there are different.
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.