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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...