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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...