Splunk Search

Extra indexed field in _meta require * in search query

jeanmatthieu
Explorer

Hi,

I have an inputs.conf as below in my UniversalForwarder

[monitor::///private/var/log/system.log]
_meta = serial_number::"ABC123456"
disabled = False
index = core
sourcetype = osx_syslog

Events are pushed nicely and search works well except for one minor issue.
To search by serial numbers, I have to do

index=core serial_number::ABC123456

or

index=core serial_number=*ABC123456*

However I wish to be able to search as such

index=core serial_number=ABC123456

I would be grateful if you could help me figure out what additional configuration stanzas might be needed and hopefully this can be set on the SplunkForwarder end.

Thank you for your help!
Jean-Matthieu

the_wolverine
Champion

[serial_number]
INDEXED_VALUE=false

jeanmatthieu
Explorer

Adding stanzas in fields.conf on the indexer help sorting this out

[serial_number]
INDEXED=true

or

[default] 
# Apply to all extra _meta indexed field
INDEXED=true

Will there be an impact on search time extracted fields performance to add the default stanza as defined above ?

Thanks!

ashishmusale
New Member

I tried adding INDEXED=true but that did not work. Any other suggestions?

0 Karma

woodcock
Esteemed Legend

He meant INDEXED=false

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...