Splunk Search

formatting query onto multiple lines in search bar

bdesatnik
New Member

I'm trying to format the query in the search bar so it appears on multiple lines (for easier readability).

From this:
sourcetype=iis cs_host="test.com" NOT c_ip="92.111*" | timechart span=1d dc(cs_username) AS User_Count | eval Date=strftime(_time, "%Y-%m-%d") | eval User_Count=tostring(User_Count, "commas") | rename User_Count as "User Count" | table Date, "User Count"

To this:
sourcetype=iis cs_host="test.com" NOT c_ip="92.111*"
| timechart span=1d dc(cs_username) AS User_Count
| eval Date=strftime(_time, "%Y-%m-%d")

| eval User_Count=tostring(User_Count, "commas")
| rename User_Count as "User Count"
| table Date, "User Count"

Is there a shortcut key that will work to split the query into multiple lines? Pressing Enter in the search bar just runs the search.

Thank you.

Tags (1)
0 Karma
1 Solution

aweitzman
Motivator

Pressing "Shift-Enter" works for me.

View solution in original post

bdesatnik
New Member

That worked - thank you!!

0 Karma

aweitzman
Motivator

Glad to hear it. Feel free to mark it as the answer so other people know that this question has been answered.

0 Karma

aweitzman
Motivator

Pressing "Shift-Enter" works for me.

obaf
New Member

If you are using newer version of Splunk, then Ctrl + \

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...