Splunk Search

Checking if the _meta data is actually indexed and used during searches

pietervi
Path Finder

Hi all,

Our forwarders are adding meta data using inputs.conf

[default]
host = some.host.name
_meta = environment::testing site::somewhere

First question: how can I check if that data is actually correctly stored next to the event? Is there a search command that I could use to show only this metadata.

Second question: how can I check if that meta data is actually used during the search execution?

Thanks,
Pieter

Tags (2)
0 Karma

sbhale
Explorer

I don't know if anyone still cares as this question was posted long ago but here is the answer:
If you want to use the meta fields in search you have to make them indexed fields.
To do this you need to make a change on the indexer.
In fields.conf add the following:

[environment]
indexed=true
[site]
indexed=true

After that you should be able to use 'environmnt=' in your search. And you should also see those two fields show up in the fields list.

Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...