> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboards

export const InlineImage = ({src, alt = '', height = '2em'}) => {
  return <img src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/4/fusion-server/concepts/dashboards/overview

[mintlify link]: https://doc.lucidworks.com/docs/4/fusion-server/concepts/dashboards/overview

[old doc.lw link]: https://doc.lucidworks.com/fusion/5.9/139

Dashboards are Fusion’s built-in analytics component. Most of the components of dashboards, called *panels*, are for data visualization. Some panels display textual information; for example, records in a table or documents.

<Note>
  Additional analytics functionality is available in
  the [DevOps Center](/docs/4/fusion-server/concepts/system/devops-center) and
  [App Insights](/docs/4/fusion-ai/concepts/insights/overview). A Fusion AI license is needed to enable App Insights.
</Note>

Dashboards permit near-real-time views of data. For some types of panels, you can configure how frequently the panel gets new data.

Dashboards also permit users to interact with data. For example, users can submit queries, select facets, and zoom in and out on histograms.

A Fusion dashboard contains one or more controls for search query inputs and one or more quantitive displays over the results for that query.

Dashboards run as a client-side application in a web browser, using JavaScript components for HTML5. Client-side JavaScript provides a dynamic, responsive browsing experience. Solr facets provide the quantifications required for visualizations, for example, charts, graphs, tables, and maps (for geospatial data).
Dashboards can also have tabular displays for drilling down to the individual documents in a results set.

The underlying browser application is Banana, an open source visualization tool
based on [Kibana 3](http://www.elastic.co/guide/en/kibana/3.0/index.html).
Where Kibana communicates with Elasticsearch, Banana communicates with Solr.
Banana can be downloaded from: [https://github.com/LucidWorks/banana/](https://github.com/LucidWorks/banana/).

Fusion dashboards were first developed for log file analysis.
Log file entries contain a timestamp plus some amount of additional event information.
Fusion’s date/time processing aggregates these timestamps at different levels of granularity
allowing for visualization of historical trends in system and user behaviors.

See these additional topics for details:

* [Input Panels](/docs/4/fusion-server/concepts/dashboards/input-panels)
* [Display Panels](/docs/4/fusion-server/concepts/dashboards/display-panels)

<AccordionGroup>
  <Accordion title="Create Dashboards">
    Create dashboards that meet the needs of users.

    <Tip>If you configure the dashboard to use existing data and add a Filtering panel, the panels in the dashboard work *as you add panels and configure them*. You do not need to wait until you have finished configuring the entire dashboard before viewing the panels recently added or edited.</Tip>

    <LwTemplate />

    ## Requirements for a dashboard

    Requirements for a dashboard are:

    * **Input panel(s).** You must add one or more input panels that let you specify which data the dashboard will display.
    * **Filtering panel.** You must add a filtering panel to ensure that the dashboard functions correctly.
    * **Output panel(s).** You must add one or more output panels to display the data.

    ## Steps to create a dashboard

    To create a dashboard, perform these actions in the order specified:

    * [Choose the best starting point](#choose-a-starting-point)
    * [Configure dashboard settings](#configure-dashboard-settings)
    * [Lay out the dashboard](#lay-out-the-dashboard)
    * [Configure the panels](#configure-panels)
    * [Save the dashboard](#save-the-dashboard)
    * [Test the dashboard](#test-the-dashboard)

    ### Choose a starting point

    You can create a new dashboard from scratch or modify an existing dashboard.

    To open the dashboard, complete the following:

    1. From the Fusion workspace, click **Analytics** <img className="inline-image" alt="Analytics" src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/icons/workspace-menu-analytics.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=61c46155844f0d0ba308bff8eedc54f2" width="92" height="77" data-path="assets/images/4.0/icons/workspace-menu-analytics.png" /> > **Dashboards**, or click **System** <img className="inline-image" alt="System" src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/icons/workspace-menu-system.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=b0dbd3d3f01c3d15ef116bbe6ffe48d7" width="93" height="72" data-path="assets/images/4.0/icons/workspace-menu-system.png" /> > **Log Viewer**.
    2. In the upper right corner of the default dashboard, click the link for the dashboard you want to use as a starting point.

    ### Configure dashboard settings

    The dashboard settings affect all the panels on a dashboard. To configure settings, click **Configure dashboard**.

    | Option                                                                      | Notes                                                                                                                                                                                                                                |
    | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | Define where Fusion send queries from the dashboard                         | Click the **Solr** tab. <ul><li>To use a Fusion query pipeline, select **Use Fusion**.</li><li>To send queries to Solr, deselect **Use Fusion**.</li></ul>                                                                           |
    | Set a default collection that Fusion queries when the dashboard opens       | Click the **Solr** tab and specify the name of the collection to query. To use the same dashboard for multiple collections, let the dashboard user choose a collection. On the **Controls** tab, select **Show Collections Picker**. |
    | Specify optional global query parameters to append to all dashboard queries | Click the **Solr** tab and enter **Global Query Parameters**. For example, to set the default search field to the field `message_t`, specify the global query parameter `&df=message_t`.                                             |

    ### Lay out the dashboard

    A dashboard consists of rows and panels, and possibly columns (if you use Column panels). The table provides the available options.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | <img className="inline-image" alt="Add a Row" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/add-a-row.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=857f7be5b3f46f893dd558275694ee7b" width="86" height="23" data-path="assets/images/common/dashboards/add-a-row.png" /> Add a row                                                                                                 | Add a new row to the dashboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | <img className="inline-image" alt="Configure row" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/configure-row.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=915f4dcabc1c5be123b58326a38c7753" width="24" height="25" data-path="assets/images/common/dashboards/configure-row.png" /> Configure a row                                                       | Configure the selected row.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | <img className="inline-image" alt="Add panel" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/add-panel-step-2.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=82f68e7bcb43850b814fd09b324cfe08" width="33" height="33" data-path="assets/images/common/dashboards/add-panel-step-2.png" /> Add panel to an empty row                         | 1. Click **Add panel to an empty row**.<br /> 2. Click **Add panel**. <br />3. Select **Panel Type**.<br /> 4. Configure the panel.<br /> 5. Click **Add Panel**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | <img className="inline-image" alt="Add panel" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/add-panel-step-2.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=82f68e7bcb43850b814fd09b324cfe08" width="33" height="33" data-path="assets/images/common/dashboards/add-panel-step-2.png" /> Add a panel to a row that already contains panels | 1. Click **Add a panel to this row**.<br /> 2. Click **Add panel**.<br /> 3. Select **Panel Type**.<br /> 4. Configure the panel.<br /> 5. Click **Add Panel**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | <img className="inline-image" alt="Row Full" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/row-full.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=13ac795b8d5fff1d15e55cbe7bdafd9f" width="24" height="25" data-path="assets/images/common/dashboards/row-full.png" /> Row Full                                                                                                           | An indicator on the left side of a row that is full.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
    | Resize a panel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | 1. Click **Configure**. <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/configure-panel.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=0167df87c420ce4bc9f082cc4f7a591f" alt="Configure" width="24" height="24" data-path="assets/images/common/dashboards/configure-panel.png" /><br /> 2. Click the **General** tab.<br /> 3. In the **Span** field, specify a width between 1 (one twelfth) and 12 (twelve twelfths). |
    | Drag a panel to a different location                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 1. In the upper right corner of the panel, click-and-hold the panel type.<br /> 2. Drag the panel to the new location and release the panel. If you drag the panel on top of a different panel, the existing panel is shifted to another location.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
    | <img className="inline-image" alt="Remove Panel" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/remove-panel.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=0dae1298a5272f3b999db967826dff23" width="19" height="20" data-path="assets/images/common/dashboards/remove-panel.png" /> Remove Panel                                                                   | Remove a specific panel from the dashboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Place panels in a column                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Configure panels in a column format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
    | Add text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Add text to the dashboard, such as instructions to use the dashboard or descriptions of the content in the dashboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |

    ### Configure panels

    This section describes general tasks that apply to all panels and tasks that apply to specific types of panels.

    <Check>As a best practice, we recommend you configure each panel as you add it. Then save and test to verify it is set correctly before you add another panel.</Check>

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
    | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | <img className="inline-image" alt="Configure" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/configure-panel.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=0167df87c420ce4bc9f082cc4f7a591f" width="24" height="24" data-path="assets/images/common/dashboards/configure-panel.png" /> Configure | The tabs that are available based on panel types are described in this section. Not all tabs are present for all panel types. <ul><li>**General.** The name and width of the panel, whether it is editable, and whether the panel will let users inspect the queries.</li><li>**Panel.** The primary tab for configuring the panel. This configuration affects *how* data is displayed, but also in some cases, *which* data is displayed.</li><li>**Info.** Optionally, add a help message that Fusion displays when a user inspects the queries for a panel.</li><li>**Fields.** Add and remove fields in a Table panel.</li><li>**Paging.** Control pagination of a Table panel.</li><li>**Queries.** View the panel query. Optionally, add one or more custom Solr query parameters. Fusion adds these to the panel query.</li></ul> |
    | View and configure Histogram and Range Facet panels                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Click the **View** up arrow to view and modify the configuration. Click the down arrow to hide the configuration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | <img className="inline-image" alt="Help" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/help-icon.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=1f00e3d801e7797eb4a31a352720f94f" width="12" height="12" data-path="assets/images/common/dashboards/help-icon.png" /> Help                                                           | Display help information for a setting.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | <img className="inline-image" alt="Inspect" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/inspect.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=e65e5cb90bc49cd8366bd74359056850" width="24" height="24" data-path="assets/images/common/dashboards/inspect.png" /> Inspect                                                                     | View the query that a panel sends to Solr. Fusion displays both the panel query and the custom query if it exists.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
    | Make a panel editable                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | You must first remove, then add the panel back.<br /> 1. Click **Remove Panel**.<br /> 2. Click either **Add panel to an empty row** or **Add Panel**.<br /> 3. Enter the appropriate values and click the **Editable** check box.<br /> 4. Click **Add Panel**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
    | Make a panel non-editable                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | 1. Click **Configure**.<br /> 2. On the **General** tab, deselect the **Editable** check box.<br /> 3. Save the changes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

    #### Configure input panel settings

    The elements on input panels determine the information displayed and is based on:

    * Panel configuration
    * Panel contributions to the query
    * User interactions with the panels

    | Option                         | Notes                                                                                                                                                                                                                                                                                                                                                 |
    | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Add a custom query for a panel | Certain panel types let you specify a custom query to add to the panel query. The combined query is sent to the Fusion query pipeline or to Solr.                                                                                                                                                                                                     |
    | Filter                         | Filters select subsets of the data in a collection. For example, records in a time range or in which the field Gender has the value `Female`. A filtering panel is required for data interactivity to work. The filtering panel displays the filters that are in effect. You can also use a Filtering panel to add, remove, edit, and toggle filters. |
    | Facet                          | Use a Facet panel to choose data in one or more facets. For example, if the facets Gender and Graduation Year are defined, a user could choose the Gender `Male` and the Graduation Year `2010`.                                                                                                                                                      |

    #### Configure specific types of panels

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Notes                                                                                         |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
    | <img className="inline-image" alt="Add Search Box" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/add-search-box.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=b58da7b27ab51801b37a04eeb49a378f" width="26" height="26" data-path="assets/images/common/dashboards/add-search-box.png" /> Add Search Box                    | Click to add a query-entry field to a Query panel.                                            |
    | <img className="inline-image" alt="Delete" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/delete-search-box.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=ee1f0b6df0de8817580088cb687ee1bf" width="14" height="14" data-path="assets/images/common/dashboards/delete-search-box.png" /> Delete Search Box | Click to remove a search box from a Query panel.                                              |
    | Move a column                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Click the right or left arrow, respectively, to shift the column one space in that direction. |

    ### Save the dashboard

    You can save a dashboard to Solr, a file, or a GitHub gist. We recommend that you always save dashboards to Solr (even if you also save them as files or gists).

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | Save in Solr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | 1. Click **Save**.<br /> 2. Under **Solr**, enter a name for the dashboard.<br /> 3. Check or deselect the **Make Public** checkbox. If this checkbox is selected, the dashboard is shared with everyone.<br /> 4. Click **Save**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
    | <img className="inline-image" alt="Export" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/export-data.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=17dd58b156e54fb6a0b2910ab840b703" width="25" height="24" data-path="assets/images/common/dashboards/export-data.png" /> Export | Click to enter the number of rows to export and select the destination file type. For example, CSV, XML, or JSON. Fusion downloads the dashboard as a file in the browser’s download directory. The filename is named `**_dashboard\_name_**-**_large\_number_**`. For example, `Storefront-1502124761166`. The file is a JSON file. It lacks the file type `.json`, which is not really needed (you could add it). If you want to place the file in a different location, move it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Save as a GitHub gist                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | When you save a dashboard as a GitHub gist, you do not need to sign in to GitHub first. Fusion stores the gist as an anonymous gist. You must configure the dashboard correctly to save as a GitHub gist. To configure the dashboard: <br />1. Click **Configure dashboard**. <br />2. Click the **Controls** tab. <br />3. In the **Allow saving to** field, select **Gist**. <br />4. At the top right of the dashboard, click **Save**. <br />5. Under **Gist**, enter a name for the dashboard. The name becomes the title of the dashboard, which is stored in the JSON file as the value of `"title"`. <br />6. Click **Save Gist** <img className="inline-image" alt="Save Gist" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/save-gist.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=9701d96cbefb5edbaa75d48e994eb7e1" width="29" height="24" data-path="assets/images/common/dashboards/save-gist.png" />.<br /> Fusion displays the URL at which the gist resides. If you save the dashboard again, you get a different anonymous gist and a different URL. IMPORTANT: Navigate to the URL *immediately*. Save the URL. Bookmark it. Write it down. You cannot find the gist by searching for it, and Gist identifiers do not persist for long in the Fusion UI. (The last gist saved is available in the Load dialog for the duration of the browser session.) |

    ### Test the dashboard

    View and interact with the dashboard, and verify each panel displays the expected data. If necessary, adjust the placement and settings of the panels based on user feedback.
  </Accordion>

  <Accordion title="Use Dashboards in Fusion">
    This topic details the options available to use Fusion dashboards.

    ## Dashboards main page

    When you open the Fusion dashboards, your organization’s dashboards display, as well as the EXPLORE DASHBOARDS section that provides options to create or display specific types of dashboards.

    You can click the icons in the top right corner of the screen to perform the following functions:

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/open-default-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=3d9a1b9a855be4d6f21d146fd7836419" alt="Goto saved default" width="28" height="22" data-path="assets/images/common/dashboards/open-default-dashboard.png" /> Goto saved default | Open the saved default dashboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/create-dashboard.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=4cef385cbb1457f042ccb385927da4a4" alt="New" width="24" height="28" data-path="assets/images/common/dashboards/create-dashboard.png" /> New                                                                               | Create a new dashboard. Options are: <ul><li>Time-series dashboard</li> <li>Non time-series dashboard</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/load-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=312d0c61d3a90e9a4078486e9ff43ad4" alt="Load" width="31" height="24" data-path="assets/images/common/dashboards/load-dashboard.png" /> Load                                                                                             | Load a dashboard using one of the following options: <ul><li>Load dashboard JSON layout from file<br /><br /> Click **Local File > Choose File > select file > Open**.<br /><br /> Saved dashboards are listed at the bottom of the dialog box. Click a dashboard to open it. Filter dashboards by entering an exact-match string in the Filter box. If there are more that 20 saved dashboards, use the pagination controls to find a dashboard. To view the next set of pages, click the forward arrows. To view the prior set of pages, click the back arrows. Or click a page number to view the dashboards on that page.</li> <li>Enter the gist URL or number (the last part of the URL)<br /><br /> **Enter value > click Get** <img className="inline-image" alt="Get" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/get-gist.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=795eef3c8c1ac98c279ed2da793712d7" width="29" height="24" data-path="assets/images/common/dashboards/get-gist.png" />  A link that opens the dashboard appears below a thin line. The link displays the dashboard name. Click the link to open the dashboard.</li> <li>Type to filter.<br /><br /> Enter dashboard type to filter and display if the dashboard matches.</li></ul> |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/save-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=0844165a953cc20d34947bcb2841dcaa" alt="Save" width="26" height="26" data-path="assets/images/common/dashboards/save-dashboard.png" /> Save                                                                                             | Save options include: <ul><li>Locally <ul><li>Export to File</li> <li>Set as Browser Default. Click to set the current dashboard as the default.</li> <li>Clear Browser Default. Click to clear the current dashboard. The default dashboard for the browser becomes the system default dashboard `default.json` (the Fusion Logs dashboard).</li></ul></li> <li>Solr <ul><li>Make Public. If this checkbox is selected, the dashboard is shared with everyone.</li> <li>Service Logs. Enter a value and click **Save** to save the log.</li></ul></li> </ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
    | Configure Dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Click to configure tabs for General, Rows, Control, and Solr dashboard settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
    | Delete a dashboard saved in Solr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <ol><li>Click **Load**.</li> <li>Identify the file to delete and click **Delete**.</li> <li>Click **OK** to confirm the deletion.</li></ol>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Delete a dashboard saved in a file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Navigate to the file and delete it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
    | Delete a dashboard saved as a GitHub gist                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Open the gist URL and click **Delete**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

    For more information, see:

    * [Fusion 4.x Built-in Dashboards](/docs/4/fusion-server/concepts/dashboards/built-in-dashboards)
    * [Fusion 5.x Built-in Dashboards](/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/built-in-dashboards)

    ## Interact with data

    The table describes options to interact with data displayed in certain dashboards.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Notes                                                                                                                                                                                                                 |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Collections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Choose the collection from which to obtain data. If a dashboard is configured to let users choose among collections, select the collection from the **Collections** drop-down list at the top right of the dashboard. |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/query-search.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=7715cd261a19759b6c99cce41bcb191b" alt="Search" width="28" height="28" data-path="assets/images/common/dashboards/query-search.png" /> Search                                                     | Enter the value to search. <ul><li>To search for a specific value, enter a term or phrase and click **Search**.</li> <li>To retrieve all data, enter `*.*` and click **Search**.</li></ul>                            |
    | <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/clear-search-box.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=866adee7697017a707df3cb6ae440bde" alt="Clear search box" width="34" height="24" data-path="assets/images/common/dashboards/clear-search-box.png" /> Clear search box | Click to clear the search box and return the most general query, as if you entered `*.*`.                                                                                                                             |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/waiting-for-data.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=4b4dade3bc85dc254070eec8b09e1db4" alt="Waiting for data" width="26" height="25" data-path="assets/images/common/dashboards/waiting-for-data.png" /> Waiting for data | Indicates the query is waiting for data to be returned. If the indicator spins for an extended time while other panels display data, the panel is not configured correctly.                                           |
    | Select item                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Click a table row. In a graphical-visualization panel, click the data item. NOTE: Not all panel types let you select data in this way.                                                                                |
    | <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/export-data.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=17dd58b156e54fb6a0b2910ab840b703" alt="Export data" width="25" height="24" data-path="assets/images/common/dashboards/export-data.png" /> Export data                                                   | Click to enter the number of rows to export and select the destination file type. For example, CSV, XML, or JSON.                                                                                                     |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/hide-row.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=3e632c1efb112cb16e43635de43d0027" alt="Hide" width="24" height="25" data-path="assets/images/common/dashboards/hide-row.png" /> Hide row                                                                                     | Click to hide the row from the display.                                                                                                                                                                               |
    | <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/expand-row.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=349be54bb63cbcb07195c6ea659d15bd" alt="Expand" width="26" height="26" data-path="assets/images/common/dashboards/expand-row.png" /> Expand row                                                                 | Click the row to display detailed information.                                                                                                                                                                        |

    ## Interact with specific types of panels

    The table describes options for specific types of panels.

    ### Table and text panels

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Notes                                                                                                                                              |
    | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Show or hide the field list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Click the right or left arrow, respectively, at the top of the panel.                                                                              |
    | Sort a table column                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Click the up arrow at the top of the column to sort in ascending order. Click the down arrow at the top of the column to sort in descending order. |
    | View next or previous page of hits                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Click the right or left arrow, respectively, at the bottom of the page of hits.                                                                    |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/view-first-page.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=27322680e72aed8c6bfa7c9390ae16c2" alt="View first page" width="26" height="26" data-path="assets/images/common/dashboards/view-first-page.png" /> View first page | Click to view the first page of hits for that particular panel.                                                                                    |
    | Show record details                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Click the table row and then select the display format of Table, JSON, or Raw.                                                                     |
    | Hide details                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Click the up arrow at the top right of the details.                                                                                                |

    ### Histogram and Range Facet panels

    The table describes options for the Histogram and Range Facet panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Notes                                                                              |
    | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
    | Zoom in on a subset of data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Click the area you want to enlarge, then drag across the range of data to zoom in. |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/zoom-out.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=783f74b3da0d32915d8a0e6db7fbbbf8" alt="Zoom Out" width="26" height="27" data-path="assets/images/common/dashboards/zoom-out.png" /> Zoom out | Click to zoom out.                                                                 |

    ### Filtering panels

    The table describes filter options for panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Notes                                                                                                                                                                                                                                                                                                                                                                           |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | <img src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/edit-filter.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=0493365a46e325a957581425e19ed1b4" alt="Edit Filter" width="14" height="12" data-path="assets/images/common/dashboards/edit-filter.png" /> Edit filter                     | Click to edit a panel filter.                                                                                                                                                                                                                                                                                                                                                   |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/toggle-filter.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=ac3ac2e6ca3dd604c0576bfb5fbef8f0" alt="Toggle Filter" width="13" height="12" data-path="assets/images/common/dashboards/toggle-filter.png" /> Toggle filter | Click to toggle the filter to the opposite setting (on or off).                                                                                                                                                                                                                                                                                                                 |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/remove-filter.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=0b310fe67c4a725938b1056543b365d0" alt="Remove Filter" width="10" height="10" data-path="assets/images/common/dashboards/remove-filter.png" /> Remove filter | Click to remove the current filter. CAUTION: To display correctly, specific filters must be set for certain types of panels. Fusion also creates filters based on your interactions with data. You can add a filter back, but there is no undo. Before you remove a filter, toggle off the filter and verify the results. If the results are accurate, it is safe to remove it. |

    ### Heat Map panels

    The table describes the option for heat map panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Notes                                             |
    | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
    | <img src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/transpose-rows-columns.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=32887b669941e639cd0bc9231399c416" alt="Transpose Rows and Columns" width="30" height="29" data-path="assets/images/common/dashboards/transpose-rows-columns.png" /> Transpose rows and columns | Click to reverse the display of rows and columns. |

    ## Filter by Fusion request ID

    To only display information about log entries with a specific Fusion request ID, you can filter the contents of a logs dashboard by the Fusion request ID.

    Filter the contents in the following ways:

    * [Click a link in the error message or toast](#click-a-link-in-the-error-message-or-toast)
    * [Filter in a logs dashboard - for releases prior to 5.4.0](#filter-in-a-logs-dashboard)
    * [Append a query filter parameter to the dashboard URL](#append-a-query-filter-parameter-to-the-dashboard-url)

    ### Click a link in the error message or toast

    To view the dashboard for a Fusion UI API error or API error toast, click **View logs dashboard**. The system displays the dashboard using a filter for that request ID.

    API error with link in Fusion UI:

    <img src="https://mintcdn.com/lucidworks/TTnHmbCCHl-1HFoG/assets/images/5.0/view-logs-dashboard-in-api-error.png?fit=max&auto=format&n=TTnHmbCCHl-1HFoG&q=85&s=59b8a3ed1fe501a1ceed2eb958e1d64b" alt="View logs dashboard link in API error" width="2672" height="978" data-path="assets/images/5.0/view-logs-dashboard-in-api-error.png" />

    API error toast with link:

    <img src="https://mintcdn.com/lucidworks/de_1M1m_4TTyJqw0/assets/images/5.0/error-toast-with-link.png?fit=max&auto=format&n=de_1M1m_4TTyJqw0&q=85&s=f50065e3e8d3a235badc25f8920c1c0c" alt="View logs dashboard link in toast" style={{ width: "300px" }} width="832" height="612" data-path="assets/images/5.0/error-toast-with-link.png" />

    Filtered Service Logs dashboard:

    Click **View logs dashboard** to open the Service Logs dashboard with filters by the Fusion request ID. For example, the filtering query for the `mdc_requestId_s` field displays the `fusion-request-id` of `BWQSjPPYgB`.

    <img src="https://mintcdn.com/lucidworks/TTnHmbCCHl-1HFoG/assets/images/5.0/service-logs-filtered-by-req-id.png?fit=max&auto=format&n=TTnHmbCCHl-1HFoG&q=85&s=6d87b717d310a221ad14d60168ce1758" alt="Service Logs dashboard filtered by request ID" width="1448" height="1330" data-path="assets/images/5.0/service-logs-filtered-by-req-id.png" />

    {/* //remove fusion-request-id in 5.4 */}

    ### Filter in a logs dashboard

    <Check>This section only applies to Fusion versions prior to 5.4.0.</Check>

    You can filter the dashboards for service logs, access logs, and combined logs by Fusion request ID.

    To filter by Fusion request ID, complete the following:

    1. Obtain the Fusion request ID returned by a request. For example, notice the Fusion request ID `BWQSjPPYgB` returned by this API command:

       ```
       curl -v -u USERNAME:PASSWORD http://127.0.0.1:8764/api/apps/inventory
       *   Trying 127.0.0.1...
       * TCP_NODELAY set
       * Connected to 127.0.0.1 (127.0.0.1) port 8764 (#0)
       * Server auth using Basic with user 'admin'
       > GET /api/apps/inventory HTTP/1.1
       > Host: 127.0.0.1:8764
       > Authorization: Basic YWRtaW46UGFzc3dvcmQxMjM=
       > User-Agent: curl/7.54.0
       > Accept: */*
       >
       < HTTP/1.1 404 Not Found
       < Content-Type: application/json
       < fusion-request-id: BWQSjPPYgB
       < Server: Jetty(9.3.8.v20160314)
       < Set-Cookie: id=4962c806-f3b5-485f-8fb4-c20e608b700c;Path=/;HttpOnly
       < Content-Length: 394
       < Connection: close
       <
       {
         "type" : "RESTError",
         "httpStatusCode" : 404,
         "error" : "ERR-0003",
         "message" : "A web application error occurred",
         "details" : "The Fusion App with id 'inventory' does not exist",
         "cause" : null,
         "requestId" : "BWQSjPPYgB",
         "httpStatusMessage" : "Not Found",
         "localizedMessage" : "The Fusion App with id 'inventory' does not exist",
         "suppressed" : [ ],
         "class" : null
       * Closing connection 0
       }
       ```
    2. Open the logs dashboard.
    3. Specify the Fusion request ID in the Filter panel, with a query for the `mdc_requestId_s` field that specifies the value of `fusion-request-id` for which you want to search.

    In this example, the `fusion-request-id` is `BWQSjPPYgB`:

    <img src="https://mintcdn.com/lucidworks/de_1M1m_4TTyJqw0/assets/images/5.0/add-filter-for-request-id.png?fit=max&auto=format&n=de_1M1m_4TTyJqw0&q=85&s=e93e2bfbccd29cc1a98af054b0e19795" alt="Add a filter for the Fusion request ID" width="1641" height="1146" data-path="assets/images/5.0/add-filter-for-request-id.png" />

    ### Append a query filter parameter to the dashboard URL

    As an alternative to constructing a query filter in the dashboard, you can append a query filter parameter to the dashboard URL. In the query filter, use the field name `mdc_requestID_s`.

    Example 1: Default dashboard (Service Logs)

    <img src="https://mintcdn.com/lucidworks/TTnHmbCCHl-1HFoG/assets/images/5.0/url-default-dashboard.png?fit=max&auto=format&n=TTnHmbCCHl-1HFoG&q=85&s=ffff05f8831ece58a361ca853f7edfec" alt="Default dashboard URL" width="2880" height="504" data-path="assets/images/5.0/url-default-dashboard.png" />

    Example 2: Combined Logs dashboard

    <img src="https://mintcdn.com/lucidworks/TTnHmbCCHl-1HFoG/assets/images/5.0/url-combined-logs.png?fit=max&auto=format&n=TTnHmbCCHl-1HFoG&q=85&s=cf646d2a9911468a3a4d8d200b567c8a" alt="Combined Logs URL" width="2880" height="504" data-path="assets/images/5.0/url-combined-logs.png" />

    ## Open the Service Logs dashboard from a job history

    1. Open the job history.

       * For most jobs, click **Collections** <InlineImage src="/assets/images/4.0/icons/workspace-menu-collections.png" alt="Collections" /> > **Jobs**, select a job, and then click **Job History**.
       * For datasource jobs, click **Indexing** <InlineImage src="/assets/images/4.0/icons/workspace-menu-indexing.png" alt="Indexing" /> > **Datasources**, select a datasource, and then click **Job History**.

         In the job history, you will see a link named `runId`:

             <img src="https://mintcdn.com/lucidworks/zH_ln2rWO5G9pvTA/assets/images/5.0/job-history.png?fit=max&auto=format&n=zH_ln2rWO5G9pvTA&q=85&s=1d60cc0cdadcc56e91448683fb2fdb19" alt="Job history" width="2880" height="1502" data-path="assets/images/5.0/job-history.png" />
    2. Click the link to view the Service Logs dashboard filtered by the `runId`:

           <img src="https://mintcdn.com/lucidworks/TTnHmbCCHl-1HFoG/assets/images/5.0/service-logs-filtered-by-runid.png?fit=max&auto=format&n=TTnHmbCCHl-1HFoG&q=85&s=dc05ea19c9f23b51d37917f89767a85e" alt="Service Logs dashboard filtered by runId" width="2880" height="1324" data-path="assets/images/5.0/service-logs-filtered-by-runid.png" />
  </Accordion>

  <Accordion title="Manage Dashboards">
    ## Set Permissions

    Users who manage or use dashboards need specific [permissions](/docs/5/fusion/operations/security/access-control/permissions) to do so.

    ### Permissions to Manage Dashboards

    The built-in roles `admin` and `developer` both have sufficient permissions to manage dashboards.

    For users who manage dashboards, set these permissions in [roles](/docs/5/fusion/operations/security/access-control/roles), and then assign the roles to users:

    ```bash theme={"dark"}
    GET:/solr/{id}/\*:id=collection-name
    GET:/solr/{id}/admin/luke:id=collection-name
    GET,POST,PUT,DELETE:/solr/system_blobs/\*
    GET,POST,PUT,DELETE:/collections/system_blobs
    ```

    ### Permissions to Use Dashboards

    The built-in role `search` *does not* have sufficient permissions to use dashboards.

    For users who manage dashboards, set these permissions in [roles](/docs/5/fusion/operations/security/access-control/roles), and then assign the roles to users:

    ```bash theme={"dark"}
    GET:/solr/{id}/\*:id=collection-name
    GET:/solr/{id}/admin/luke:id=collection-name
    GET:/solr/system_blobs/\*
    GET:/collections/system_blobs
    ```

    ## Manage Dashboards

    This topic details the options available to use Fusion dashboards.

    ## Dashboards main page

    When you open the Fusion dashboards, your organization’s dashboards display, as well as the EXPLORE DASHBOARDS section that provides options to create or display specific types of dashboards.

    You can click the icons in the top right corner of the screen to perform the following functions:

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | <img className="inline-image" alt="Goto saved default" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/open-default-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=3d9a1b9a855be4d6f21d146fd7836419" width="28" height="22" data-path="assets/images/common/dashboards/open-default-dashboard.png" /> Goto saved default | Open the saved default dashboard.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | <img className="inline-image" alt="New" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/create-dashboard.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=4cef385cbb1457f042ccb385927da4a4" width="24" height="28" data-path="assets/images/common/dashboards/create-dashboard.png" /> New                                                                               | Create a new dashboard. Options are: <br />● Time-series dashboard <br />● Non time-series dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
    | <img className="inline-image" alt="Load" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/load-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=312d0c61d3a90e9a4078486e9ff43ad4" width="31" height="24" data-path="assets/images/common/dashboards/load-dashboard.png" /> Load                                                                                             | Load a dashboard using one of the following options: <br />●Load dashboard JSON layout from file<br /> Click **Local File > Choose File > select file > Open**.<br /> Saved dashboards are listed at the bottom of the dialog box. Click a dashboard to open it. Filter dashboards by entering an exact-match string in the Filter box. If there are more that 20 saved dashboards, use the pagination controls to find a dashboard. To view the next set of pages, click the forward arrows. To view the prior set of pages, click the back arrows. Or click a page number to view the dashboards on that page. <br />● Enter the gist URL or number (the last part of the URL)<br /> **Enter value > click Get**  <img className="inline-image" alt="Get" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/get-gist.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=795eef3c8c1ac98c279ed2da793712d7" width="29" height="24" data-path="assets/images/common/dashboards/get-gist.png" />.<br /> A link that opens the dashboard appears below a thin line. The link displays the dashboard name. Click the link to open the dashboard. <br />● Type to filter. Enter dashboard type to filter and display if the dashboard matches. |
    | <img className="inline-image" alt="Save" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/save-dashboard.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=0844165a953cc20d34947bcb2841dcaa" width="26" height="26" data-path="assets/images/common/dashboards/save-dashboard.png" /> Save                                                                                             | Save options include: <br />●Locally <br />*Export to File*\* Set as Browser Default. Click to set the current dashboard as the default. <br />*Clear Browser Default*\*. Click to clear the current dashboard. The default dashboard for the browser becomes the system default dashboard `default.json` (the Fusion Logs dashboard). <br />●Solr **Make Public**. If this checkbox is selected, the dashboard is shared with everyone. <br />*Service Logs*\*. Enter a value and click **Save** to save the log.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
    | Configure Dashboard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Click to configure tabs for General, Rows, Control, and Solr dashboard settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
    | Delete a dashboard saved in Solr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 1. Click **Load**. <br />2. Identify the file to delete and click **Delete**. <br />3. Click **OK** to confirm the deletion.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
    | Delete a dashboard saved in a file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Navigate to the file and delete it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Delete a dashboard saved as a GitHub gist                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Open the gist URL and click **Delete**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |

    For more information, see:

    * [Fusion 4.x Built-in Dashboards](/docs/4/fusion-server/concepts/dashboards/built-in-dashboards)
    * [Fusion 5.x Built-in Dashboards](/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/built-in-dashboards)

    ## Interact with data

    The table describes options to interact with data displayed in certain dashboards.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Notes                                                                                                                                                                                                                 |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Collections                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Choose the collection from which to obtain data. If a dashboard is configured to let users choose among collections, select the collection from the **Collections** drop-down list at the top right of the dashboard. |
    | <img className="inline-image" alt="Search" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/query-search.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=7715cd261a19759b6c99cce41bcb191b" width="28" height="28" data-path="assets/images/common/dashboards/query-search.png" /> Search                                                     | Enter the value to search. <br />●To search for a specific value, enter a term or phrase and click **Search**. <br />●To retrieve all data, enter `\*.\*` and click **Search**.                                       |
    | <img className="inline-image" alt="Clear search box" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/clear-search-box.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=866adee7697017a707df3cb6ae440bde" width="34" height="24" data-path="assets/images/common/dashboards/clear-search-box.png" /> Clear search box | Click to clear the search box and return the most general query, as if you entered `\*.\*`.                                                                                                                           |
    | <img className="inline-image" alt="Waiting for data" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/waiting-for-data.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=4b4dade3bc85dc254070eec8b09e1db4" width="26" height="25" data-path="assets/images/common/dashboards/waiting-for-data.png" /> Waiting for data | Indicates the query is waiting for data to be returned. If the indicator spins for an extended time while other panels display data, the panel is not configured correctly.                                           |
    | Select item                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Click a table row. In a graphical-visualization panel, click the data item. NOTE: Not all panel types let you select data in this way.                                                                                |
    | <img className="inline-image" alt="Export data" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/export-data.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=17dd58b156e54fb6a0b2910ab840b703" width="25" height="24" data-path="assets/images/common/dashboards/export-data.png" /> Export data                                                   | Click to enter the number of rows to export and select the destination file type. For example, CSV, XML, or JSON.                                                                                                     |
    | <img className="inline-image" alt="Hide" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/hide-row.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=3e632c1efb112cb16e43635de43d0027" width="24" height="25" data-path="assets/images/common/dashboards/hide-row.png" /> Hide row                                                                                     | Click to hide the row from the display.                                                                                                                                                                               |
    | <img className="inline-image" alt="Expand" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/expand-row.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=349be54bb63cbcb07195c6ea659d15bd" width="26" height="26" data-path="assets/images/common/dashboards/expand-row.png" /> Expand row                                                                 | Click the row to display detailed information.                                                                                                                                                                        |

    ## Interact with specific types of panels

    The table describes options for specific types of panels.

    ### Table and text panels

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Notes                                                                                                                                              |
    | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Show or hide the field list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Click the right or left arrow, respectively, at the top of the panel.                                                                              |
    | Sort a table column                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Click the up arrow at the top of the column to sort in ascending order. Click the down arrow at the top of the column to sort in descending order. |
    | View next or previous page of hits                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Click the right or left arrow, respectively, at the bottom of the page of hits.                                                                    |
    | <img className="inline-image" alt="View first page" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/view-first-page.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=27322680e72aed8c6bfa7c9390ae16c2" width="26" height="26" data-path="assets/images/common/dashboards/view-first-page.png" /> View first page | Click to view the first page of hits for that particular panel.                                                                                    |
    | Show record details                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Click the table row and then select the display format of Table, JSON, or Raw.                                                                     |
    | Hide details                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Click the up arrow at the top right of the details.                                                                                                |

    ### Histogram and Range Facet panels

    The table describes options for the Histogram and Range Facet panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Notes                                                                              |
    | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
    | Zoom in on a subset of data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Click the area you want to enlarge, then drag across the range of data to zoom in. |
    | <img className="inline-image" alt="Zoom Out" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/zoom-out.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=783f74b3da0d32915d8a0e6db7fbbbf8" width="26" height="27" data-path="assets/images/common/dashboards/zoom-out.png" /> Zoom out | Click to zoom out.                                                                 |

    ### Filtering panels

    The table describes filter options for panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Notes                                                                                                                                                                                                                                                                                                                                                                           |
    | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | <img className="inline-image" alt="Edit Filter" src="https://mintcdn.com/lucidworks/9iE2X4O8aa8U8XL3/assets/images/common/dashboards/edit-filter.png?fit=max&auto=format&n=9iE2X4O8aa8U8XL3&q=85&s=0493365a46e325a957581425e19ed1b4" width="14" height="12" data-path="assets/images/common/dashboards/edit-filter.png" /> Edit filter                     | Click to edit a panel filter.                                                                                                                                                                                                                                                                                                                                                   |
    | <img className="inline-image" alt="Toggle Filter" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/toggle-filter.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=ac3ac2e6ca3dd604c0576bfb5fbef8f0" width="13" height="12" data-path="assets/images/common/dashboards/toggle-filter.png" /> Toggle filter | Click to toggle the filter to the opposite setting (on or off).                                                                                                                                                                                                                                                                                                                 |
    | <img className="inline-image" alt="Remove Filter" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/remove-filter.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=0b310fe67c4a725938b1056543b365d0" width="10" height="10" data-path="assets/images/common/dashboards/remove-filter.png" /> Remove filter | Click to remove the current filter. CAUTION: To display correctly, specific filters must be set for certain types of panels. Fusion also creates filters based on your interactions with data. You can add a filter back, but there is no undo. Before you remove a filter, toggle off the filter and verify the results. If the results are accurate, it is safe to remove it. |

    ### Heat Map panels

    The table describes the option for heat map panels.

    | Option                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Notes                                             |
    | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
    | <img className="inline-image" alt="Transpose Rows and Columns" src="https://mintcdn.com/lucidworks/UvoyXcLoYZI3kpMl/assets/images/common/dashboards/transpose-rows-columns.png?fit=max&auto=format&n=UvoyXcLoYZI3kpMl&q=85&s=32887b669941e639cd0bc9231399c416" width="30" height="29" data-path="assets/images/common/dashboards/transpose-rows-columns.png" /> Transpose rows and columns | Click to reverse the display of rows and columns. |
  </Accordion>
</AccordionGroup>
