Refine your search:

Can Splunk index SQL LDF and MDF files?

asked 27 Jul '10, 19:20

swackhap's gravatar image

swackhap
35115
accept rate: 0%


One Answer:

Splunk indexes human readable data. It accepts several input methods to get it.

If the master database file (MDF) and its transaction history (LDF) are not human readable then you could use a scripted input to extract useful information from your DB.

link

answered 28 Jul '10, 14:32

bwooden's gravatar image

bwooden ♦
2.9k1310
accept rate: 37%

1

Practically no RDBMS of any reasonable scale has a human readable datafile / transaction log file. In fact, most database vendors consider their datafile format to be opaque to the users of the database and that they have the freedom to change the file format at will -- as long as the SQL interface continues to work. A scripted input that uses SQL is probably the only "supportable" approach here.

(30 Jul '10, 01:29) dwaddle ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×453

Asked: 27 Jul '10, 19:20

Seen: 1,094 times

Last updated: 28 Jul '10, 14:32

Related questions

Copyright © 2005-2012 Splunk Inc. All rights reserved.