Getting Data In

Splunk cannot find correct source log

lpolo
Motivator

I have a set of log events that contain the following Key value pair "source" : "integer".
Therefore, splunk is reporting this field named source as source log. Example:

source (categorical)
Appears in 100% of results
Show only events with this field
Charts
Top values by timeTop values overall

Top 10 values   #   %    
4111    506 50,600% 
18324   506 50,600% 
4110    412 41,200% 
16141   412 41,200% 
7641    406 40,600% 
10002   50  5,000%  
10012   50  5,000%  
15152   50  5,000%  
10003   32  3,200%  
4115    20  2,000%  

How can I correct this issue?

Thanks,
Lp

Tags (1)
0 Karma

kristian_kolb
Ultra Champion

sorry, don't really understand. Does splunk rename your data to a new field name called source_log?

Or does the 'real' source data, e.g. '/var/log/secure' get overwritten with your values?

/k

0 Karma

sowings
Splunk Employee
Splunk Employee

For the sourcetype which contains these events, you'll want to create a props.conf stanza that uses a regular expression to extract this field, but with a different name. A possible example is below.

[my_sourcetype]
EXTRACT-mysource = source\s+\:\s+(?<source_num>\d+)

In this example, that integer would be captured in a field named source_num.

0 Karma

sowings
Splunk Employee
Splunk Employee

Can you provide some sample log events?

0 Karma

lpolo
Motivator

That is the first thing I did but it did not work.

Thanks.

0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...