Closed
Description
openedon Jul 12, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment