<?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: index data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691264#M235403</link>
    <description>&lt;P&gt;This is where you need to be extra diligent in problem statement. &amp;nbsp;Yes, it is doable but volunteers are not mind readers.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats min(_time) as start max(_time) as end where index=* by index
| fieldformat start = strftime(start, "%F %T")
| fieldformat end = strftime(end, "%F %T")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 08:30:21 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2024-06-21T08:30:21Z</dc:date>
    <item>
      <title>index data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691239#M235397</link>
      <description>&lt;P&gt;Hello , How can I know the start time and the latest time&amp;nbsp; coming of data of all index .&lt;BR /&gt;meaning that when was the first time data came in that index and when is the latest time data have came in that index.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 05:58:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691239#M235397</guid>
      <dc:creator>Siddharthnegi</dc:creator>
      <dc:date>2024-06-21T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: index data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691243#M235400</link>
      <description>&lt;P&gt;Do you really want to know the times in the entire index? &amp;nbsp;If so, tstats is usually the way to go.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats min(_time) as start max(_time) as end where index=myindex
| fieldformat start = strftime(start, "%F %T")
| fieldformat end = strftime(end, "%F %T")&lt;/LI-CODE&gt;&lt;P&gt;Something like that.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 06:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691243#M235400</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-06-21T06:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: index data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691245#M235401</link>
      <description>&lt;P&gt;Thank You for your reply , but I want this information for all indexes&amp;nbsp; at once with their respective names is that possible?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 06:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691245#M235401</guid>
      <dc:creator>Siddharthnegi</dc:creator>
      <dc:date>2024-06-21T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: index data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691264#M235403</link>
      <description>&lt;P&gt;This is where you need to be extra diligent in problem statement. &amp;nbsp;Yes, it is doable but volunteers are not mind readers.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats min(_time) as start max(_time) as end where index=* by index
| fieldformat start = strftime(start, "%F %T")
| fieldformat end = strftime(end, "%F %T")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 08:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/index-data/m-p/691264#M235403</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-06-21T08:30:21Z</dc:date>
    </item>
  </channel>
</rss>

