Splunk Search

Do unused search-time field extractions significantly impact performance if the extracted fields are not used?

wegscd
Contributor

I have a new analyst requesting to add some search-time field extractions for sourcetype=syslog to simplify reporting for a subset of syslog events. I'm concerned that running all the extra extracts for searches that will not use the extracted fields will negatively impact performance for the rest of my user population.

Does Splunk optimize out unused extractions? If not, is there a good way to quantify how expensive this is gonna be?

sundareshr
Legend

One way to test is by changing the Search Mode. There are 3 options...

  • Fast mode speeds up searches by limiting the types of data returned by the search.
  • Verbose mode returns as much event information as possible, at the expense of slower search performance.
  • Smart mode, the default setting, toggles search behavior based on whether your search contains transforming commands. For transforming searches, it behaves like Fast mode. For searches without transforming commands, it behaves like Verbose mode.

Run your search and look at the execution time in the Job Inspector (http://docs.splunk.com/Documentation/Splunk/6.1/Knowledge/ViewsearchjobpropertieswiththeJobinspector)

https://docs.splunk.com/Splexicon:Searchmode

0 Karma
Get Updates on the Splunk Community!

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 ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...