Eliminate Failure that Later Converted in Success in Dashboard

Hi All,

I have a requirement to create a dashboard in kibana for SuccessVsFailure for institutions. The single user is identified by token and I want to eliminate failures which later converted into Success on retry. How I can achieve this.

Currently, I used the vertical bar graph with a unique count of tokens on Y-axis and the institution on X-axis and later split series for Status. But this doesn't eliminate the tokens from failure which are later Success.

You could try and assign a numeric value to success, for example 1 and 0 to failure. Then you do a Sum on the numeric result field and if it's > 1 it will be a failure converted to success.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.