I'm getting an interesting result in my Guage in Canvas.
The Guage is supposed to be showing the Referred Percentage of the values to the left, clearly this should be 47%.
Here's the Timelion query I'm using to drive the guage;
.es(index=o-p*, q='o.type:OutcomesUpdatedEventHandler')
.subtract(.es(index=o-p, q='o.type:OutcomesUpdatedEventHandler AND
o.verification.journey_outcome_bank:"Accepted" AND
o.verification.journey_outcome_fraud:"Accepted" AND
o.verification.journey_outcome_income:"Accepted"'))
.divide(.es(index=o-p, q='o.type:*OutcomesUpdatedEventHandler'))
.fit(none)
Accepted Journies
.es(index=o-p*, q='o.type:*OutcomesUpdatedEventHandler AND
o.verification.journey_outcome_bank:("Accepted") AND
o.verification.journey_outcome_fraud:("Accepted") AND
o.verification.journey_outcome_income:("Accepted")')
Referred Journies
.es(index=o-p*, q='o.type: OutcomesUpdatedEventHandler')
.subtract(.es(index=o-p , q='o.type:*OutcomesUpdatedEventHandler AND
o.verification.journey_outcome_bank:("Accepted") AND
o.verification.journey_outcome_fraud:("Accepted") AND
o.verification.journey_outcome_income:("Accepted")'))
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.