to do Splunk search with the help of API I am getting 404 error while doing this call response = self .session.get( self .base_url + '/servicesNS/' + self .username+ '/search/auth/login' , data =payload) can someone please tell me why this is happening?
... View more
I am new to Splunk and my use case is to send a file to Splunk and then Splunk will parse it. Can someone please help me with the code to put the file from my local machine to the Splunk server using API?
I want to automate this task.
... View more