Splunk Search

Prevent query autoformat from deleting empty lines

d_o_c
New Member

It can enhance query readability to separate large queries into their logical components using empty lines:

index = events
`comment("find and filter events")`
| ...
| ...
| ...

`comment("derive statistics of type A")`
| ...
| ...

`comment("derive statistics of type B")`
| ...
| ...

`comment("sort and format the results")`
| ...
| ...

But the Splunk search's auto-format removes empty lines. I'd like to prevent that. Is there a way to retain all auto-format functionality EXCEPT for deleting empty lines?

If that's impossible, I'd like to find the minimum "filler-text" which I could use to separate logical blocks of a search.
Right now my only candidates are empty comments and noop.

`comment("")`
| noop

Are there any better alternatives? I'm also suspicious that "noop" might not be benign.
I'm using Splunk Enterprise 7.3.0

0 Karma

DalJeanis
Legend
| rename COMMENT as "my comment"

but it's not any better.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...