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
It could be added logstash as a new component/service in the Elastic stack boot up by elastic-package to be able to test different scenarios.
This logstash should not be started by default. It should be started and configured optionally (using a new parameter in stack up?).
This logstash could be configured optionally in the elastic-agent (as an output) and it should be configured Elasticsearch as an output of this logstash. Doing so, the documents sent by the elastic-agent are ingested using logstash. This could leverage the testing to test new scenarios where there are more fields present in the document, for instance event.original (based on elastic/integrations#3451 (comment)).