Getting Data In

Ingesting event data with timestamps afterwards sometimes

Thomas-R
New Member

Hey All,

 

I have data that needs to be ingested with multiple lines similar to the following:

************ Start Display Current Environment ************

***data***

***data***

***data***

************* End Display Current Environment *************

[13/11/21 5:21:15:183 AEDT] 00000001 ***data***
[13/11/21 5:21:15:276 AEDT] 00000001 ***data***
[13/11/21 5:21:15:278 AEDT] 00000001 ***data***

************ Start Display Current Environment ************

***data***

***data***

***data***

************* End Display Current Environment *************

[17/11/21 5:21:15:183 AEDT] 00000001 ***data***
[17/11/21 5:21:15:276 AEDT] 00000001 ***data***
[17/11/21 5:21:15:278 AEDT] 00000001 ***data***

 

Please note that the Start and End Display current Environment lines are constant in length and how they start but belong to the timestamp after themselves.

Is there a way to parse this data?

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try these props.conf settings:

[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)\*{12} Start
TIME_PREFIX = \[
TIME_FORMAT = %d/%m/%y %H:%M:%S:%$N %Z
---
If this reply helps you, Karma would be appreciated.
0 Karma

Thomas-R
New Member

Hi @richgalloway,

I tried that but unfortunately it groups the events as per '************ Start' but sometimes the events start with the date instead, it there a way to sometimes get it to parse if this '************ Start' is first unless there is a date there instead?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Thanks for clarifying the requirements.  Try this setting.

LINE_BREAKER = ([\r\n]+)(\*{12} Start|\[\d\d\/)
---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...