<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to change the width of panels in xml on Splunk version 9.4.1? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/749138#M58929</link>
    <description>&lt;P&gt;I very much doubt there is any kind of documentation - I know this issue has been discussed here and on Splunk Slack channels and there is more than one way to achieve this.&lt;/P&gt;&lt;P&gt;This site is a good resource for this type of question.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 02:36:05 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2025-07-03T02:36:05Z</dc:date>
    <item>
      <title>How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746289#M58699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to resize the panels that I have in a Splunk row. So I have 3 panels and I referred to some previous posts on doing the panel width resize using CSS. I remember this used to work? But I can't seem to get this working on my current Splunk dashboard. Due to some script dependencies, I am not able to use Dashboard Studio hence still stuck with the classic XML dashboard.&lt;BR /&gt;&lt;BR /&gt;I referred to previous question on this and did exactly like what was mentioned but the panels still appear equally spaced at 33.33% each.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&amp;lt;form version="1"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Adjust Width of Panels in Dashboard&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="false"&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="tokTime" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Select Time&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;/fieldset&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel depends="$alwaysHideCSS$" id="CSSPanel"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;p/&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;#CSSPanel{&lt;BR /&gt;width:0% !important;&lt;BR /&gt;}&lt;BR /&gt;#errorSinglePanel{&lt;BR /&gt;width:25% !important;&lt;BR /&gt;}&lt;BR /&gt;#errorStatsPanel{&lt;BR /&gt;width:30% !important;&lt;BR /&gt;}&lt;BR /&gt;#errorLineChartPanel{&lt;BR /&gt;width:45% !important;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel id="errorSinglePanel"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Splunkd Errors (Single Value)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!=INFO&lt;BR /&gt;| timechart count&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$tokTime.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$tokTime.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="colorBy"&amp;gt;trend&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="colorMode"&amp;gt;block&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="numberPrecision"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="showSparkline"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="showTrendIndicator"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trendColorInterpretation"&amp;gt;inverse&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trendDisplayMode"&amp;gt;absolute&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="unitPosition"&amp;gt;after&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="useThousandSeparators"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel id="errorStatsPanel"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Top 5 Error (Stats)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!=INFO&lt;BR /&gt;| top 5 component showperc=false&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$tokTime.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$tokTime.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel id="errorLineChartPanel"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Splunkd Errors (Timechart)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;chart&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!=INFO&lt;BR /&gt;| timechart count&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$tokTime.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$tokTime.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/chart&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 07:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746289#M58699</guid>
      <dc:creator>yh</dc:creator>
      <dc:date>2025-05-16T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746291#M58701</link>
      <description>&lt;P&gt;I'm assuming you have the following sort of CSS&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          #header_row .dashboard-cell:nth-child(1) {
            width:52% !important;
          }
          #header_row .dashboard-cell:nth-child(2) {
            width:24% !important;
          }
          #header_row .dashboard-cell:nth-child(3) {
            width:24% !important;
          }&lt;/LI-CODE&gt;&lt;P&gt;which has stopped working with Splunk 9.4.&lt;/P&gt;&lt;P&gt;You need to add the following for each of your row definitions&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          #header_row .dashboard-cell {
            flex:unset;
          }&lt;/LI-CODE&gt;&lt;P&gt;It's the flex attribute that is present in 9.4 variants that breaks things, so this fixes it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746291#M58701</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-05-16T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746293#M58703</link>
      <description>&lt;P&gt;Thank you so much! How did you all figure it out? Life saver!&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:24:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/746293#M58703</guid>
      <dc:creator>yh</dc:creator>
      <dc:date>2025-05-16T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/749119#M58927</link>
      <description>&lt;P&gt;This is awesome and just solved my custom panel width issue after banging my head for the last hour.&amp;nbsp; Do you know where this attribute is documented for either behavior or which CSS items are support per version of Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 17:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/749119#M58927</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2025-07-02T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/749138#M58929</link>
      <description>&lt;P&gt;I very much doubt there is any kind of documentation - I know this issue has been discussed here and on Splunk Slack channels and there is more than one way to achieve this.&lt;/P&gt;&lt;P&gt;This site is a good resource for this type of question.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 02:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/749138#M58929</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-07-03T02:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the width of panels in xml on Splunk version 9.4.1?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/754864#M59232</link>
      <description>&lt;P&gt;So i was able to implement this flex change. Life saver because this isnt documented anywhere... wondering if you could provide additional help? So I have a panel with 10 singles in them. Before we had changed to 9.4.5 it would break at 5 and then the next 5 singles would go to a second row within the same panel. This response doesnt occur anymore and was wondering if I could get some help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/* Row Styles */&lt;BR /&gt;[id$="_Apps_Row"] {&lt;BR /&gt;padding-bottom: 1% !important;&lt;BR /&gt;padding-top: 1% !important;&lt;BR /&gt;border: 2px solid $fi_background_color$;&lt;BR /&gt;border-radius: 10px;&lt;BR /&gt;background-color: $fi_background_color$;&lt;BR /&gt;box-shadow: 0 0px 4px rgba(126, 151, 173, 0.5), 0 -2px 4px rgba(255, 255, 255, 0.3);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;[id$="_Apps_Header"] {&lt;BR /&gt;padding-top: 4% !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;[id$="_Apps_Row"].dashboard-row .dashboard-panel,&lt;BR /&gt;[id$="_Apps_Row"] .panel-title {&lt;BR /&gt;background-color: $fi_background_color$ !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Panel Styles */&lt;BR /&gt;[id$="_service_panel"] {&lt;BR /&gt;background-color: $fi_background_color$ !important;&lt;BR /&gt;width: 20% !important;&lt;BR /&gt;flex: unset !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;This is what I'm doing in my hidden style row.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml-on-Splunk-version-9-4-1/m-p/754864#M59232</guid>
      <dc:creator>jamest216</dc:creator>
      <dc:date>2025-10-28T16:42:09Z</dc:date>
    </item>
  </channel>
</rss>

