Tagged Questions
-1
votes
0answers
20 views
Splunk- extract ip address field and use ip address as input to lookup script [closed]
I have log in my splunk, I need step by step procedure to extract the unique IP addresses and pass them as input to my lookup script. And What is the procedure to write lookup script.
1
vote
1answer
88 views
How do I get the full content of a Splunk search result when using the Python SDK?
I can get the results from a one_shot query, but I can't get the full content of the _raw field.
import splunklib.client as client
import splunklib.results as results
def ...
0
votes
1answer
47 views
Unable to connect to a non-localhost when using splunk python SDK
I'm trying to use Splunk's python SDK (http://docs.splunk.com/Documentation/PythonSDK) to connect to my Splunk server, but I am getting a ParseError.
>>> pip install splunk-sdk
>>> ...
0
votes
2answers
45 views
I want collect all characters and events that end with a certain text? [closed]
I want to collect all data before a specified text or that ends with it, I have tried the following:
.{30}Value_*|.{55}Value2_*
But you have to specify how many characters you want to collect ...
0
votes
2answers
206 views
1:1 call PHP from Python
We're using Splunk (A tool to analyse machine data like log files) and have an application in PHP. For some data we need to do a call to our application in php (CLI-based). Unfortunately Splunk only ...
0
votes
4answers
231 views
Use of the Python Language [closed]
I have been studying Python at work for a week now and it seems very interesting, I started using it in order to create Extra Search functions for Splunk.
My Question is, what else can you do with ...