All Apps and Add-ons

I would like to make a stacked bar chart dashboard

lanying
Explorer

I would like to make a stacked bar chart dashboard. This is a disk usage stacked bar.
I make a view like that. But, It is not stacked. Each bar is generated.
What option must I use?

<view template="dashboard.html">
<module name="SideviewUtils" layoutPanel="appHeader" />
    <module name="URLLoader" layoutPanel="panel_row1_col1" autoRun="True">
        <module name="Search" layoutPanel="panel_row1_col1" autoRun="True">
            <param name="search">sourcetype=df host=$host$ | multikv fields Used Avail MountedOn | chart first(Used) as Used , first(Avail) as Free by MountedOn</param>
            <param name="earliest">rt-30m</param>
            <param name="latest">rt</param>
            <module name="HiddenChartFormatter">    
                <param name="chart">column</param>
                <module name="FlashChart">
                    <param name="width">100%</param>
                    <param name="height">100%</param>
                </module>
        </module>
    </module>
</module>
</view>
1 Solution

MarioM
Motivator
<param name="chart.stackMode">stacked</param>

http://docs.splunk.com/Documentation/Splunk/4.2.3/Developer/CustomChartingConfig-ChartLegend

And when i want to know some simple module/params I just build report and add it to dashboard then add ?showsource=1 to the dashboard URI which will give me advanced xml and the xml code at the bottom

View solution in original post

lanying
Explorer

Thanks to you solve this problem. ^^

0 Karma

sideview
SplunkTrust
SplunkTrust

Note: you want to be very careful about having that second autoRun nested inside like that. Remove those whenever you see them.

0 Karma

MarioM
Motivator
<param name="chart.stackMode">stacked</param>

http://docs.splunk.com/Documentation/Splunk/4.2.3/Developer/CustomChartingConfig-ChartLegend

And when i want to know some simple module/params I just build report and add it to dashboard then add ?showsource=1 to the dashboard URI which will give me advanced xml and the xml code at the bottom

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...