Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[O11y][CouchBase] Update visualization name and categories #5893

Merged
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.14.1"
changes:
- description: Fix visualization name and categories.
type: bugfix
link: https://github.com/elastic/integrations/pull/5893
- version: "0.14.0"
changes:
- description: Migrate visualizations to lens.
Expand Down
Binary file modified packages/couchbase/img/couchbase-node-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
"y": 15
},
"panelIndex": "f5a65859-7a69-4dc0-b434-cc32f982ef6c",
"title": "Node CPU Utilization [Metrics Couchbase]",
"title": "Document Replicas [Metrics Couchbase]",
"type": "lens",
"version": "8.4.0"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/couchbase/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
format_version: 1.0.0
name: couchbase
title: Couchbase
version: 0.14.0
version: 0.14.1
license: basic
description: Collect metrics from Couchbase databases with Elastic Agent.
type: integration
categories:
- datastore
- monitoring
- infrastructure
- observability
conditions:
kibana.version: ^8.4.0
screenshots:
Expand Down