...aved_search/tbb/exceptions/saved_search.py", line 216, in <module>
headers={}, body=urllib.urlencode({'username':username, 'password':password}))[1]
File "/opt/splunk/lib/python2.7/site-packages/httplib2...
Hi,
My application is running on OpenShift pods.
The application accepts API calls on port 9443.
In front of the pods, we have ELB which is the public entry point into the application.
The E...
...ocumentation/latest/Developer/RESTCreateSearch), I get this:
[root@splunk ~]# python test.py
/opt/splunk/lib/python2.6/site-packages/httplib2/__init__.py:47: DeprecationWarning: the sha module is d...
I am trying to enable Splunk forwarder via SSL, I received the message:
02-06-2015 10:10:45.415 -0700 ERROR TcpOutputFd - Connection to host=176.23.34.15:9997 failed. sock_error = 0. SSL Error = ...
It appears that my use of the REST API is somehow causing a leading pipe to be stripped before an inputcsv command. I have this python search string:
"| inputcsv scale_med_validation_data | appl...
Hi,
We've recently tested out a new path for data to flow into our Splunk environment from Universal Forwarders. We have rolled this out to a small porsion of our UFs for now, and we've been runni...
I wrote a script in Python to run a search query and return the results. The code to send the search query is:
sid1 = httplib2.Http(disable_ssl_certificate_validation=True).request(baseurl + '/s...