Visualize

Kibana visualizations are based on Elasticsearch queries. By using a series of Elasticsearch aggregations to extract and process your data, you can create charts that show you the trends, spikes, and dips you need to know about.

To begin, open the menu, go to Visualize, then click Create visualization.

Kibana supports several types of visualizations.

Quickly build several types of basic visualizations by simply dragging and dropping the data fields you want to display.

Most frequently used visualizations

  • Line, area, and bar charts — Compares different series in X/Y charts.
  • Pie chart — Displays each source contribution to a total.
  • Data table — Flattens aggregations into table format.
  • Goal and gauge — Displays a number with progress indicators.
  • Tag cloud — Displays words in a cloud, where the size of the word corresponds to its importance.

Visualizes time series data using pipeline aggregations.

Timelion

Maps

  • — Displays geospatial data in Kibana.

* Heat map

Display shaded cells within a matrix.

  • Markdown widget — Displays free-form information or instructions.
  • Controls — Adds interactive inputs to a dashboard.

Vega

Completes control over query and display.

Specify a search query to retrieve the data for your visualization, or used rolled up data.

  • To enter new search criteria, select the for the indices that contain the data you want to visualize. The visualization builder opens with a wildcard query that matches all of the documents in the selected indices.
  • To build a visualization from a saved search, click the name of the saved search you want to use. The visualization builder opens and loads the selected query.

    When you build a visualization from a saved search, any subsequent modifications to the saved search are reflected in the visualization. To disable automatic updates, delete the visualization on the Saved Object page.

Many visualizations allow you to inspect the query and data behind the visualization.

  1. In the Kibana toolbar, click Inspect.
  2. To download the data, click Download CSV, then choose one of the following options:

    • Raw CSV - Downloads the data as provided.
  3. To view the requests for collecting data, select Requests from the View dropdown.

To use your visualizations in dashboards, you must save them.

  1. In the Kibana toolbar, click Save.
  2. Enter the visualization Title and optional Description, then Save the visualization.

To access the saved visualization, go to Management > Kibana > Saved Objects.

Read only access

When you have insufficient privileges to save visualizations, the following indicator is displayed and the Save button is not visible.

For more information, refer to Granting access to Kibana.

When you’ve finished your visualization, you can share it outside of Kibana.

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