How should I put the aggregation result to visualization and the Y-Axis to be cumulative sum?
I wish I could have the cumulative sum overtime for min(@timestamp) group by "user" and "year"
There are a number of details that need to be correct in order to do this - can you share a screenshot of your results so far? I'm uncertain where in the process you're getting stuck.
hello Matthew Kime,
I am Matthew too, but Matthew Mak
I think I am quite clear on my question
I wish I could have the cumulative sum overtime for min(@timestamp) group by "user" and "year"
How would you do this in Kibana Visualization (eg Line Chart)?
For example, there is data like:
timestamp, user, study_year
2018-09-01, abc, year_1
2018-09-10, abc, year_1
2018-09-20, abc, year_1
2018-09-25, xyz, year_2
2018-09-29, xyz, year_2
if I doing -----> min(@timestamp) group by "user" and "year"
the data set will be:
timestamp, user, study_year
2018-09-01, abc, year_1
2018-09-25, xyz, year_2
and then I want to plot a Line Chart
Y axis will be the cumulative sum of the student count, X axis will be the time series
How could Kibana do this?
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.