<?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 can I remove ONLY the overlay Total on a visualization? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699624#M237504</link>
    <description>&lt;P&gt;This is confusing because your search specifically sets the values you want to remove.&amp;nbsp; Simple solution is to remove the last pipe and eval of the additional field.&amp;nbsp; Assuming you need that for some alternate reason then I would recommend.&lt;/P&gt;&lt;P&gt;1) Create base search "ds_base" don't include the pipe and eval of the overlay&lt;/P&gt;&lt;P&gt;2) Create the viz and map the data source to the base search&lt;/P&gt;&lt;P&gt;3) Create a chain search which has the pipe and eval of the overlay field and map it to the base&lt;/P&gt;&lt;P&gt;4) Map the alternate need to the chain search as the source&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 18:09:56 GMT</pubDate>
    <dc:creator>dural_yyz</dc:creator>
    <dc:date>2024-09-19T18:09:56Z</dc:date>
    <item>
      <title>How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699602#M237497</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I remove ONLY the overlay Total on a visualization? TIA&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashidhingra_0-1726757918291.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/32717iBAAADAA167A6A31D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashidhingra_0-1726757918291.png" alt="ashidhingra_0-1726757918291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 14:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699602#M237497</guid>
      <dc:creator>ashidhingra</dc:creator>
      <dc:date>2024-09-19T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699604#M237498</link>
      <description>&lt;P&gt;What is your search string behind the viz?&amp;nbsp; It could be as simple as appending the search with...&lt;/P&gt;&lt;PRE&gt;| fields - overlay_field_name&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Sep 2024 15:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699604#M237498</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-09-19T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699605#M237499</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=
| bucket span=1s _time | stats count by _time | timechart max(count) AS Peak_TPS span=1d
| eval overlay=10&lt;/LI-CODE&gt;
&lt;P&gt;I want to remove the number display on overlay&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 21:03:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699605#M237499</guid>
      <dc:creator>ashidhingra</dc:creator>
      <dc:date>2024-09-19T21:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699624#M237504</link>
      <description>&lt;P&gt;This is confusing because your search specifically sets the values you want to remove.&amp;nbsp; Simple solution is to remove the last pipe and eval of the additional field.&amp;nbsp; Assuming you need that for some alternate reason then I would recommend.&lt;/P&gt;&lt;P&gt;1) Create base search "ds_base" don't include the pipe and eval of the overlay&lt;/P&gt;&lt;P&gt;2) Create the viz and map the data source to the base search&lt;/P&gt;&lt;P&gt;3) Create a chain search which has the pipe and eval of the overlay field and map it to the base&lt;/P&gt;&lt;P&gt;4) Map the alternate need to the chain search as the source&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 18:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699624#M237504</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-09-19T18:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699625#M237505</link>
      <description>&lt;OL&gt;&lt;LI&gt;I dont want to remove the overlay. I only want to remove the number 10.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 19 Sep 2024 18:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699625#M237505</guid>
      <dc:creator>ashidhingra</dc:creator>
      <dc:date>2024-09-19T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699628#M237506</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashidhingra_0-1726769546498.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/32723iBE62FE73ADAEB82B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashidhingra_0-1726769546498.png" alt="ashidhingra_0-1726769546498.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 18:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699628#M237506</guid>
      <dc:creator>ashidhingra</dc:creator>
      <dc:date>2024-09-19T18:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699664#M237511</link>
      <description>&lt;P&gt;If you are using Classic/SimpleXML dashboards, you can do this with CSS.&lt;/P&gt;&lt;P&gt;For this you need to give your panel an id (so it gets tagged so CSS can select it), then you need to know the order of the series in the charts and they are numbered. For example, if you name your panel "panel_one", and your Total was the second series (index 1), you could do something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel id="panel_one"&amp;gt;
      &amp;lt;html depends="$alwaysHide$"&amp;gt;
        &amp;lt;style&amp;gt;
          #panel_one svg g.highcharts-data-labels.highcharts-series-1
          {
            display: none !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;chart&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 Sep 2024 07:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699664#M237511</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-09-20T07:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699694#M237514</link>
      <description>&lt;P&gt;When using dashboard studio currently there is no option for this.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;dataValuesDisplay&lt;/TD&gt;&lt;TD&gt;("off" | "all" | "minmax")&lt;/TD&gt;&lt;TD&gt;off&lt;/TD&gt;&lt;TD&gt;Specify whether chart should display no labels, all labels, or only the min and max labels.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/9.2.2406/DashStudio/chartsBar" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/9.2.2406/DashStudio/chartsBar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have even tried putting the overlay into the y2 axis and the dataValuesDisplay is a higher level option so impacts all axis.&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"splunk.column"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"dataSources"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"primary"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"ds_TNxdC2O9"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"containerOptions"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"showProgressBar"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"showLastUpdated"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Column&amp;nbsp;Chart"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"description"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Overlay&amp;nbsp;Test"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"y"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;&amp;nbsp;primary&amp;nbsp;|&amp;nbsp;frameBySeriesNames('regular','_span')"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"y2"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;&amp;nbsp;primary&amp;nbsp;|&amp;nbsp;frameBySeriesNames('overlay','_span')"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"overlayFields"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"overlay"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"dataValuesDisplay"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"all"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"context"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Sep 2024 13:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699694#M237514</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-09-20T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove ONLY the overlay Total on a visualization?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699695#M237515</link>
      <description>&lt;P&gt;Yes, Studio is not a good choice for anything vaguely sophisticated!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 13:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-ONLY-the-overlay-Total-on-a-visualization/m-p/699695#M237515</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-09-20T13:31:54Z</dc:date>
    </item>
  </channel>
</rss>

