Skip to main content

Table Charts

Table charts are the default chart type in the Aggregates tab. They are useful for listing the type and number of events that have occurred, such as the type of error that occurs the most in your system. To create a table chart, use a search query that provides at least a few data points in the Aggregates tab.

For example, you could use the following query to create a simple Table chart:

(error OR fail*) AND exception | count by _sourceCategory | sort by _count

which would produce results such as:

AggResult.png

Create a table chart

  1. Run a query.

  2. In the Aggregates tab, click the table chart icon.

    Charts - table

The data in the Aggregates tab is represented as a table chart.

AggResult.png

If your query looks for URLs, when you create a table chart panel, the URLs displayed in the table will be displayed as working links.

For example, if you used this query to search for hits to the Sumo Logic Help system:

_sourceCategory=aws/cloudtrail  | keyvalue "LoginTo"  | count loginto | sort - _count

You would see results such as the following in the Aggregates tab.

URLTable.png

Then, use the following steps to create a table chart panel.

Create a table chart panel

  1. Click Add to Dashboard to create a table chart panel.
  2. When the table chart panel appears in your Dashboard, make sure the Edit toggle is off.
  3. The links become live. If you click a link, it will open the displayed URL in a new tab.

Link.png

Sumo Logic YouTubeSumo Logic Twitter
Legal
Privacy Statement
Terms of Use

Copyright © 2022 by Sumo Logic, Inc.