Skip to content

export dashboards not working with stack version 8.8.x  #1354

Closed

Description

Observed with versions : 8.8.0, 8.8.2
Package used : Memcached

Steps to reproduce the issue:

  1. Start the stack with the command elastic-package stack up --version 8.8.2 -v -d
  2. Add a Memcached integration
  3. Export the dashboard with the command elastic-package export dashboards. Choose [Metrics Memcached] Overview
  4. 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
  5. Go to kibana -> Integration package -> upgrade Memcached package
  6. You will notice the error as below
    In logs: Migration function for version 7.13.1 threw an error
    In UI:
image

Simplified steps, without needing to update the package or the dashboard, only re-exporting it:

  1. Clone integrations repository and go to the packages/apache directory.
  2. elastic-package stack up --version 8.8.2 -v -d
  3. eval $(elastic-package stack shellinit)
  4. elastic-package install
  5. elastic-package export dashboards --id apache-Metrics-Apache-HTTPD-server-status
  6. elastic-package install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions