Splunk Search

Pre-processing / Post-processing while loading data

mohitab
Path Finder

Sorry if this question lacks objectivity.

Basically, in my current SPA webapp, I am making three queries to Splunk that has CSV data loaded. The queries calculate a lot time differences and do string operations on the fields. Unfortunately, a big part of these three queries involves exact repeated sections involving these operations.

I want to improve the query time by avoiding these repetitive calculations. I was wondering if there are ways in which during loading the data:
- Either I can pre-process some of the field to add more fields .
- OR After getting data loaded, post-process the fields to add more fields.

I am also trying to get an exact breakup of query time in terms of actual query processing time and network transfer time to fetch the data.

Any suggestions !

Tags (1)
0 Karma
1 Solution

thomrs
Communicator

I use a lookup table to stash results from an expensive to enrich another query.

http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Lookup

If that does not meet my need I speed things up with a time series index.

http://docs.splunk.com/Splexicon:Tsidxfile

The job inspector has all kinds of data about searches.

http://docs.splunk.com/Documentation/Splunk/6.2.1/Knowledge/ViewsearchjobpropertieswiththeJobInspect...

View solution in original post

thomrs
Communicator

I use a lookup table to stash results from an expensive to enrich another query.

http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Lookup

If that does not meet my need I speed things up with a time series index.

http://docs.splunk.com/Splexicon:Tsidxfile

The job inspector has all kinds of data about searches.

http://docs.splunk.com/Documentation/Splunk/6.2.1/Knowledge/ViewsearchjobpropertieswiththeJobInspect...

Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...