Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audit-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The **Logs** Plugin comes with a [Failover Connector](https://github.com/open-te
| auditLogs.affinity | object | `{}` | Node affinity rules for the collector DaemonSet pods |
| auditLogs.cluster | string | `nil` | Cluster label for Logging |
| auditLogs.collectorImage.repository | string | `"ghcr.io/cloudoperators/opentelemetry-collector-contrib"` | overrides the default image repository for the OpenTelemetry Collector image. |
| auditLogs.collectorImage.tag | string | `"a62a383"` | overrides the default image tag for the OpenTelemetry Collector image. |
| auditLogs.collectorImage.tag | string | `"c97076f"` | overrides the default image tag for the OpenTelemetry Collector image. |
| auditLogs.customLabels | string | `nil` | Custom labels to apply to all OpenTelemetry related resources |
| auditLogs.elastic.enabled | bool | `false` | Activates the configuration for Elastic. |
| auditLogs.elastic.endpoint | string | `nil` | Endpoint URL for Elastic |
Expand Down
2 changes: 1 addition & 1 deletion audit-logs/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: audit-logs
description: OpenTelemetry Collector Helm chart for audit-logs
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
type: application
version: 0.2.18
version: 0.2.19
maintainers:
- name: olandr
- name: kuckkuck
Expand Down
1 change: 1 addition & 0 deletions audit-logs/charts/templates/_failover-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ opensearch/failover_b:
authenticator: basicauth/failover_b
endpoint: {{ .Values.auditLogs.openSearchLogs.endpoint }}
logs_index: ${index}-datastream
logs_index_on_error: ${index}-datastream-deadletter
retry_on_failure:
enabled: true
max_elapsed_time: 0s
Expand Down
1 change: 1 addition & 0 deletions audit-logs/charts/templates/audit-logs-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ spec:
authenticator: basicauth/failover_a
endpoint: {{ .Values.auditLogs.openSearchLogs.endpoint }}
logs_index: ${index}-datastream
logs_index_on_error: ${index}-datastream-deadletter
retry_on_failure:
enabled: true
max_elapsed_time: 0s
Expand Down
2 changes: 2 additions & 0 deletions audit-logs/charts/templates/ingester-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ spec:
insecure: {{ $cfg.opensearch.tls.insecure }}
endpoint: {{ $cfg.opensearch.endpoint | quote }}
logs_index: {{ $name | quote }}
logs_index_on_error: {{ printf "%s-deadletter" $name | quote }}
{{- with $cfg.opensearch.mapping }}
mapping:
{{- toYaml . | nindent 10 }}
Expand All @@ -165,6 +166,7 @@ spec:
insecure: {{ $cfg.opensearch.tls.insecure }}
endpoint: {{ $cfg.opensearch.endpoint | quote }}
logs_index: {{ $name | quote }}
logs_index_on_error: {{ printf "%s-deadletter" $name | quote }}
{{- with $cfg.opensearch.mapping }}
mapping:
{{- toYaml . | nindent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion audit-logs/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ auditLogs:
# -- overrides the default image repository for the OpenTelemetry Collector image.
repository: ghcr.io/cloudoperators/opentelemetry-collector-contrib
# -- overrides the default image tag for the OpenTelemetry Collector image.
tag: "a62a383"
tag: "c97076f"

# -- Custom labels to apply to all OpenTelemetry related resources
customLabels:
Expand Down
4 changes: 2 additions & 2 deletions audit-logs/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: audit-logs
spec:
version: 0.2.18
version: 0.2.19
displayName: OpenTelemetry for Audit Logs
description: Audit Logs relevant Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, and logs.
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/audit-logs/logo.png
helmChart:
name: 'audit-logs'
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.2.18
version: 0.2.19
options:
- name: auditLogs.region
description: Region label for logging
Expand Down
Loading