Splunk Search

format command using up memory

cwl
Contributor

I got a simple search which uses format command and I noticed that the search uses up much more memory than when I don't have any format command. Is this expected behavior ?

Tags (2)
1 Solution

cwl
Contributor

format take double the memory of results due to formatting. To limit memory usage add maxresults in search query. This will limit the number of results to return.
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/format

View solution in original post

cwl
Contributor

format take double the memory of results due to formatting. To limit memory usage add maxresults in search query. This will limit the number of results to return.
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/format

Get Updates on the Splunk Community!

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...

Splunk and TLS: It doesn't have to be too hard

Overview Creating a TLS cert for Splunk usage is pretty much standard openssl.  To make life better, use an ...