Splunk Search

earliest and latest information in custom python search command

sbsbb
Builder

I was not able to find in the doc a way to get earliest and latest information from the datetimepicker to use in my generating custom search command..

Any Idea how that work ?

lumpymilk
Explorer

For the sake of anyone searching and finding this, these return a float that matches time picker when I try them. I just wish I could find inheritable or nested Option() types so I can borrow those with their existing validation.

earliest = self.search_results_info.api_et
latest = self.search_results_info.api_lt

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could prefix the call to your custom generating command like this:

| stats count | addinfo | your_command

That way you should get info about the time range as input events for your command.

I don't think there's an intended way for accessing this directly - any more. Taken from the doc of splunk.Intersplunk:

getOrganizedResults(input_str=None)
    Converts an Intersplunk-formatted file object into a dict
    representation of the contained events, and returns a tuple of:

        (results, dummyresults, settings)

    "dummyresults" is always an empty list, and "settings" is always
    an empty dict, since the change to csv stopped sending the
    searchinfo.  It has not been updated to store the auth token.

My guess is you're looking for what used to be in searchinfo.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...