Getting Data In

How to setup linebreak and parse SUN IDM Server.log?

csunllopez
Engager

I am trying to setup a new linebreak for SUN IDM Server.log and the log outputs the following:

[#|2014-07-21T11:32:02.192-0700|INFO|sun-appserver2.1.1|ShoalLogger|_ThreadID=13;_ThreadName=ViewWindowThread:HACluster;|Adding Join member: HAInstance02 group: HACluster StartupState:INSTANCE_STARTUP|#]

I am new to Splunk and still learning. Any help would be greatly appreciated.

1 Solution

somesoni2
Revered Legend

Try this in props.conf for your sourcetype on indexer/heavyforwarder.

[YourSourceType]
BREAK_ONLY_BEFORE=^\[#
MAX_TIMESTAMP_LOOKAHEAD=150
NO_BINARY_CHECK=1
SHOULD_LINEMERGE=true
TIME_FORMAT=%Y-%m-%d%%H:%M:%S.%3Q%z
TIME_PREFIX=\[#\|

View solution in original post

somesoni2
Revered Legend

Try this in props.conf for your sourcetype on indexer/heavyforwarder.

[YourSourceType]
BREAK_ONLY_BEFORE=^\[#
MAX_TIMESTAMP_LOOKAHEAD=150
NO_BINARY_CHECK=1
SHOULD_LINEMERGE=true
TIME_FORMAT=%Y-%m-%d%%H:%M:%S.%3Q%z
TIME_PREFIX=\[#\|

csunllopez
Engager

Thank you!

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

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

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