Skip to content

Commit 586ec09

Browse files
committed
Update file in samples/generic-base
1 parent c0c1f70 commit 586ec09

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

samples/generic-base/logging/user-values-fluent-bit-opensearch.yaml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# Chart: https://github.com/fluent/helm-charts/blob/fluent-bit-0.40.0/charts/fluent-bit
2-
# Default values: https://github.com/fluent/helm-charts/blob/fluent-bit-0.40.0/charts/fluent-bit/values.yaml
1+
# Refer to https://github.com/sassoftware/viya4-monitoring-kubernetes/blob/stable/ARTIFACT_INVENTORY.md
2+
# to identify the current Helm chart version in use by this project. The links below point to
3+
# the 'main' branch as a general reference and the contents will likely differ to some degree.
4+
5+
# Chart: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit
6+
# Default values: https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml
7+
38

49
# NOTE: Customizations intended to alter the contents of the Fluent Bit Configuration Files
510
# should be made by altering contents of the fluent-bit_config.configmap_open.yaml files.
611
# Use this file to customize other Helm chart settings.
712

13+
814
#image:
9-
# tag: 2.1.10
15+
# tag: 4.0.9
1016

1117
# ***** extraVolumeMounts/extraVolumes - START *****
1218
#
@@ -26,23 +32,13 @@
2632
# directory cannot be resolved, Fluent Bit
2733
# will run without ERRORs but NO log messages
2834
# will be collected.
29-
#
30-
# NOTE: The extraVolumeMounts and extraVolumes entries
31-
# related to parsers-config need to be uncommented as
32-
# well but should not be edited beyond that.
35+
3336

3437
#extraVolumeMounts:
35-
#- mountPath: /fluent-bit/etc/viya-parsers.conf
36-
# name: parsers-config
37-
# subPath: viya-parsers.conf
3838
#- mountPath: /data01/var/lib/docker/containers
3939
# name: path2dockercontainers
4040
# readOnly: true
4141
#extraVolumes:
42-
#- configMap:
43-
# defaultMode: 420
44-
# name: fb-viya-parsers
45-
# name: parsers-config
4642
#- hostPath:
4743
# path: /data01/var/lib/docker/containers
4844
# type: ""

0 commit comments

Comments
 (0)