Getting Data In

How to define a file input for my data?

JasonCarter80
Explorer

Our application has a very readable, but quite unindexable format. Currently, its coming in as multiple lines, which is making my search results a bear to deal with. The format looks like this:

Entering:
Client:ClientCompanyName
LoggedInUser:me@me.com
Class:SurveyDAO
Method:isAdminUser(me@me.com)
StartTime: 2015-01-30 00:54:44 678
Query:select adminFlag from Accounts where id= ? 
EndTime:2015-01-30 00:54:44 990

Anyone provide some help in defining a decent file input for that?

Tags (1)
0 Karma
1 Solution

jayannah
Builder

You need put configuration similar to below in props.conf against the sourcetype

                                   props.conf
                                   [sourcetype]
                                   SHOULD_LINEMERGE=TRUE
                                   BREAK_ONLY_BEFORE = Entering:
                                   TIME_FORMAT =  %Y-%m-%d %H:%M:%S %3N
                                   MAX_TIMESTAMP_LOOKAHEAD = 500
                                   TIME_PREFIX = StartTime:

Note: I have not tested it and it should work fine.

The above configure merges the multi lines event into single line and break the individual event at "Entering:"

View solution in original post

jayannah
Builder

You need put configuration similar to below in props.conf against the sourcetype

                                   props.conf
                                   [sourcetype]
                                   SHOULD_LINEMERGE=TRUE
                                   BREAK_ONLY_BEFORE = Entering:
                                   TIME_FORMAT =  %Y-%m-%d %H:%M:%S %3N
                                   MAX_TIMESTAMP_LOOKAHEAD = 500
                                   TIME_PREFIX = StartTime:

Note: I have not tested it and it should work fine.

The above configure merges the multi lines event into single line and break the individual event at "Entering:"

JasonCarter80
Explorer

Worked like a charm!!! Thanks!

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...