|
30 | 30 | accessKey: "dummy" |
31 | 31 |
|
32 | 32 | ## Sumo API endpoint; Leave blank for automatic endpoint discovery and redirection |
33 | | - ## ref: https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security |
| 33 | + ## ref: https://help.sumologic.com/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security |
34 | 34 | endpoint: "http://receiver-mock.receiver-mock:3000/terraform/api/" |
35 | 35 |
|
36 | 36 | ## proxy urls |
@@ -157,7 +157,7 @@ spec: |
157 | 157 |
|
158 | 158 | collector: |
159 | 159 | ## Configuration of additional collector fields |
160 | | - ## https://help.sumologic.com/Manage/Fields#http-source-fields |
| 160 | + ## https://help.sumologic.com/docs/manage/fields/#http-source-fields |
161 | 161 | fields: {} |
162 | 162 |
|
163 | 163 | ## Configuration of http sources |
@@ -280,11 +280,12 @@ spec: |
280 | 280 | ## This feature autodetects how much CPU is assigned to the nginx instance and sets |
281 | 281 | ## the right amount of workers based on that. Disable to use the default of 8 workers. |
282 | 282 | workerCountAutotune: true |
| 283 | + ## Nginx listen port |
| 284 | + port: 8080 |
283 | 285 | replicaCount: 3 |
284 | 286 | image: |
285 | | - ## TODO: Serve this image from the sumologic public ECR |
286 | | - repository: public.ecr.aws/nginx/nginx |
287 | | - tag: 1.21-alpine |
| 287 | + repository: public.ecr.aws/sumologic/nginx-unprivileged |
| 288 | + tag: 1.23.1-alpine |
288 | 289 | pullPolicy: IfNotPresent |
289 | 290 | resources: |
290 | 291 | limits: |
@@ -1031,7 +1032,7 @@ spec: |
1031 | 1032 | # - name: "image-pull-secret" |
1032 | 1033 | image: |
1033 | 1034 | repository: public.ecr.aws/sumologic/fluent-bit |
1034 | | - tag: 1.6.10-sumo-2 |
| 1035 | + tag: 1.6.10-sumo-3 |
1035 | 1036 | pullPolicy: IfNotPresent |
1036 | 1037 |
|
1037 | 1038 | ## Resource limits for fluent-bit |
@@ -2609,7 +2610,7 @@ spec: |
2609 | 2610 |
|
2610 | 2611 | # Kafka Metrics |
2611 | 2612 | # List of Metrics are on following dochub page: |
2612 | | - # https://help.sumologic.com/07Sumo-Logic-Apps/10Containers_and_Orchestration/Kafka/Kafka_Metrics |
| 2613 | + # https://help.sumologic.com/docs/integrations/containers-orchestration/kafka/#kafka-metrics |
2613 | 2614 | # Metrics follow following format: |
2614 | 2615 | # kafka_broker_* |
2615 | 2616 | # kafka_controller_* |
@@ -2672,7 +2673,7 @@ spec: |
2672 | 2673 |
|
2673 | 2674 | ## PostgreSQL Telegraf Metrics |
2674 | 2675 | ## List of Metrics are on following dochub page: |
2675 | | - ## https://help.sumologic.com/07Sumo-Logic-Apps/12Databases/PostgreSQL/Metrics_for_the_Sumo_Logic_PostgreSQL_App |
| 2676 | + ## https://help.sumologic.com/docs/integrations/databases/postgresql/#postgresql-metrics |
2676 | 2677 | ## Metrics follow following format: |
2677 | 2678 | ## postgresql_blks_hit |
2678 | 2679 | ## postgresql_blks_read |
@@ -5150,7 +5151,7 @@ spec: |
5150 | 5151 | scc: |
5151 | 5152 | create: false |
5152 | 5153 |
|
5153 | | - ## Configure OpenTelemetry Operator - Tracing |
| 5154 | + ## Configure OpenTelemetry Operator - Instrumentation |
5154 | 5155 | ## ref: https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator |
5155 | 5156 | opentelemetry-operator: |
5156 | 5157 | enabled: true |
|
0 commit comments