Hello,
I am new in kibana. i am using kibana 6.5.0.
I have a table which have column month, year and expenses_value. i have 12 month values in month column (e.g January, February, March etc). i have data from November 2017 to November 2018.
I have use logstash to insert data into elastic search.
now i am creating bar chart of this data.
i am taking expenses_value on y-axis ( aggregation>sum on expenses_value). and month on x-axis (aggregation>term on month field) and sub aggregation (aggregation>term on year field).
i have expenses_value of November 2017 and November 2018. now on visualization, it is showing a single bar of November 2017 and November 2018 (combine values of November 2017 and November 2018, separated by different color in November month bar).
i want to create separate bar of each month and order by month with year.
please suggest.
Thanks.