I get a different result set when using jobs.export of python SDK with a simple stats query compared to the same query (and time range) on the splunk UI.
the jobs.export returns a list of results...
...earch was originally run, the results are unavailable and the user is taken to the home page.
No artifacts are seen in the dispatch directories on the other member servers for the shared search.
Hello,
I need to create a scheduled search on a search head and automatically export the results as a .csv file, then copy the file to an external share that is mapped to my Splunk server (Linux)....
I using the following command to retrieve a particular macro search result.
curl -k -u admin:admin https:// :8089/services/search/jobs/export --data search="search `network_macro(index_name,r...
Hi,
I am trying to do a real-time Splunk search using the REST API. The endpoint I am sending a request to is services/search/jobs/exportand if I understand the documentation correctly, I s...
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. T...
There is a search endpoint on Splunk for running searches remotely via the REST API and stream back the search results as they become available (search/v2/jobs/export). There also is a rest c...
...bsp;
with the same results when requesting
https://SPLUNKURL:8089/servicesNS/APP/search/scheduled/views/_ScheduledView__test
and when I try
https://SPLUNKURL:8089/s...
...PI.
Executing POST https://localhost:8089/services/saved/searches/usernameSearch/dispatch gives me the following response but not the results of the search. How can I possibly get the result s...
...ime, it just ignores the range and sends me all the data for the last few months of data.
Using this to run the job searches:
rr = results.ResultsReader(service.jobs.export(query))
How do I...