You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
It would be nice if we have a way to provide multiple outputs' support so as people that create scenarios can just define where the suite should check for events. Example:
Scenario: Logs collection from running pod
Given "elastic-agent" is running with "logs generic"
When "a pod" is deployed
Then "elastic-agent" collects events with "kubernetes.pod.name:a-pod" found in "es index a"
It would be nice if we have a way to provide multiple outputs' support so as people that create scenarios can just define where the suite should check for events. Example:
cc: @mdelapenya