Skip to content

Commit

Permalink
chore: fix doc links in yaml files (#3241)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Sep 4, 2023
1 parent 0f574b0 commit 17461fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: <storageClass>
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/fluent/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/multiline_logs/values_containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/multiline_logs/values_containerd_new_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17461fc

Please sign in to comment.