Splunk Search

extract field from splunk directory structure

spatil
Path Finder

Hi all,

I am bit new for splunk, and facing a problem to create a field using regular expression. This field values should be populated by reading splunk directory structure. for example , I have below folders in my splunk directory structure. \Splunk\etc\apps\appName\logs\myField1\ \Splunk\etc\apps\appName\logs\myField2\ \Splunk\etc\apps\appName\logs\myField3\ \Splunk\etc\apps\appName\logs\myField4\

My need is to create a field say "MyFields" which will be populated automatically with directory names under \Splunk\etc\apps\appName\logs\ . In this case myField1, myField2, myField3, myField4. I have a regular expression which can fetch directory names under path \Splunk\etc\apps\appName\logs. But I am struggling to add such field in splunk application. Any help will be appreciated.

regards, S

0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi snehalapatil

there are two way to achieve that, index-time or search-time field extraction. about index-time extraction you can read more here http://www.splunk.com/base/Documentation/latest/Admin/Configureindex-timefieldextraction

but as many answers state, index-time field extraction is not the best to do:

In general, we recommend search-time extractions rather than index-time extractions. There are relatively few cases where index-time extractions are better, and they come at the cost of brittleness of configuration and an increase in index size (which in turn makes searches slower).

this means you better use search-time field extraction and here is a good source on that topic: http://www.splunk.com/base/Documentation/latest/Knowledge/Createandmaintainsearch-timefieldextractio...

regards

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi snehalapatil

there are two way to achieve that, index-time or search-time field extraction. about index-time extraction you can read more here http://www.splunk.com/base/Documentation/latest/Admin/Configureindex-timefieldextraction

but as many answers state, index-time field extraction is not the best to do:

In general, we recommend search-time extractions rather than index-time extractions. There are relatively few cases where index-time extractions are better, and they come at the cost of brittleness of configuration and an increase in index size (which in turn makes searches slower).

this means you better use search-time field extraction and here is a good source on that topic: http://www.splunk.com/base/Documentation/latest/Knowledge/Createandmaintainsearch-timefieldextractio...

regards

Get Updates on the Splunk Community!

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...

Cloud Platform | Discontinuing support for TLS version 1.0 and 1.1

Overview Transport Layer Security (TLS) is a security communications protocol that lets two computers, ...