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

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...