Currently Beats receivers are implemented in the Beats repo, however there is no entrypoint/binary that can be compiled and executed within the Beats repo for testing or debugging.
To circumvent this limitation some tests have been implemented in the elastic-agent repository, ex: TestFilebeatReceiverLogAsFilestream.
It would be nice to be able to test and debug Beats receivers directly from the Beats repo.
Currently Beats receivers are implemented in the Beats repo, however there is no entrypoint/binary that can be compiled and executed within the Beats repo for testing or debugging.
To circumvent this limitation some tests have been implemented in the
elastic-agentrepository, ex:TestFilebeatReceiverLogAsFilestream.It would be nice to be able to test and debug Beats receivers directly from the Beats repo.