Logo

A powerful, easily deployable network traffic analysis tool suite for network security monitoring

Quick Start

Documentation

Components

Supported Protocols

Configuring

Arkime

Dashboards

Hedgehog Linux

Contribution Guide

Dashboard Export

GET or POST - /mapi/dashboard-export/<dashid>

Uses the OpenSearch Dashboards or Elastic Kibana API to export the JSON document representing a dashboard (identified by dashid). If the query parameter replace is not set to false, this API will also perform some modifications on the dashboard as described in the Adding new visualizations and dashboards section of the contributor guide.

Parameters:

Example (response truncated for brevity’s sake):

/mapi/dashboard-export/0ad3d7c2-3441-485e-9dfe-dbb22e84e576
{

  "version": "1.3.1",
  "objects": [
    {
      "id": "0ad3d7c2-3441-485e-9dfe-dbb22e84e576",
      "type": "dashboard",
      "namespaces": [
        "default"
      ],
      "updated_at": "2024-04-29T15:49:16.000Z",
      "version": "WzEzNjIsMV0=",
      "attributes": {
        "title": "Overview"

}