<?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: How to specific time range in my search results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/689529#M234953</link>
    <description>&lt;P&gt;I managed to solve it by looking at splunk doc and noticing i was using the wrong flags&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# configuring Splunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;msiexec.exe /i "C:\Installs\SplunkInstallation\splunkforwarder-9.2.0.1-d8ae995bf219-x64-release.msi" SPLUNKUSERNAME=admin SPLUNKPASSWORD=**** DEPLOYMENT_SERVER="********:8089" AGREETOLICENSE=Yes /quiet&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 11:51:35 GMT</pubDate>
    <dc:creator>sphiwee</dc:creator>
    <dc:date>2024-06-04T11:51:35Z</dc:date>
    <item>
      <title>How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635727#M220870</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to give the range to that first and last if the date is in between last 3weeks till today which matches to first or last in the below splunk query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;| eval first = strptime(first_detected, "%Y-%m-%dT%H:%M:%S.%3N%Z"),&lt;BR /&gt;last= strptime(last_detected, "%Y-%m-%dT%H:%M:%S.%3N%Z")&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635727#M220870</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-03-23T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635735#M220874</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;please try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| stats earliest(_time) AS earliest latest(_time) AS latest
| eval earliest=strftime(earliest, "%Y-%m-%dT%H:%M:%S.%3N%Z"),
latest=strptime(latest, "%Y-%m-%dT%H:%M:%S.%3N%Z")&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635735#M220874</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-23T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635737#M220875</link>
      <description>&lt;P&gt;Please tell us more about your use case.&amp;nbsp; What are the desired results?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635737#M220875</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-23T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635746#M220879</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here my search should calculate what is there in between if the first matches to that or last matches to particular range from last 3 weeks to till todaysdate..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635746#M220879</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-03-23T15:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635762#M220884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;using my search you have the earliest and the latest timestamp in your results, then you can add all the information you need in the stats command.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 17:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/635762#M220884</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-23T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to specific time range in my search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/689529#M234953</link>
      <description>&lt;P&gt;I managed to solve it by looking at splunk doc and noticing i was using the wrong flags&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# configuring Splunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;msiexec.exe /i "C:\Installs\SplunkInstallation\splunkforwarder-9.2.0.1-d8ae995bf219-x64-release.msi" SPLUNKUSERNAME=admin SPLUNKPASSWORD=**** DEPLOYMENT_SERVER="********:8089" AGREETOLICENSE=Yes /quiet&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 11:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specific-time-range-in-my-search-results/m-p/689529#M234953</guid>
      <dc:creator>sphiwee</dc:creator>
      <dc:date>2024-06-04T11:51:35Z</dc:date>
    </item>
  </channel>
</rss>

