How to have filebeat as part of my application installer

quite new into this topic, sorry if this is quite naive question. I would like to make filebeat part of the installer of my Java application. also my application will run on multiple OS platforms (Windows, Linux, OSX). any help in this regard will be much appreciated.

If you are distributing a platform independent package you will need to include all three Filebeat variants (windows, linux, macos) in your package.

You could have app write out the config for Filebeat and then exec the Filebeat binary. Just an idea.

hi Andrew, thanks for the reply. Could you give an example, a bit more concrete pseudo workflow?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.