Getting Data In

configure sourcetype to an application

abovebeyond
Communicator

Hello,

one of our application has the following log structure

#Fields: Date ; Time ; Site Instance ; Event ; Client IP ; Username ; Host header ; Additional info about request (event specific)

how can i add it as sourcetype to splunk ?

Thanks

Tags (2)
0 Karma

dineshraj
Explorer

Add below code to your transforms.conf -

[mytestsourcetype]
DELIMS = ";"
FIELDS = "Date", "Time", "Site Instance"....
0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

You add it as an input. One of the configuration options is to set the sourcetype.

http://www.splunk.com/base/Documentation/6.2.4/Admin/Inputsconf?r=splunky

[monitor:///myfile/....]
sourcetype = my_sourcetype

After you have it in Splunk, you can create the extractions for it to pull the interesting fields.

abovebeyond
Communicator

Hey

already got the logs on splunk by using :

[monitor://D:\LogFiles\ApplicationLogs\logtest_*]
disabled = 0
recursive = true
index = logtest
sourcetype = mytestsourcerype

BUT, i cant filter by fields , splunk doesnt recognize the logs with the fields

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

So know you need to setup Field Extractions. Check this out in the manual: http://docs.splunk.com/Documentation/Splunk/6.2.4/Knowledge/ExtractfieldsinteractivelywithIFX There are few different ways to extract the data, but this will get you started.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...