​
DirectorySecurity Advisories
Sign In
Directory
fluent-bit-watcher-fips logoFIPS

fluent-bit-watcher-fips

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Overview

A fluent-bit image, with an additional wrapper (fluent-watcher), which auto-restarts fluent-bit whenever there are config changes.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/fluent-bit-watcher:latest

Usage

The fluent-bit-watcher image is a wrapper around the fluent-bit image. It watches the watch-path for changes and restarts fluent-bit whenever a change is detected.

You can use Helm to deploy fluent-bit-watcher with the following steps:

Add the fluent Helm repository:

helm repo add fluent https://fluent.github.io/helm-charts

Add the following to your values.yaml file:

image:
  repository: cgr.dev/chainguard-private/fluent-bit-watcher
  tag: latest
command: "/fluent-bit/bin/fluent-watcher"
args:
- "-c=/fluent-bit/etc/conf/fluent-bit.conf"
- "-watch-path=/fluent-bit/etc/conf"

Then install the chart:

helm upgrade --install fluent-bit \
    -f values.yaml \
    fluent/fluent-bit
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • BSD-3-Clause

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

This is a FIPS validated image for FedRAMP compliance.

This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.

Learn more about STIGsGet started with STIGs

Related images

Category
FIPS
STIG

Safe Source for Open Sourceâ„¢
Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Chainguard Images