Hi
Can someone suggest a way to achieve the following:
I'm getting a constant stream of events from a source. These events include data that specifies whether a particular process has completed successfully, as indicated by the presence of these events:
-
Process started successfully
-
Process in progress
-
Process completed successfully
If the process does not complete successfully, the following events would be sent:
-
Process started successfully
-
Process in progress
-
Process failed
My question is - how can I set up a visualisation(?) in Kibana to display:
-
Process number
-
Process completed successfully (perhaps with a green button/tick) OR
-
Process failed (perhaps with a red button/cross
Thanks in advance
Peter
