In the UI, we have an option to search results from the beginning of out log collecting using the 'all time' option.
Is there a way of getting this info via the SDK?
If so, What are the best practices for that? I'm currently using create_search
going backwards one day and by that getting all the info, But i'm not sure this is the way to go.
Hi TierSeven,
Please refer to the Splunk REST API Reference Manual to see if any of the search endpoints can meet your specific requirements:
http://docs.splunk.com/Documentation/Splunk/6.5.1/RESTREF/RESTsearch
Hope this helps. Thanks!
Hunter
I downvoted this post because does not answer the question
I downvoted this post because answer not addressed the question
Thanks for the answer, I'm afraid i did not explain myself all that well.
I'm using the Splunk Ruby SDK (Which uses the REST API of course).
I'm trying to figure out how to retrieve every log entry i have on my Spluk since the beginning.
Currently i'm using create_search
but i'm not sure this is the way to go.
I'll update the question.
Are you looking for best practices regarding the REST API input or searching all time data?
regarding the REST API. I'm trying to get all logged events from the beginning.