Windows
Calyptia Fluent Bit is distributed as calyptia-fluent-bit package for Windows. Calyptia Fluent Bit can be installed on Windows as a ZIP archive, an EXE installer, or an MSI installer.
Not all plugins are supported on Windows: the CMake configuration shows the default set of supported plugins.
Dependencies
For Windows installations, Core Agent has the following general dependencies:
libc
libsasl
libsystemd
libyaml
OpenSSL
zlib
Configuration
Make sure to provide a valid Windows configuration with the installation, a sample one is shown below:
Installation Packages
You can download the latest package files from the downloads page. Windows downloads are available in .exe
, .msi
, and .zip
formats.
Installing from ZIP archive
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.
Installing from EXE or MSI installer
Perform the following steps to install Calyptia Fluent Bit from an installer.
Download an EXE or MSI installer from the provided URL repository. Choose either the 32-bit or 64-bit installer, depending on your environment.
Open the installer you downloaded. The installation wizard starts automatically.
Click Next to proceed. By default, Calyptia Fluent Bit is installed to the
C:\Program Files\calyptia-fluent-bit\
directory.After installation is complete, navigate to the directory where Calyptia Fluent Bit is installed, then run the following Powershell command:
Windows Service Support
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:
Last updated