Hi,
I have index with the following fields:
App_id, status, timestamp
The app_id is identifier for process, and status is the status of the process (can be start, succeeded, failed, aborted).
I want to build visualization which shows app_id and the total count of status with the following filter: get only the rows where count of status='start' >= count of status != 'start'
Can it be done by visualization in kibana?
Thanks ahead,
Ofir Ofri