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...
...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...
...ttps://1.2.3.4:8089/services/search/jobs/export -d output_mode=csv -d search=" | inputlookup hosts-info" >>>>> Here is the Java program : import java.io.IOException; import java.io...
I want to use splunklib to run a one-off Splunk query and save it to csv.
I'm testing with a small query (a single visitId) of 8 events only.
The result is returned immediately in Splunk UI b...