- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-16-2021 08:06 AM
How can I get the Timeframe inside a Dashboard into an python script so that I can use it to query splunk for the same timeframe
I haven't been able to find anything related to this in the documentation.
Thanks,
Juan
04-18-2021 06:29 AM
Hi @JuDiaz ,
The from and to dates can be extracted from the input arguments.
demisto.args() provides a dictionary containing the keys "to" and "from".
If not provided in the dashboard (such as using "all times") then they have default values (as far as I remember) of 1970-01-01.
Regards
Adam
04-20-2021 06:05 AM
is there anywhere where this is documented? I can't seem to get the date data flowing
04-21-2021 05:51 AM
Try here in the admin guide.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!