Skip to content
Open
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
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ OTEL_COLLECTOR_PORT_HTTP=4318
OTEL_COLLECTOR_METRICS_PORT=8888

# Data Prepper Configuration
DATA_PREPPER_VERSION=2.16.0-SNAPSHOT-rc1
DATA_PREPPER_DOCKER_REPO=sgguruda62324
DATA_PREPPER_IMAGE=opensearch-data-prepper
DATA_PREPPER_VERSION=2.16.0
DATA_PREPPER_DOCKER_REPO=opensearchproject
DATA_PREPPER_IMAGE=data-prepper
DATA_PREPPER_OTLP_PORT=21890
DATA_PREPPER_HTTP_PORT=21892

Expand Down
4 changes: 2 additions & 2 deletions charts/observability-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ opensearch-dashboards:
data-prepper:
enabled: true
image:
repository: "sgguruda62324/opensearch-data-prepper"
tag: "2.16.0-SNAPSHOT-rc1"
repository: "opensearchproject/data-prepper"
tag: "2.16.0"
# Wait for OpenSearch to be ready before starting Data Prepper.
# Without this, sink initialization fails and the OTLP source never starts.
initContainers:
Expand Down