Splunk Search

How can I add metadata to events at the forwarder?

rphillips_splk
Splunk Employee
Splunk Employee

I'd like to add metadata to my events at the source and change the _meta value periodically without restarting the forwarders.

0 Karma
1 Solution

rphillips_splk
Splunk Employee
Splunk Employee

forwarder:
inputs.conf
[monitor::///var/logs]
_meta = foo:bar

foo represents field name , bar represents field value

indexers:
fields.conf
[foo]
INDEXED = true

I also want to update the metadata value periodically without restarting Splunk on the forwarders.

$SPLUNK_HOME/bin
./splunk _internal call /services/data/inputs/monitor/_reload -auth admin:changeme

View solution in original post

rphillips_splk
Splunk Employee
Splunk Employee

forwarder:
inputs.conf
[monitor::///var/logs]
_meta = foo:bar

foo represents field name , bar represents field value

indexers:
fields.conf
[foo]
INDEXED = true

I also want to update the metadata value periodically without restarting Splunk on the forwarders.

$SPLUNK_HOME/bin
./splunk _internal call /services/data/inputs/monitor/_reload -auth admin:changeme

michaelissartel
Explorer

Hi @rphillips_splk where can I find the doc for commands like ./splunk _internal call /services/data/inputs/monitor/_reload -auth admin:changeme

Can I do a post whit it ?

0 Karma

michaelissartel
Explorer

Hi @rphillips_splk 

bar can be an environment variable ?

thanks

 

0 Karma

PickleRick
SplunkTrust
SplunkTrust

No. The only "variable" (runtime-determined) parts of the config are those explicitly defined as such in specs.

For example - serverName parameter in [general] section of server.conf. The specs say that it can contain environment variables so it can be dynamically set. For other parameters you define constant values.

rphillips_splk
Splunk Employee
Splunk Employee

@michaelissartel I haven't tested using an env variable as the field value before. If you do end up testing can you put your reply here for others?

michaelissartel
Explorer

Hi, this solution has been cancelled  😕

0 Karma

gravesb
Engager

In case anyone else runs across this, the proper syntax in the inputs.conf is
_meta = foo::bar
two colons between the key and value instead of one.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...