<?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: Help to get only number from Number of Files Found in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549447#M91279</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233295"&gt;@Suganya_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you see my example search there is a where condition to force to select the count &amp;gt; 0&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; where count &amp;gt; 0&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 27 Apr 2021 11:48:15 GMT</pubDate>
    <dc:creator>aasabatini</dc:creator>
    <dc:date>2021-04-27T11:48:15Z</dc:date>
    <item>
      <title>Help to get only number from Number of Files Found</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549441#M91276</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My Query : index=*** kubernetes.container_name=*** cluster_id=*** "Number of Files Found"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Result will be like : Number of Files Found&amp;nbsp; 2(or any number)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to get that number value alone, when it is &amp;gt; 0 the count have to be displayed as any chart. How can I edit my query to get like that. Do we have any option for that? Please suggest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;SPAN class="c-message__edited_label"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:23:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549441#M91276</guid>
      <dc:creator>Suganya_S</dc:creator>
      <dc:date>2021-04-27T11:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help to get only number from Number of Files Found</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549444#M91277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233295"&gt;@Suganya_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to use stats comand&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Stats" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Stats&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=*** kubernetes.container_name=*** cluster_id=*** "Number of Files Found" | stats count | where count &amp;gt; 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:33:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549444#M91277</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-27T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help to get only number from Number of Files Found</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549445#M91278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;the count of the log will always be &amp;gt; 0. Here I basically would like to split the log statement so as to get the number alone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549445#M91278</guid>
      <dc:creator>Suganya_S</dc:creator>
      <dc:date>2021-04-27T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help to get only number from Number of Files Found</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549447#M91279</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233295"&gt;@Suganya_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you see my example search there is a where condition to force to select the count &amp;gt; 0&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; where count &amp;gt; 0&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-get-only-number-from-Number-of-Files-Found/m-p/549447#M91279</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-27T11:48:15Z</dc:date>
    </item>
  </channel>
</rss>

