Splunk Search

Search gives no hits for my _meta added fields

ahattrell_splun
Splunk Employee
Splunk Employee

When adding an _meta entry into inputs.conf such as:

[monitor:///tmp/fwdtest]
sourcetype = sun_jvm
_meta env::prd

Whilst the field will show up when inspecting events, a search for env=prd does not return any results.

Searching for env::prd does return results as expected - though this is a deprecated approach.

Tags (2)
0 Karma
1 Solution

ahattrell_splun
Splunk Employee
Splunk Employee

This can be solved by creating a appropriate entry in fields.conf on the indexer.

I used the following stansa:

[env]
INDEXED=true

View solution in original post

tpaulsen
Contributor

Can the value of the _meta entry be from another file?

0 Karma

yannK
Splunk Employee
Splunk Employee

the equal sign was not displayed in the post
_meta = env::prd

0 Karma

ahattrell_splun
Splunk Employee
Splunk Employee

This can be solved by creating a appropriate entry in fields.conf on the indexer.

I used the following stansa:

[env]
INDEXED=true

cramasta
Builder

Are you sure this has to be on the indexer and not the search head? I just tested putting this only on the search head and it looks to be working.

[newfieldname]
INDEXED = True
INDEXED_VALUE = False

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...