- 6b7a8e8 Bump fluentbit to 3.0.4
- 2f2cdc9 Fix spacing in CRI parser causing it to not be registered
- ce6aefd Enable metricbeat compression
- f0beb24 Bump fluentbit and enable gzip compression when shipping
- 2ecd34d Update metricbeat deployment configmap with containerd changes
- 4477828 Adjust fluentbit cri parser
- cd980e2 Add containerd changes & update versions for fluentbit & metricbeat (moved to non-oss image)
- be02d71 Add extraVolumes and extraVolumeMounts to fluent-bit
- be02d71 Use stable k8s authorization api
- 85db353 Bump metricbeat to 7.13.0
- 5d88b00 downgrade fluentbit to 1.6.10 due to bugs
- 1a46787 Add HEC configuration to fluent-bit, update fluent-bit and metricbeat dependencies
- 323fe46 Add option to create scc and attach to the fluent-bit service account
- f975459 Expose container securityContext
- 37ad474 Fix bug with image pull secrets in metrics chart.
- 88cd0bd feature(fluent-bit): allow imagePullSecrets to be overriden
- 063d049 Add LICENSE
- c603e2b Deprecate humio-core
- afee5cf Update fluentbit and metricbeat to allow imagePullSecrets
- b9fb046 Fix RBAC for local-storage provisioner
- 4a72438 added node selector for daemon set on helm-fluentbit
- 67b61c3 allow tolerations on fluent bit daemonset
- 236d4b6 Upgrade to latest stable
- 69556ad Remove obsolete options
- a311573 Add option to mount IBM-specific path into fluentbit container
- 1ab4127 Update examples to reflect feature is out of beta
- The release of 0.8.17 contains bugs with packaging, this is fixed in this release.
- c162b84 Add support for GCP bucket storage credentials
- 13d100d cp4mcm and openshift compatability update
- 3ed80f6 Increase fluentbit es output Buffer_Size
Note: It is recommended to upgrade to this version when sending logs to Humio Cloud or using Humio verion 1.11.1 or greater.
- 57100ef feat: Allow specifying service account annotations for Humio
- e9d07b0 Use apps/v1 for metricbeat deployment
Note: before updating, you must delete the deploment metricbeat
as the API version has changed
to support Kubernetes v1.16+.
- 04d3f63 Use apiVersion apps/v1 for DaemonSet's if available
Note: before updating, you must delete the daemonsets local-volume-provisioner
and metricbeat
as the API version has changed to support Kubernetes v1.16+.
- 17d96e0 humio-metrics: Mount configuration with expected gid for metricbeat deployment, instead of using uid 0 for reading it.
- 1ed7ff7 Update compression level to reflect Humio's defaults
- 105cfc3 Reverts Merge_Log change in favor of enable Merge_Log_Key
- 1a07b55 Remove fluentbit Merge_Log from default configuration
Note: the default behavior of fluentbit changes with this version
- 3c401f6 Expose property for setting the fluentbit token secret name
- bec775e Bump versions Humio 1.8.9, Fluent bit 1.4.2 & Metricbeat 7.6.2
- 2adaca4 Bump kube-state-metrics dependency.
- 744954e Allow specifying securityContext for humio-core
- 798bf11 Run java process as pid 1
- 1f217c9 Fix ingress api version
- 1db468c Add grace period to humio pods
- ab4ad70 Support newer Kubernetes api versions
- a31fd49 Bugfix: mountPath doesn't belong on a volume
- a776035 Fix bug where fluentbit will not be able to connect to the es endpoint
- 53dff9f Allow metricbeat to reload its configuration at deploy time
- 3534adf Fix issue with kafka properties mount when using saml
- b62e1f0 Stop using LoadBalancer type as default to prevent exposing Humio without TLS unless explicitly configured.
Note: before updating, you must delete the services humio-humio-core-http
and humio-humio-core-es
as the default
type has changed from LoadBalancer
to type ClusterIP
. If you have defined service.type
then you don't need to
change anything.
- 6895108 Allow metricbeat to access apps/v1/replicasets
- b399cd5 Allow configuring extra Kafka properties for Humio.
- e834ae7 Update nginx example to better loadbalance ingest traffic
- 0c2ca4a Use status endpoint to determine if Humio is healthy
- 457dce2 Use password field rather than user field for token
- be7bfc7 Added functionality to scrape humio-core statefulset with prometheus
- 185253f Made fluentbit configs customizable
- e2d6202 Added support for 'byproxy' as auth-method
- 185253f removed the parameter
humio-fluentbit.defaultInputSettings.memBufferLimit
. Usehumio-fluentbit.inputConfig
instead.