Getting Data In

Single log is getting split into two events.

vrathore2016
New Member

I am not using props.conf. So I guess it is the default behavior.

Below is the single log:

2018-07-19 13:30:40.293 +0000  [http8080] INFO  RequestFilter- {
  "transaction_id" : "aaaaaaaaawwwwwwww",
  "http_method" : "POST",
  "date_time" : "2018-07-19 13:30:34.694 +0000",
  "requestId" : "20180719-dc7bc01d-b02c-43c8-932b-42af542ccefb"
}

But it is coming in 2 events

2018-07-19 13:30:40.293 +0000  [http8080] INFO  RequestFilter- {
      "transaction_id" : "aaaaaaaaawwwwwwww",
      "http_method" : "POST",

And

"date_time" : "2018-07-19 13:30:34.694 +0000",
  "requestId" : "20180719-dc7bc01d-b02c-43c8-932b-42af542ccefb"
}

It is always breaking from "date_time"

Any suggestions? how can i fix it?

Tags (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

Hi,

The best way to preview of data how its going be indexed in Splunk is to take an example log or logs and put it in notepad and try to upload using add data feature in Splunk. if you see your data is split or timestamp is not recognized , you can make changes there it self then you copy those config and apply in Heavy forwarder or Indexer.

————————————
If this helps, give a like below.
0 Karma

Shan
Builder

@ vrathore2016

As your data set have two time value. Splunk consider it as two events. Following are my suggestion .. Give a try.

1.While uploading data into splunk you will see a option called Timestamp below setting up source type. 
In that Timestamp you will have a option called Lookahead. Try to set the value over here like 30 or 40 based on your timestamp data volume..

2. set up the props.conf as mentioned below .. 
TIME_PREFIX= \d{4}-\d{2}-\d{2}  \d{2}:\d{2}:\d{2.\d{3}

Give a try ....
0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...