cancel
Showing results for 
Search instead for 
Did you mean: 

Customizations export/import in Opensearch dashboard

SAPSupport
Employee
Employee
0 Kudos
523

How we can export and import all customizations like alerts and saved objects from Opensearch dashboard?

 

 

 

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

OpenSearch Dashboards provides means to import resources (Saved Objects) into your instances. Resources could be created, exported, and imported across different instances of OpenSearch. Types of resources include:

  • Index-Patterns
  • Visualizations
  • Searches
  • Dashboards

For detailed steps on how to do it, please refer SAP help page https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/0fa6bcf4736c46f78c248512391eb467/210c65777....

priya8
Associate
Associate
0 Kudos

To export Monitors, run the below query in Dev tools:

POST _plugins/_alerting/monitors/_search
{
  "query": {
    "match_all": {}
  },
  "size": 1000
}