-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Observed with versions : 8.8.0, 8.8.2
Package used : Memcached
Steps to reproduce the issue:
- Start the stack with the command
elastic-package stack up --version 8.8.2 -v -d
- Add a Memcached integration
- Export the dashboard with the command
elastic-package export dashboards
. Choose[Metrics Memcached] Overview
- Update the changelog , manifest.yml file to next version for memached. Update the
kibana.version: ^8.8.0
in mainfest.yml. Run -elastic-package build; elastic-package stack up -v -d --services package-registry
- Go to kibana -> Integration package -> upgrade Memcached package
- You will notice the error as below
In logs:Migration function for version 7.13.1 threw an error
In UI:

Simplified steps, without needing to update the package or the dashboard, only re-exporting it:
- Clone integrations repository and go to the
packages/apache
directory. elastic-package stack up --version 8.8.2 -v -d
eval $(elastic-package stack shellinit)
elastic-package install
elastic-package export dashboards --id apache-Metrics-Apache-HTTPD-server-status
elastic-package install
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working