Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 49654d1

Browse files
authored
Upgrade DataPrepper component (#30)
/lgtm
1 parent 4a4f6e1 commit 49654d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/templates/opensearch/os-data-prepper-sec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stringData:
4040
# With 64 as batch size each worker thread could process upto 3200 spans (64 * 50)
4141
batch_size: 256
4242
processor:
43-
- otel_trace_raw:
43+
- otel_traces:
4444
sink:
4545
- opensearch:
4646
index_type: custom
@@ -57,7 +57,7 @@ stringData:
5757
pipeline:
5858
name: "entry-pipeline"
5959
processor:
60-
- service_map_stateful:
60+
- service_map:
6161
# The window duration is the maximum length of time the data prepper stores the most recent trace data to evaluvate service-map relationships.
6262
# The default is 3 minutes, this means we can detect relationships between services from spans reported in last 3 minutes.
6363
# Set higher value if your applications have higher latency.

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ data_prepper:
253253
# -- Used image name.
254254
image: opensearchproject/data-prepper
255255
# -- Used component version.
256-
imageTag: "2.0.1"
256+
imageTag: "2.3.1"
257257
# -- Replicas count for DataPrepper pods.
258258
replicas: 1
259259
# -- Set JVM parameters `-Xms` and `-Xmx`, basicaly set JVM memory size. Consider this value as a half of total pod memory.

0 commit comments

Comments
 (0)