Alerting

Various sourcetypes but same type of log

attgjh1
Communicator

here's my situation:

I have 4 kinds of directories. each directory represent a "Source"

nowhere in the logs that are in the directories do they hint about its Source
however, in each directory, the logs are formatted the same way, using the same field extractions.

e.g.

C:\terminalA\errorlog

C:\terminalA\eventslog

C:\terminalB\errorlog

C:\terminalB\eventslog

C:\terminalC\errorlog

C:\terminalC\eventslog

C:\terminalD\errorlog

C:\terminalD\eventslog

I thought of 2 ways to do this:
1. Monitor all 4 directories and place in 2 sourcetype, error and event (based on above example). this saves time on field extractions, BUT, im unable to identify their source (terminal). (or is there any other way to identify source)
2. Monitor each directory separately. However, i have to apply field extractions to each sourcetype which might be a tedious operation if my directory starts to get bigger with more sources.

I wont mind the extra effort, but am posting this question to ask if there is any other way around this situation.

Thanks alot for your responses and thoughts.

Tags (1)

bwooden
Splunk Employee
Splunk Employee

You can leverage the same extractions by centrally placing one copy in a transforms.conf and referencing them from multiple REPORT statements in props.conf. If I understand the challenge correctly, it would be best to create two sourcetypes (one for each log format). You can still discern origin location in the search language via the source field.

sourcetype=custom_error_log source="C:\terminalD\*"

You could even create an eventtype based on source. There are a few other options whose pros & cons are discussed in a similar thread titled: "Way to insert/create field based on source"

attgjh1
Communicator

i dont quite understand the transforms.conf explanation.

Thanks for the idea of using "source". ill see if i can mask the paths n get what i want.

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...