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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...