Can we run filebeat in silent mode with command line option /s

Hi All, I have requirement to run Filebeat in Silent mode instead of normal mode. Is there any option available to run in silent mode
(ps: not as service).

Example : Filebeat*******.exe" /S
(/S is the command to run the file in silent mode for exe files that use NSIS)

Any Beat will be silent by default. You must pass the -e flag to enable logging to stderr to get any output on the console. The logs will end up in a file by default.

1 Like

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