diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index eb5656a160..57009bb68a 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -322,7 +322,7 @@ sumologic: ## Format to post logs into Sumo: fields, json, json_merge, or text. ## NOTE: json is an alias for fields ## NOTE: Multiline log detection works differently for `text` format. See below link for full reference: - ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/troubleshoot-collection.md#using-text-format + ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/troubleshoot-collection.md#using-text-format format: fields ## When set to `true`, preserves the `time` attribute, which is a string representation of the `timestamp` attribute. @@ -775,7 +775,7 @@ fluentd: ## Persist data to a persistent volume; When enabled, fluentd uses the file buffer instead of memory buffer. persistence: ## After changing this value please follow steps described in: - ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluentd-persistence.md + ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/fluentd-persistence.md enabled: true ## If defined, storageClassName: @@ -895,7 +895,7 @@ fluentd: requests: memory: 768Mi ## Warning! Increasing the CPU requests for Fluentd above 1000m might result in broken autoscaling - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/best-practices.md#cpu-resources-warning + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/best-practices.md#cpu-resources-warning cpu: 500m ## Option to define priorityClassName to assign a priority class to pods. priorityClassName: @@ -1091,7 +1091,7 @@ fluentd: requests: memory: 768Mi ## Warning! Increasing the CPU requests for Fluentd above 1000m might result in broken autoscaling - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/best-practices.md#cpu-resources-warning + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/best-practices.md#cpu-resources-warning cpu: 500m ## Option to define priorityClassName to assign a priority class to pods. priorityClassName: @@ -1405,7 +1405,7 @@ fluent-bit: HTTP_Listen 0.0.0.0 HTTP_Port 2020 ## https://docs.fluentbit.io/manual/pipeline/inputs - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/container-logs.md + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/container-logs.md inputs: | [INPUT] Name tail @@ -4246,7 +4246,7 @@ otelcloudwatch: requests: memory: 768Mi ## Warning! Increasing the CPU requests for Fluentd above 1000m might result in broken autoscaling - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/best-practices.md#cpu-resources-warning + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/best-practices.md#cpu-resources-warning cpu: 500m ## Option to define priorityClassName to assign a priority class to pods. priorityClassName: diff --git a/docs/fluent/best-practices.md b/docs/fluent/best-practices.md index ab91c35561..160deeef92 100644 --- a/docs/fluent/best-practices.md +++ b/docs/fluent/best-practices.md @@ -372,7 +372,7 @@ fluentd: ## Persist data to a persistent volume; When enabled, fluentd uses the file buffer instead of memory buffer. persistence: ## After changing this value please follow steps described in: - ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluentd-persistence.md + ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/fluentd-persistence.md enabled: true ``` @@ -418,7 +418,7 @@ fluentd: ## Persist data to a persistent volume; When enabled, fluentd uses the file buffer instead of memory buffer. persistence: ## After changing this value please follow steps described in: - ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluentd-persistence.md + ## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/fluentd-persistence.md enabled: true size: 20Gi buffer: diff --git a/examples/multiline_logs/values_containerd.yaml b/examples/multiline_logs/values_containerd.yaml index 3e41e41ea8..812b361710 100644 --- a/examples/multiline_logs/values_containerd.yaml +++ b/examples/multiline_logs/values_containerd.yaml @@ -65,7 +65,7 @@ fluent-bit: HTTP_Listen 0.0.0.0 HTTP_Port 2020 ## https://docs.fluentbit.io/manual/pipeline/inputs - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/container-logs.md + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/container-logs.md inputs: | [INPUT] Name tail diff --git a/examples/multiline_logs/values_containerd_new_parser.yaml b/examples/multiline_logs/values_containerd_new_parser.yaml index 7c078975fe..ade69be7f1 100644 --- a/examples/multiline_logs/values_containerd_new_parser.yaml +++ b/examples/multiline_logs/values_containerd_new_parser.yaml @@ -15,7 +15,7 @@ fluent-bit: HTTP_Listen 0.0.0.0 HTTP_Port 2020 ## https://docs.fluentbit.io/manual/pipeline/inputs - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/container-logs.md + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/container-logs.md inputs: | [INPUT] Name tail diff --git a/tests/integration/values/values_helm_fluentbit_containerd_multiline_logs.yaml b/tests/integration/values/values_helm_fluentbit_containerd_multiline_logs.yaml index 1dae222eac..b7225cf8e6 100644 --- a/tests/integration/values/values_helm_fluentbit_containerd_multiline_logs.yaml +++ b/tests/integration/values/values_helm_fluentbit_containerd_multiline_logs.yaml @@ -1,5 +1,5 @@ ## Fluent Bit configuration described in: -## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/container-logs.md#using-old-multiline-parser +## https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/container-logs.md#using-old-multiline-parser fluent-bit: enabled: true luaScripts: @@ -69,7 +69,7 @@ fluent-bit: HTTP_Listen 0.0.0.0 HTTP_Port 2020 ## https://docs.fluentbit.io/manual/pipeline/inputs - ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/container-logs.md + ## ref: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/fluent/container-logs.md inputs: | [INPUT] Name tail