Windows
Last updated
Last updated
Calyptia Fluent Bit is distributed as calyptia-fluent-bit package for Windows. Calyptia Fluent Bit has two flavours of Windows installers: a ZIP archive (for quick testing) and an EXE installer (for system installation).
Not all plugins are supported on Windows: the shows the default set of supported plugins.
Make sure to provide a valid Windows configuration with the installation, a sample one is shown below:
Similar to Linux, Windows packages are provided upon active subscription to Calyptia Fluent Bit. Please contact support to access your custom repository.
Download a ZIP archive from provided URL repository. There are installers for 32-bit and 64-bit environments, so choose one suitable for your environment.
Then you need to expand the ZIP archive. You can do this by clicking "Extract All" on Explorer, or if you're using PowerShell, you can use Expand-Archive
cmdlet.
The ZIP package contains the following set of files.
Now, launch cmd.exe or PowerShell on your machine, and execute calyptia-fluent-bit.exe
as follows.
If you see the following output, it's working fine!
To halt the process, press CTRL-C in the terminal.
Download an EXE installer from the provided URL repository. There are installers for 32-bit and 64-bit environments, so choose one suitable for your environment.
Double-click the EXE installer you've downloaded. The installation wizard will automatically start.
Click Next and proceed. By default, Calyptia Fluent Bit is installed into C:\Program Files\calyptia-fluent-bit\
, so you should be able to launch calyptia-fluent-bit as follows after installation.
Windows services are equivalent to "daemons" in UNIX (i.e. long-running background processes). Calyptia Fluent Bit has native support for Windows Service.
Suppose you have the following installation layout:
To register Calyptia Fluent Bit as a Windows service, you need to execute the following command on Command Prompt. Please be careful that a single space is required after binpath=
.
Now Calyptia Fluent Bit can be started and managed as a normal Windows service.
To halt the Calyptia Fluent Bit service, just execute the "stop" command.
To start Calyptia Fluent Bit automatically on boot, execute the following: