Refine your search:

In many of the searches over the largest index, notice entries similar to these in the search logs. Many times these entries replicate thousands and thousands of times.

INFO SearchOperator:kv - Trying to disable extractor name= INFO SearchOperator:kv - Disabling extractor name="" - it does not extract any of the required fields

What do these log entries mean? Also, can searches that have thousands and thousands of these entries be negatively impacted performance-wise?

asked 01 Jul '10, 20:30

Splunker_J's gravatar image

Splunker_J ♦
7441319
accept rate: 52%


One Answer:

Splunk search processes events in chunks, one of the processing steps for each chunks is field value extraction. Searches usually reference a small subset of available fields. Since field value extraction can be expensive we optimize the extraction on each chunk by disabling extraction rules if they don't extract any required fields - this is what that message indicates. As far as performance impact, the printing of these messages should have a negligible impact.

link

answered 02 Jul '10, 17:25

Ledion%20Bitincka's gravatar image

Ledion Bitincka ♦
1.5k36
accept rate: 35%

The user is not concerned about the writing of the log entries, but there are thousands of attempts to extract a field that couldn't be done. So that this an expensive use of resource attempting to extract a field that cannot be extracted over hundreds of thousands of records. In searches like that what is the most optimal way of telling the search to not try to extract those fields, especially if those fields are not relevant to the search running?

(09 Jul '10, 22:27) Splunker_J ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1,089

Asked: 01 Jul '10, 20:30

Seen: 403 times

Last updated: 02 Jul '10, 17:25

Copyright © 2005-2012 Splunk, Inc. All rights reserved.