* [stable/fluent-bit]: Track tail offsets across restarts
This enables the `DB` feature of the input for docker logs and will
persist the offsets of tracked files, allowing the plugin to pick
up where it left the file across restarts.
* [stable/fluent-bit]: Bump chart version
* Update Chart.yaml
* [stable/fluent-bit]: Allow exposing of metrics
By setting `metrics.enabled` to `true` `fluent-bit` will start a http
server, exposing metrics as described in [Monitoring](https://fluentbit.io/documentation/0.13/configuration/monitoring.html)
* [stable/fluent-bit]: Metrics port should be named
* Updating fluent-bit to 0.13.0. Add section for parsers
* Trim trailing whitespace
* Increment minor version of chart due to breaking changes in values.yaml
* Cater for full set lof Elastic Output Plugin parameters (Auth & TLS)
* Cater for full set of Elastic Output Plugin parameters (Auth & TLS)
* update Github User
* README.md & TLS enablement updates
* Reverted chart version due to Helm lint error
* bump chart version to 0.3.0
* RBAC and ServiceAccount updated to standards
* fixed linting
* Revert "fixed linting"
This reverts commit 5bd65f6624.
Changes to be committed:
modified: stable/fluent-bit/values.yaml
* fixed linting
* fixed linting
* version bump
* minor version bump. clusterrolebinding uses serviceAccountName
* Fix for version comparions from strings to semver
See #3002 for more detail
* Include pre-releases in the semver ranges
This is important when testing against alpha and beta builds of
Kubernetes along with environments that use pre-releases to denote
things other than pre-releases (e.g., gke denotes the environment
with a pre-releases)
* [stable/fluent-bit] Update README for Minikube use case
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.9
This patch do the following changes:
- Use the new Fluent Bit v0.11.9
- Bump chart version to AppVersion 0.1.1
- Update description keywords
For more details about Fluent Bit v0.11.9 changes, please visit the
following release notes:
http://fluentbit.io/announcements/v0.11.9/
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.10 (v2)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* Add Fluent Bit chart.
This change adds a chart for deploying Fluent Bit that
ships Kubernetes logs.
* Fix some misnamed entries.
* Add forwarder Retry_Limit
* Remove namespace. Update description.
* Add Notes.txt
* Bump version to 0.11.3
* Add missing imagePullPolicy
* Fix wrong values datatype for env.
* Bump version to 0.11.6
* Bump fluent-bit version.
* Update Chart.yaml
- add appVersion, icon and home
- update maintainers to use github ids
* add trimSuffix to helpers