Create a dashboardedit

To create a dashboard, you must have data indexed into Elasticsearch, an index pattern to retrieve the data from Elasticsearch, and visualizations, saved searches, or maps. If these don’t exist, you’re prompted to add them as you create the dashboard.

For an end-to-end example, see Building your own dashboard.

  1. Open Dashboard.
  2. Click Create new dashboard.
  3. Click Add.
  4. Use Add panels to add elements to the dashboard.

    The visualizations, saved searches, and maps are stored in panels that you can move and resize. A menu in the upper right of the panel has options for customizing the panel. You can add elements from multiple indices, and the same element can appear in multiple dashboards.

    Example add visualization to dashboard

  5. When you’re finished adding and arranging the panels, Save the dashboard.

Arrange dashboard elementsedit

In Edit mode, you can move, resize, customize, and delete panels to suit your needs.

  • To move a panel, click and hold the panel header and drag to the new location.
  • To resize a panel, click the resize control on the lower right and drag to the new dimensions.
  • To toggle the use of margins and panel titles, use the Options menu.
  • To delete a panel, open the panel menu and select Delete from dashboard. Deleting a panel from a dashboard does not delete the saved visualization or search.

Customize time rangesedit

You can configure each visualization, saved search, and map on your dashboard for a specific time range. For example, you might want one visualization to show the monthly trend for CPU usage and another to show the current CPU usage.

From the panel menu, select Customize time range to expose a time filter dedicated to that panel. Panels that are not restricted by a specific time range are controlled by the global time filter.

Time range per dashboard panel

Share a dashboardedit

When you’ve finished your dashboard, you can share it with your teammates. From the Share menu, you can:

  • Embed the code in a web page. Users must have Kibana access to view an embedded dashboard.
  • Share a direct link to a Kibana dashboard
  • Generate a PDF report
  • Generate a PNG report

You can create a link to a dashboard by title by doing this:
${domain}/${basepath?}/app/kibana#/dashboards?title=${yourdashboardtitle}

When sharing a link to a dashboard snapshot, use the Short URL. Snapshot URLs are long and can be problematic for Internet Explorer and other tools. To create a short URL, you must have write access to Kibana.

Import and export dashboardsedit

To import and export dashboards, go to Management > Saved Objects. For details, see Managing saved objects.

Inspect and edit elementsedit

Many dashboard elements allow you to drill down into the data and requests behind the element. Open the menu in the upper right of the panel and select Inspect. The views you see depend on the element that you inspect.

Inspect in dashboard

To open an element for editing, put the dashboard in Edit mode, and then select Edit from the panel menu. The changes you make appear in every dashboard that uses the element.