Questions tagged [splunk-cloud]

4 questions
2
votes
1 answer

Splunk join two query to based on result of first query

In Splunk query I have two query like below Query 1- index=mysearchstring1 Result - employid =123 Query 2- index=mysearchstring2 Here I want to use employid=123 in my query 2 to lookup and return final result. Is it possible in Splunk?
2
votes
0 answers

Connecting to Splunk using python failing with error ConnectionResetError: [Errno 104] Connection reset by peer

I am trying to connect to Splunk using below python code . But failing with error ConnectionResetError: [Errno 104] Connection reset by peer import urllib import httplib2 username = '*********' password = '******' baseurl =…
Ram
  • 21
  • 1
0
votes
0 answers

Search on splunk not working with the API

I'm trying to catch the response of a search in the logs using the API of the staging version of Splunk in my compagny.  To connect to the API, I'm using a token. My command is :  curl -k…
0
votes
1 answer

Splunk fields extraction limit for specific Index

In Limits.conf fields is limited to 200 we want 500 fields extraction for specific index . Tried giving limits to sourcetype of the index but not working . If we give it in limits.conf it will effect every index leading to high storage use . Is…
Akhil
  • 1
  • 4