<?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 How to get the data from splunk in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-to-get-the-data-from-splunk/m-p/576975#M1283</link>
    <description>&lt;P&gt;Hi Everyone ,&lt;/P&gt;&lt;P&gt;I have two applications and I have created dashboards forteh apps:&lt;/P&gt;&lt;P&gt;index=epaas_epaas2_idx ns=blazegateway app_name=blazecrsgateway*&lt;/P&gt;&lt;P&gt;I need to get the below info:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Total YTD Volume for PSF Push API&lt;/LI&gt;&lt;LI&gt;Total Volume to GRS YTD&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can someone guide me how we can get the above two information with index,ns and app name.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 05:21:38 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2021-12-02T05:21:38Z</dc:date>
    <item>
      <title>How to get the data from splunk</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-get-the-data-from-splunk/m-p/576975#M1283</link>
      <description>&lt;P&gt;Hi Everyone ,&lt;/P&gt;&lt;P&gt;I have two applications and I have created dashboards forteh apps:&lt;/P&gt;&lt;P&gt;index=epaas_epaas2_idx ns=blazegateway app_name=blazecrsgateway*&lt;/P&gt;&lt;P&gt;I need to get the below info:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Total YTD Volume for PSF Push API&lt;/LI&gt;&lt;LI&gt;Total Volume to GRS YTD&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can someone guide me how we can get the above two information with index,ns and app name.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 05:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-get-the-data-from-splunk/m-p/576975#M1283</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-12-02T05:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from splunk</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-get-the-data-from-splunk/m-p/576982#M1284</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe your request:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;YTD is a numeric field to sum?&lt;/LI&gt;&lt;LI&gt;what's the field to sum to have Total Volume?&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;what are "PSF Push API" and "GRS YTD", values of a field? what field?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Anyway, if I correctly supposed your fields and if they all are fields, you could run something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=epaas_epaas2_idx ns=blazegateway app_name=blazecrsgateway*
| stats 
     sum(YTD) AS "Total YTD Volume" 
     sum(Volume) AS GRS YTD 
     values(index) AS index 
     values(ns) AS ns 
     values(app_name) AS app_name 
     BY PSF_Push_API&lt;/LI-CODE&gt;&lt;P&gt;At least I hint to follow the Splunk Search Tutorial (&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/SearchTutorial/WelcometotheSearchTutorial" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;) to be autonomous in your searches.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 06:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-get-the-data-from-splunk/m-p/576982#M1284</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-02T06:57:22Z</dc:date>
    </item>
  </channel>
</rss>

