<?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 create an 'all time' search with Splunk Ruby SDK? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232949#M45420</link>
    <description>&lt;P&gt;In the UI, we have an option to search results from the beginning of out log collecting using the 'all time' option.&lt;/P&gt;

&lt;P&gt;Is there a way of getting this info via the SDK?&lt;/P&gt;

&lt;P&gt;If so, What are the best practices for that? I'm currently using &lt;CODE&gt;create_search&lt;/CODE&gt;going backwards one day and by that getting all the info, But i'm not sure this is the way to go. &lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 13:06:45 GMT</pubDate>
    <dc:creator>TierSeven</dc:creator>
    <dc:date>2017-01-09T13:06:45Z</dc:date>
    <item>
      <title>How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232949#M45420</link>
      <description>&lt;P&gt;In the UI, we have an option to search results from the beginning of out log collecting using the 'all time' option.&lt;/P&gt;

&lt;P&gt;Is there a way of getting this info via the SDK?&lt;/P&gt;

&lt;P&gt;If so, What are the best practices for that? I'm currently using &lt;CODE&gt;create_search&lt;/CODE&gt;going backwards one day and by that getting all the info, But i'm not sure this is the way to go. &lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 13:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232949#M45420</guid>
      <dc:creator>TierSeven</dc:creator>
      <dc:date>2017-01-09T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232950#M45421</link>
      <description>&lt;P&gt;Are you looking for best practices regarding the REST API input or searching all time data?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232950#M45421</guid>
      <dc:creator>dlamb_splunk</dc:creator>
      <dc:date>2017-01-09T17:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232951#M45422</link>
      <description>&lt;P&gt;regarding the REST API. I'm trying to get all logged events from the beginning.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 09:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232951#M45422</guid>
      <dc:creator>TierSeven</dc:creator>
      <dc:date>2017-01-11T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232952#M45423</link>
      <description>&lt;P&gt;Hi TierSeven, &lt;/P&gt;

&lt;P&gt;Please refer to the Splunk REST API Reference Manual to see if any of the search endpoints can meet your specific requirements: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/RESTREF/RESTsearch"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/RESTREF/RESTsearch&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps. Thanks!&lt;BR /&gt;
Hunter&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 12:39:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232952#M45423</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2017-01-11T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232953#M45424</link>
      <description>&lt;P&gt;Thanks for the answer, I'm afraid i did not explain myself all that well.&lt;BR /&gt;
I'm using the Splunk Ruby SDK (Which uses the REST API of course).&lt;BR /&gt;
I'm trying to figure out how to retrieve every log entry i have on my Spluk since the beginning.&lt;BR /&gt;
Currently i'm using &lt;CODE&gt;create_search&lt;/CODE&gt;but i'm not sure this is the way to go.&lt;BR /&gt;
I'll update the question.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 12:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232953#M45424</guid>
      <dc:creator>TierSeven</dc:creator>
      <dc:date>2017-01-11T12:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232954#M45425</link>
      <description>&lt;P&gt;I downvoted this post because answer not addressed the question&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232954#M45425</guid>
      <dc:creator>Motoko89</dc:creator>
      <dc:date>2017-06-07T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an 'all time' search with Splunk Ruby SDK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232955#M45426</link>
      <description>&lt;P&gt;I downvoted this post because does not answer the question&lt;/P&gt;</description>
      <pubDate>Sun, 03 Sep 2017 23:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-all-time-search-with-Splunk-Ruby-SDK/m-p/232955#M45426</guid>
      <dc:creator>reilly1</dc:creator>
      <dc:date>2017-09-03T23:05:59Z</dc:date>
    </item>
  </channel>
</rss>

