Splunk Search

What is the configuration so that the following events show independently in the Splunk search?

cesarbmx
Engager


Could someone help me with the Splunk configuration so that the following events show independently in the Splunk search?

cesarbmx_0-1652281754910.png

 

 

[my_sourcetype]
MAX_TIMESTAMP_LOOKAHEAD = 30
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)
TIME_PREFIX = 
TIME_FORMAT = 

 

 

 

 

Labels (1)
0 Karma
1 Solution

somesoni2
Revered Legend

Give this a try

On your indexer/heavy forwarder (whichever comes first)

[yourSourceType]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?=\{\"Event)
MAX_TIMESTAMP_LOOKAHEAD = 33
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%7Q%:z
TIME_PREFIX = Timestamp\"\:\"

View solution in original post

somesoni2
Revered Legend

Give this a try

On your indexer/heavy forwarder (whichever comes first)

[yourSourceType]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?=\{\"Event)
MAX_TIMESTAMP_LOOKAHEAD = 33
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%7Q%:z
TIME_PREFIX = Timestamp\"\:\"

richgalloway
SplunkTrust
SplunkTrust

That LINE_BREAKER setting should have worked.  See if this one works any better.

LINE_BREAKER = ()\{"Event

 

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

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 ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...