Skip to content

Commit 20edb53

Browse files
committed
Add secrets for Cache datastream and fix changelog PR entry
1 parent 9fb1f19 commit 20edb53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/couchbase/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
changes:
33
- description: Add separate username and password configuration options, and enable secret for the password field.
44
type: enhancement
5-
link: https://github.com/elastic/integrations/pull/9869
5+
link: https://github.com/elastic/integrations/pull/10490
66
- version: "1.7.0"
77
changes:
88
- description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template.

packages/couchbase/data_stream/cache/agent/stream/stream.yml.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ period: {{period}}
77
metrics_path: /metrics
88
metrics_filters:
99
include: ["sgw_cache*"]
10+
{{#if username}}
11+
username: {{username}}
12+
{{/if}}
13+
{{#if password}}
14+
password: {{password}}
15+
{{/if}}
1016
{{#if ssl_sync_gateway}}
1117
ssl:
1218
{{ssl_sync_gateway}}

0 commit comments

Comments
 (0)