<?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: Searches in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/689222#M234886</link>
    <description>&lt;P&gt;you could try:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=*
| stats values(sourcetype) as sourcetype by index
| table index, sourcetype
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;this will provide all sourcetypes associated to their index, based on the timeframe given and if they contain event logs during that time frame.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 17:11:59 GMT</pubDate>
    <dc:creator>antoniolamonica</dc:creator>
    <dc:date>2024-05-31T17:11:59Z</dc:date>
    <item>
      <title>Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688901#M234815</link>
      <description>&lt;P&gt;what command can i run if am not sure where an index for a data associated with a sourcetype is stored in splunk&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 15:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688901#M234815</guid>
      <dc:creator>whitecat001</dc:creator>
      <dc:date>2024-05-28T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688902#M234816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264928"&gt;@whitecat001&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* sourcetype=your_sourcetype&lt;/LI-CODE&gt;&lt;P&gt;in this way you can know which is the index.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 15:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688902#M234816</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-28T15:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688903#M234817</link>
      <description>&lt;LI-CODE lang="markup"&gt;| tstats count where index=* by index, sourcetype&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 May 2024 15:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688903#M234817</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-28T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688904#M234818</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 15:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/688904#M234818</guid>
      <dc:creator>whitecat001</dc:creator>
      <dc:date>2024-05-28T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/689222#M234886</link>
      <description>&lt;P&gt;you could try:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=*
| stats values(sourcetype) as sourcetype by index
| table index, sourcetype
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;this will provide all sourcetypes associated to their index, based on the timeframe given and if they contain event logs during that time frame.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 17:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/689222#M234886</guid>
      <dc:creator>antoniolamonica</dc:creator>
      <dc:date>2024-05-31T17:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/689230#M234889</link>
      <description>&lt;P&gt;&lt;SPAN&gt;there are several queries :&lt;BR /&gt;for example sourcetype=Sample_sourcetype :&amp;nbsp;&lt;BR /&gt;1-&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| metadata type=sourcetypes
| search sourcetype=Sample_sourcetype
| table index, sourcetype
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;2-&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| tstats count where sourcetype=Sample_sourcetype by index | table index&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 17:13:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searches/m-p/689230#M234889</guid>
      <dc:creator>marysan</dc:creator>
      <dc:date>2024-05-31T17:13:36Z</dc:date>
    </item>
  </channel>
</rss>

