Getting Data In

Help with SEDCMD-drop

cboillot
Contributor

Here is my issue, i have logs that look like this:

<--CT<-- --------------------------------------------------
10:10:23 AM  Application Directory: A:\bdir\Cdir\Aapp
The last GET occurred at 1/24/2020 10:10:23 AM
-------------------------------------------------- -->
--/>
<--CT<-- --------------------------------------------------
10:10:20 AM  Application Directory: A:\bdir\Cdir\Bapp
The last GET occurred at 1/24/2020 10:10:20 AM
-------------------------------------------------- -->
--/>

When use the following SEDCMD-drop = s/<--CT<-- |-+| -->|>|\/>//g I get

10:10:23 AM  Application Directory: A:\bdir\Cdir\Aapp
The last GET occurred at 1/24/2020 10:10:23 AM



10:10:20 AM  Application Directory: A:\bdir\Cdir\Bapp
The last GET occurred at 1/24/2020 10:10:20 AM

How do I go about getting rid those extra blank lines?

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Include line ends in your regex and it should eliminate the blank lines.

SEDCMD-drop = s/<--CT<-- |-+\n?| -->\n|>|\/>\n//g

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Include line ends in your regex and it should eliminate the blank lines.

SEDCMD-drop = s/<--CT<-- |-+\n?| -->\n|>|\/>\n//g

---
If this reply helps you, Karma would be appreciated.
0 Karma

cboillot
Contributor

Although this didn't work 100% for me ( it added an / to a 3rd line), it got me going in the right direction, what I ended up using was SEDCMD-drop = s/<--CT<-- |-+\n?| -->\n|>|\/>//g

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...