IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Loader

edit

The loader property describes the behavior of the save and load buttons at the top of the dashboard.

  "loader": {
    "save_gist": false,
    "save_elasticsearch": true,
    "save_local": true,
    "save_default": true,
    "save_temp": true,
    "save_temp_ttl_enable": true,
    "save_temp_ttl": "30d",
    "load_gist": false,
    "load_elasticsearch": true,
    "load_elasticsearch_size": 20,
    "load_local": false,
    "hide": false
  },