Splunk Search

How to display custom indexed fields within the sidebar in fast mode?

Hendrik2509
Engager

Hello,

I have configured a custom indexed field via transforms.conf and props.conf as following:

transforms.conf:  (/apps/search/local/)

[EventID]
FORMAT = EventID::$1
REGEX = <regex expression>
WRITE_META = true
 
props.conf: (/apps/search/local)
 
[<sourcetype>]
DATETIME_CONFIG = 
NO_BINARY_CHECK = true
category = custom
pulldown_type = 1
LINE_BREAKER = ([\r\n]+)
TRANSFORMS-EventID = EventID
 
fields.conf (etc/system/local)

[sourcetype::<sourcetype>::EventID]
INDEXED = True
 
The field EventID is getting indexed, I have checked it via
 
| walklex index="<index-name>" type=field
| search NOT field=" *"
| stats values(field)
 
The field will also show up at the sidebar when searching in smart mode, but not when searching in fast mode.
Is there any way to make it show up in fast mode too?
I assumed this woulde have been done by the fields.conf Stanza, but it seems not to work for me.
 
Labels (3)
0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@Hendrik2509 - Fast Mode only returns default fields and fields that you are searching as per definition.

So it does not necessarily search all the indexed fields.

https://docs.splunk.com/Documentation/Splunk/8.2.5/Search/Changethesearchmode#:~:text=Using%20the%20....

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...