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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...