Getting Data In

Is there a way to connect to a local Microsoft Access Database using the universal forwarder?

tylerhardison
New Member

I have an application that logs its audit logs to a local Microsoft Access Database. I have an ODBC connection ready, but I'm not sure how to connect the Universal Forwarder to it.

Is this a job for Python?

0 Karma

darrend
Path Finder

Hi

I don't know if this helps, but we are doing exactly the same for a customer at the moment, but have ruled out the database connection using DBX, instead we are setting up something to receive the radius logs, IAS in this customers scenario. The Direct access server is then sending it's logs via radius logging. We are then writing the logs to disk using IAS and reading them in with a simple file monitor in the UF.

I hope this helps you.

Thanks
Darren

0 Karma

mchang_splunk
Splunk Employee
Splunk Employee

You may install DB Connect app to connect Access via ODBC.
This is unsupported but it should work.
http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Deploymentrequirements#Supported_databases

splunkIT
Splunk Employee
Splunk Employee

DB Connect app does not run on universal forwarder. Heavy forwarder is required.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Does DB Connect run on a Universal Forwarder?

0 Karma

tylerhardison
New Member

I believe it does not. I could install a heavy forwarder I guess.

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: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

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

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