Getting Data In

Is there a way to set a tag by source in inputs.conf?

splunkto
Explorer

I'm writing an app where it has multiple sources that will be assigned to the sourcetype log4j. Searching for these logs for users is not straight forward because they need to search for something like "source=/full/app/path/*app.log*". Is there a way to tag at the source so instead the users could search for tag="appname" instead?

0 Karma

somesoni2
Revered Legend

The tag is a search-time activity and can't be assigned in inputs.conf. I'm guessing a better option would be override the sourcetype to add the app name in the sourcetype itself so that you can search better (and it'll work with tstats command as well). Try like this

Indexer/Heavy Forwarder,

props.conf

[source::/fixed/portion/of/path/here.../app.log]
TRANSFORM-updatesourcetype = log4j_sourcetypeupdate

transforms.conf

[log4j_sourcetypeupdate]
SOURCE_KEY = MetaData:Source
REGEX = ....regex to find appname from file path....
FORMAT = sourcetype::log4j:$1
DEST_KEY =  MetaData:Sourcetype
0 Karma

splunkto
Explorer

If you do this, will it execute all of the apps set for [log4j]? The reason I have it using log4j is because it handles the index related stuff automatically.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...