diff --git a/charts/cloudprem/CHANGELOG.md b/charts/cloudprem/CHANGELOG.md index 984a756ab..53c10d2ba 100644 --- a/charts/cloudprem/CHANGELOG.md +++ b/charts/cloudprem/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.5.2 + +* Update the CloudPrem Docker image to `v0.1.33`. +* Enable document clustering by default to reduce index size. + ## 0.5.1 * Add the CloudPrem component name to OpenTelemetry resource attributes. diff --git a/charts/cloudprem/Chart.yaml b/charts/cloudprem/Chart.yaml index cc1b2cbbd..c7e422b58 100644 --- a/charts/cloudprem/Chart.yaml +++ b/charts/cloudprem/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: cloudprem description: Datadog CloudPrem type: application -version: 0.5.1 +version: 0.5.2 # This is the version of the "application". Right now, we follow the image version. -appVersion: v0.1.32 +appVersion: v0.1.33 home: https://www.datadoghq.com/ icon: https://static.datadoghq.com/static/images/logos/_datadog_avatar.svg maintainers: diff --git a/charts/cloudprem/values.yaml b/charts/cloudprem/values.yaml index b09a069f0..973fa4d9e 100644 --- a/charts/cloudprem/values.yaml +++ b/charts/cloudprem/values.yaml @@ -1175,6 +1175,20 @@ config: keep_alive: interval: 30s timeout: 10s + # Docs clustering configuration + # This is used to cluster the documents by their structure at ingestion time to reduce the index size. + docs_clustering: + - fingerprint: + - kind: structure + - fingerprint: + - kind: raw + path: source + - fingerprint: + - kind: raw + path: status + - fingerprint: + - kind: tokenized + path: message # postgres: # max_num_connections: 50