...artitions=10 seed=29 | where partition_number<8 and stroke=1 | stats count as samples | return count=samples ] So I thought about explicitly assign the argument count: | sample c...
All, Leveraging the following article (https://community.splunk.com/t5/Other-Usage/How-to-export-reports-using-the-REST-API/m-p/640406/highlight/false#M475) I was able to successfully manipulate the...
Following the documentation here: https://docs.splunk.com/Documentation/Splunk/latest/RESTTUT/RESTsearches#Create_a_search_job
I expect that a successful REST API call to endpoint "/services/s...
Hi,
I`m looking to export a scheduled report using the REST API but I`m struggling with the syntax.
I was able to run a new search inside "curl" and export it, but can`t seem to be able to do the...
...ddress are good
Could anyone spot why the code is failing to create a search with HTTP POST please?
I am very new to Splunk REST API and any help is much appreciated
We have a need to migrate our phantom data to another instance including the containers.
Though it's not listed in REST Containers - Splunk Documentation, i was able to export the c...
I`m trying to query Splunk Cloud using the REST API so that I can export some data externally, however I`m not entirely sure how to download/install/configure the ACS Open API 3.0 specification. The...
Hi all, I am working on a project that take SPL input from user. So, i need to be sure that SPL has a correct syntax without making a search with theSPL. I could not see but is there a validator f...
If i run a post search method, it returns a sid. How would i come to know that the search is complete and that when i make a get call i would be able to fetch the resutls, i saw something as s...