Skip to content
Draft
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
5 changes: 5 additions & 0 deletions charts/cloudprem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 14 additions & 0 deletions charts/cloudprem/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading