Skip to content
Merged
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 packages/couchbase/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.11.0"
changes:
- description: Couchbase integration package with dashboards.
type: enhancement
link: https://github.com/elastic/integrations/pull/4166
- version: "0.10.0"
changes:
- description: Couchbase integration package with "node" data stream.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion packages/couchbase/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: couchbase
title: Couchbase
version: 0.10.0
version: 0.11.0
license: basic
description: Collect metrics from Couchbase databases with Elastic Agent.
type: integration
Expand All @@ -10,6 +10,23 @@ categories:
- monitoring
conditions:
kibana.version: ^8.3.0
screenshots:
- src: /img/couchbase-metrics-overview.png
title: Couchbase metrics Overview dashboard
size: 600x600
type: image/png
- src: /img/couchbase-node-dashboard.png
title: Couchbase Node Overview dashboard
size: 600x600
type: image/png
- src: /img/couchbase-sync-gateway-overview.png
title: Couchbase Sync Gateway Overview dashboard
size: 600x600
type: image/png
- src: /img/couchbase-xdcr-dashboard.png
title: Couchbase XDCR Overview dashboard
size: 600x600
type: image/png
icons:
- src: /img/couchbase-logo.svg
title: Couchbase logo
Expand Down