<?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: Chart over time by multiple fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706673#M239124</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;that worked great, thank you. Do you also happen to know the best way to add the totals for each carrier like on line 5 and 9 on my example chart? Like appendpipe?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 16:23:01 GMT</pubDate>
    <dc:creator>YuliyaVassilyev</dc:creator>
    <dc:date>2024-12-12T16:23:01Z</dc:date>
    <item>
      <title>Chart over time by multiple fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706669#M239122</link>
      <description>&lt;P&gt;Hi there! I want to create a scorecard by Manager and Region counting my Orders over Month. So the chart would look something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YuliyaVassilyev_0-1734017277904.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33828i285EAEBEDA3AA496/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YuliyaVassilyev_0-1734017277904.png" alt="YuliyaVassilyev_0-1734017277904.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;YuliyaVassilyev_0-1734017277904.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have all the fields: Region, Director, Month and Order_Number to make a count. Please let me know if you have an efficient way to do this in SPL. Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706669#M239122</guid>
      <dc:creator>YuliyaVassilyev</dc:creator>
      <dc:date>2024-12-12T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart over time by multiple fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706670#M239123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/115779"&gt;@YuliyaVassilyev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;at first Splunk isn't Excel!&lt;/P&gt;&lt;P&gt;anyway you could try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| eval col=Region."|".Director
| bin span=1mon _time
| chart count OVER col BY _time
| rex field=col "^(?&amp;lt;Region&amp;gt;[^\|]+)\|(?&amp;lt;Director&amp;gt;.*)"
| fields - col
| table Region Director *
| addcoltotals
| addtotals&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;then to add partial totals.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:38:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706670#M239123</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-12-12T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart over time by multiple fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706673#M239124</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;that worked great, thank you. Do you also happen to know the best way to add the totals for each carrier like on line 5 and 9 on my example chart? Like appendpipe?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706673#M239124</guid>
      <dc:creator>YuliyaVassilyev</dc:creator>
      <dc:date>2024-12-12T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart over time by multiple fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706716#M239130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/115779"&gt;@YuliyaVassilyev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;in Community, there are many solutions to your request, see at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-do-I-combine-subtotals-and-totals-in-a-search-query/m-p/391298" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-do-I-combine-subtotals-and-totals-in-a-search-query/m-p/391298&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-get-both-subtotals-and-the-grand/m-p/240503" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-get-both-subtotals-and-the-grand/m-p/240503&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Show-subtotals-in-results-table/m-p/102875" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Show-subtotals-in-results-table/m-p/102875&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-add-sub-totals-to-a-table/m-p/317028" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-add-sub-totals-to-a-table/m-p/317028&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Test them.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 07:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706716#M239130</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-12-13T07:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart over time by multiple fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706732#M239132</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/115779"&gt;@YuliyaVassilyev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 12:47:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-over-time-by-multiple-fields/m-p/706732#M239132</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-12-13T12:47:00Z</dc:date>
    </item>
  </channel>
</rss>

