Getting Data In

creating / adding a blank line in between the data in the file

abhayneilam
Contributor

I have a file which contains :

Hi this is really great of you !!
My name is john, how are you
this is no one

I am appending few more lines after the last line but before that i want a single blank line to distinguish both the content as : my output should look like this :


Hi this is really great of you !!
My name is john, how are you
this is no one

Hi, this is my new line started
I am happy to know you
great people always smile


Tags (4)
0 Karma

yannK
Splunk Employee
Splunk Employee

Are your lines parts of the same events ?

If the pattern is easy to recognize, I would recommend to use a sed command to add new lines characters.

  • at search time with | rex field=_raw mode=sed "s/mylastword/mylastword\n/g"
  • or at index time (more radical) with the sedcmd

in both case, please read the documentation for the commands.

If the pattern is not common, then you'd better fix your source format before indexing it.

0 Karma

MHibbin
Influencer

What does this have to do with Splunk? Surely you need to either specify you scenario if it is related!

0 Karma
Get Updates on the Splunk Community!

New in Splunk Observability Cloud: Automated Archiving for Unused Metrics

Automated Archival is a new capability within Metrics Management; which is a robust usage & cost optimization ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

What's New in Splunk Observability - July 2025

What’s New?  We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what ...