Enable or Disable Dashboards

Dashboards in Find are fully configurable UI pages, which you can use to set up and display the content, search results, and visualizations that you refer to most regularly. You can configure Find to display or hide dashboards for one or user roles.

For more information about dashboards, see Find Dashboards.

To enable or disable dashboards

  1. Go to the Find home directory.
  2. Open config.json in a text editor.
  3. Find the uiCustomization section, and the options subsection.

  4. Add or modify the enableDashboards object. Set a user role to false to disable dashboards, or true to enable it. For example:

    "uiCustomization": {
        "options": {
            "enableDashboards": {
              "user": false,
              "bi": true
            },
            "enableRelatedConcepts": {
              "user": true,
              "bi": false
            }
          },