Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

Logs Panel

Logs panel is only available in Grafana v6.4+

The logs panel shows log lines from datasources that support logs, e.g., Elastic, Influx, and Loki. Typically you would use this panel next to a graph panel to display the log output of a related process.

Querying Data

The logs panel will show the result of queries that are specified in the Queries tab. The results of multiple queries will be merged and sorted by time. Note that you can scroll inside the panel in case the datasource returns more lines than can be displayed at any one time.

Query Options

To limit the number of lines rendered, you can use the queries-wide Max data points setting. If it is not set, the datasource will usually enforce a limit.

Visualization Options

Columns

  1. Time: Show/hide the time column. This is the timestamp associated with the log line as reported from the datasource.
  2. Order: Set to Ascending to show the oldest log lines first.