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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...