Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the export.ndjson file (export of dashboards)
  2. Import the file on Kibana
    1. CURL method

      Code Block
      languagebash
      themeRDark
      curl -u [elastic_user]:[elastic_pass] -F 'file=@/path/to/export.ndjson' -H 'kbn-xsrf:reporting' "http://kibana_host_or_ip:5601/api/saved_objects/_import?overwrite=true"
    2. Directly on Kibana
      1. Open the Menu on the Left
      2. Go to Management → Stack Monitoring
      3. Go to Kibana → Saved Objects
      4. Click on Import, select export.ndjson file
        • Select "Check for existing bbjects" → "Automatically overwrite conflicts"
      5. Click on "Import" button.

...

Add the following environment variables before starting the Manager nodes:

Environment variablevalue
aspire_dashboards_enabledtrue
aspire_dashboards_basehttp://kibana_host_or_ip:5601/app/dashboards#/view/
aspire_dashboards_mainbe5c2f00-c3c8-11eb-9a7f-bd24f960d263
aspire_dashboards_metrics6e462a10-ca18-11eb-b790-95ad8cc1b278?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now))&_a=(description:'',filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'106de620-c3ca-11eb-9a7f-bd24f960d263',key:audit.seedId,negate:!f,params:(query:'${seedId}'),type:phrase),query:(match_phrase:(audit.seedId:'${seedId}')))),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),tags:!(),timeRestore:!f,title:'Aspire%20-%20Document%20Statistics',viewMode:view)

Aspire will automatically generate the URLs and links to the dashboards on each Seed.

...