migrate-kibana-to-opensearch

command module
v0.0.0-...-35a94d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 11 Imported by: 0

README

migrate-kibana-to-opensearch

This project permit to migrate Kibana dashboard to Opensearch dashboard. It will include all objects references by Dashboard.

Use it

Global parameters

GLOBAL OPTIONS:
   --config FILE               Load configuration from FILE
   --kibana-url value          The kibana URL [$KIBANA_URL]
   --kibana-user value         The kibana user [$KIBANA_USER]
   --kibana-password value     The Kibana password [$KIBANA_PASSWORD]
   --dashboard-url value       The Opensearch dashboard URL [$DASHBOARD_URL]
   --dashboard-user value      The Opensearch dashboard user [$DASHBOARD_USER]
   --dashboard-password value  The Opensearch dashboard password [$DASHBOARD_PASSWORD]
   --self-signed-certificate   Disable the TLS certificate check (default: false)
   --debug                     Display debug output (default: false)
   --help, -h                  show help
   --version, -v               print the version
Migrate dashboard

You can use the following parameters

OPTIONS:
   --dashboard-id value [ --dashboard-id value ]  The dashboard ids. If not provided, it migrate all dashboards
   --space value                                  The Kibana space where export dahsboards. If not provided is use default/global space/tenant

Sample to migrate only one dashboard

./migrate-kibana-to-opensearch --kibana-url https://kibana.domain.com --kibana-user elastic --kibana-password changme --dashboard-url https://dashboard.domain.com --dashboard-user admin --dashboard-password changeme migrate-dashboard --dashboard-id dashboard_id_1

Sample to migrate all dahsboards

./migrate-kibana-to-opensearch --kibana-url https://kibana.domain.com --kibana-user elastic --kibana-password changme --dashboard-url https://dashboard.domain.com --dashboard-user admin --dashboard-password changeme migrate-dashboard

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL