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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...