Hi all,
I have extracted a field (exit_status) in log file. I want to know if a process exit properly.
I have 3 use cases that can be found in log files, exit_status = normaly, exit_status= -1 or exit_status not exist.
I want to have a visualisation wich count the number of exit_status = normaly and the number of file that not exit normaly ( exit_status = -1 + exit_status do not exist)
I don't know how to create a counter of existing value (-1) plus the number of file where exit_status do not exist.
↧