I am in a unique situation where I want to useSplunk's RESTAPI to exportdata to a third party system. Looking at the docs, it seems I am required to use Curl, but unfortunately, its unavailable i...
...syslog data over a TLS connection. Is this an option also in Splunk Cloud?
We see there's an option to use a RESTAPI to get data from Splunk Cloud, but is it practical when we are talking about a...
...ow to the end of the query. How can I correctly specify a time range when using | dbxquery via RESTAPI? [root@host ~]# curl -u user:password -k https://192.168.xx.xxx:xxxx/s...
Hi Community,
I'm trying to extract search results usingRESTAPI and I'm facing the following problem.
1. I'm usingthe curl command: curl --location --request POST 'https://XXXXXX/services/s...
Hi Everyone, thanks to "kamlesh_vaghela" for helping me with importing theuserid into the search query. But I am having trouble to convert thedata to dataframe pandas, because of jsondecode error&n...
Is there a way I can make RESTAPI calls to Splunk to run a search and return data on JSON via webservice rather than use curl?
Basically, I need the HTTP URL equivalent for below that would w...
This article provides an example of how to usetheSplunk Phantom RESTAPI to create multiple assets. This may be useful if you have a large number of similar asset types, such as firewalls, W...
Team
I am able to make a POST call to export end point and getting the search results. I am using Python requests library.
The result is not in proper Json. It returns multiple JSON with p...