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.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...