<?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: customised query for table in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/621482#M14559</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;, thank you for the query, it helped.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Nov 2022 15:39:44 GMT</pubDate>
    <dc:creator>vishwa</dc:creator>
    <dc:date>2022-11-20T15:39:44Z</dc:date>
    <item>
      <title>How to create a customized query for table?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/620978#M14522</link>
      <description>&lt;P&gt;&amp;nbsp;table 1:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;_time&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;allocation&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;website&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;quantity&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;failed&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;impacted_allocations&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-10-12 09:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;CMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.asd.com" target="_blank" rel="noopener"&gt;www.asd.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;100&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;20&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-10-13 10:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;CMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.asco.com" target="_blank" rel="noopener"&gt;www.asco.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;200&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;30&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="47px"&gt;2022-10-25 15:00&lt;/TD&gt;
&lt;TD height="47px"&gt;KMD&lt;/TD&gt;
&lt;TD height="47px"&gt;&lt;A href="http://www.hyg.com" target="_blank" rel="noopener"&gt;www.hyg.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD height="47px"&gt;300&lt;/TD&gt;
&lt;TD height="47px"&gt;40&lt;/TD&gt;
&lt;TD height="47px"&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="47px"&gt;2022-11-01 18:00&lt;/TD&gt;
&lt;TD height="47px"&gt;KMD&lt;/TD&gt;
&lt;TD height="47px"&gt;&lt;A href="http://www.sts.com" target="_blank" rel="noopener"&gt;www.sts.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD height="47px"&gt;400&lt;/TD&gt;
&lt;TD height="47px"&gt;50&lt;/TD&gt;
&lt;TD height="47px"&gt;18&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;Presently I have table 1 but the requirement is&amp;nbsp; last column called "impacted_allocations" should get added up and display the added number&lt;BR /&gt;for example: For allocation we have 2 rows as "CMD" so for&amp;nbsp; CMD -impacted_allocation values should get added up(5+10=15) and show as 15 in the table.&lt;BR /&gt;the same goes with the KMD(12+18=30) 30 should display in my table as shown below.&lt;/P&gt;
&lt;TABLE border="1" width="89.96088657105608%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;_time&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;allocation&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;website&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;quantity&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;failed&lt;/TD&gt;
&lt;TD width="6.627553237722731%" height="25px"&gt;impacted_allocations&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-10-12 09:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;CMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.asd.com" target="_blank" rel="noopener"&gt;www.asd.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;100&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;20&lt;/TD&gt;
&lt;TD width="6.627553237722731%" height="27px"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-10-13 10:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;CMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.asco.com" target="_blank" rel="noopener"&gt;www.asco.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;200&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;30&lt;/TD&gt;
&lt;TD width="6.627553237722731%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-10-25 15:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;KMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.hyg.com" target="_blank" rel="noopener"&gt;www.hyg.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;300&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;40&lt;/TD&gt;
&lt;TD width="6.627553237722731%" height="25px"&gt;30&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;2022-11-01 18:00&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;KMD&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;A href="http://www.sts.com" target="_blank" rel="noopener"&gt;www.sts.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;400&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;50&lt;/TD&gt;
&lt;TD width="6.627553237722731%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 07:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/620978#M14522</guid>
      <dc:creator>mahesh27</dc:creator>
      <dc:date>2022-11-16T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: customised query for table</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/620979#M14523</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eventstats sum(impacted_allocations) as total_impacted_allocations by allocation&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/620979#M14523</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-15T22:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: customised query for table</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/621482#M14559</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;, thank you for the query, it helped.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 15:39:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-a-customized-query-for-table/m-p/621482#M14559</guid>
      <dc:creator>vishwa</dc:creator>
      <dc:date>2022-11-20T15:39:44Z</dc:date>
    </item>
  </channel>
</rss>

