Splunk Search

Why does SOURCE_KEY=MetaData:Host not work for REPORT stanzas?

Jason
Motivator

I am trying to extract data from the Host field at search time, using a REPORT- in props.conf.

The extraction works when I use SOURCE_KEY = ComputerName, a field in the data that contains the host. But, this is only available in WinEventLog data, and I want it to apply to all hosts regardless of type of data.

I have tried SOURCE_KEY = MetaData:Host, but it does not work. What gives?

0 Karma
1 Solution

Jason
Motivator

It seems that MetaData:Host is only available at index time, for index-time transforms.

Use SOURCE_KEY = host when using the transform at search time.

View solution in original post

Jason
Motivator

It seems that MetaData:Host is only available at index time, for index-time transforms.

Use SOURCE_KEY = host when using the transform at search time.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...