My index contain the following fields:
rb_commit
git_commit
I want my Pie chart will contain the sum of each one of the fields , that means the pie chart will be separate for 2 parts (to the sum of rb_commits and the sum of git_commits).
In the aggregation part at the Chart , I can choose only 1 Field .
How can I do it in Kibana ?
The only way to create the sum of these fields (without creating a new field) is to use a scripted field. This field could just include the sum of both fields:
Hi ,
I created the scripted field , it contain the correct sum of both of fields.
But how can I create my Pie Chart that will be separate for sum of all rb_commit and sum of git_commit ?
For example:
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.