Splunk Enterprise

How to smoothly query an indexed field extracted and a search extract field

davidlg
Engager

Hello,

I am using  an extract field at search time called "src_ip".

To optimize search response times, I have create an indexed field extraction called "src_ip-index".

How to "backendly" configure Splunk so end users will query only a single field which use both "src_ip-index" and "src_ip" , but use "src_ip-index" in priority when available due to better performance.

hope it is clear enough.

Best regards,

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

 Creating additional indexed fields has its uses but it also has its drawbacks and very often speedup of your searches can be achieved in various different ways (summary indexing, report acceleration, datamodel acceleration). So defining indexed fields just to make search work faster may in many cases not be the best idea. Often it's enough to search your data properly to get a big increase of efficiency.

Theoretically, you could define a calculated field using coalesce() and returning the indexed value if found (and Splunk migh be able to optimize the search properly) but due to how splunk search works, it might not in some cases give you big search speed improvement.

davidlg
Engager

Hello,

Thanks for the reply, will try coalesce().

In my case "create additional indexed fields " improves a search speed without giving headache to non regular splunk users.

Apart from the storage, is there any other drawbacks to consider ?

 

0 Karma

PickleRick
SplunkTrust
SplunkTrust

Actually, storage is usually not that much of a problem (although it does come with some overhead). It's mostly the losing of flexibility typically associated with Splunk that matters - an indexed field is indexed as is on the indexing pipeline and its value cannot be changed afterwards. Also searching indexed fields is different than "normal" Splunk search and can lead to unexpected results, especially if you don't configure your fields properly in fields.conf.

isoutamo
SplunkTrust
SplunkTrust

Hi

probably you should look data models and how those can use for get the same or even better search time?

There is also some DM trainings on EDU site.

r. Ismo

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...