Splunk Search

how remove extra new line?

alina_mandarina
New Member

alt text
i need that all lines will be one line, without newline

0 Karma

dmarling
Builder

At search time you can run this sed statement to remove all line breaks:

search string
| rex mode=sed field=_raw "s/\n/ /g"

Here's a regex 101 example showing the results: https://regex101.com/r/uNUBum/1

If this comment/answer was helpful, please up vote it. Thank you.
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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