have data as above from this want to compute fields like days which are <=3 days and <=10 days computed fields for that i created scripted fields like
3 days(painless)
if (doc['days'].value <= 3){
return 1
}
10 days(painless)
if (doc['days'].value <= 10){
return 1
}
Able to get the 3days ,10days and total by using scripted fileds But need percentage as shown below that not able to figure out what is the way in kibana to achieve 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.