Stacked Column Chart

A Stacked Column chart uses bars to show the comparisons between categories of data but with an ability to break down and compare parts of a whole. Each bar in the chart represents a whole, and segments in the bar represent different parts or categories of that whole.

Similar to the Clustered Line Chart, the y-axis represents value of the aggregation parameter, and the x-axis displays value of the timestamps.

../_images/LP_DB_Widget_StackedColumnChart.png

Stacked Column Chart

The following query gives the output shown above.

| timechart count() by action

You can use this chart to display the following response type:

Response Types Supported

The Stacked Column chart supports a single aggregation response type for representation of search results in the visualization. They are:

Response Type

General Syntax

Timechart Single Aggregation with Grouping

| timechart aggregation_parameter by grouping_parameter1, grouping_parameter2, ....., grouping_parametern

Timechart Single Aggregation with Grouping

Example:

source_address=* | timechart count() by source_address
../_images/LP_Search_TSAWG_StackColmn.png

Stacked Column for Timechart Single Aggregation with Grouping

Note

If the search result contains a large number of data points (more than 50) or groups (more than 20), switching from the Clustered Line to Stacked Column consumes a large amount of CPU resources. In this case, LogPoint displays the following message.

../_images/LP_Search_TSAWG_RenderAnyway.png

You can refer to Timechart Single Aggregation with Grouping for more details.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support