Giter Club home page Giter Club logo

Comments (10)

gdspicer58 avatar gdspicer58 commented on August 27, 2024 4

FYI, I found a workaround, you can go to the left hand menu > Stack Management > Saved Objects > (choose the visualizations/dashboards that you want) > Click Export

Then switch tenants, go back to Stack Management > Saved Objects > Import the file that you exported from the other tenant

from security-dashboards-plugin.

laysauchoa avatar laysauchoa commented on August 27, 2024 1

thanks @gdspicer58 saved me a lot of time!

from security-dashboards-plugin.

seungyongshim avatar seungyongshim commented on August 27, 2024

+1

from security-dashboards-plugin.

DJSundog avatar DJSundog commented on August 27, 2024

Has any progress been made on this by any chance?

from security-dashboards-plugin.

jimymodi avatar jimymodi commented on August 27, 2024

+1

from security-dashboards-plugin.

EgonGalvani avatar EgonGalvani commented on August 27, 2024

+1

from security-dashboards-plugin.

gdspicer58 avatar gdspicer58 commented on August 27, 2024

+1

from security-dashboards-plugin.

laysauchoa avatar laysauchoa commented on August 27, 2024

+1

from security-dashboards-plugin.

androidkencai avatar androidkencai commented on August 27, 2024

use api

curl -X POST "localhost:5601/api/saved_objects/_bulk_create?overwrite=true" -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -H 'securitytenant:<name of private tenant space>' -d @home.json

//home.json

[{
    "type": "config",
    "id": "7.8.0",
    "attributes": {
        "buildNum": 9007199254740991,
        "defaultIndex": "<index-pattern-id>",
        "defaultRoute": "/app/kibana#/dashboard/test"
    }
}]

also add user/pass to the headers if needed

from security-dashboards-plugin.

davidlago avatar davidlago commented on August 27, 2024

Work to address this (and other) issues is being tracked here opensearch-project/OpenSearch-Dashboards#4298

from security-dashboards-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.