All Apps and Add-ons

MS SQL ErrorLogs search for string with value after word.

tbradey
New Member

MS SQL ErrorLog have a single line with the following format "Date Time Error: ####, Severity: ##, State: #"

I require a search to find any error with the Severity: grater than 16.

Examples which should come back:

2012-12-03 19:00:30.86 spid29s Error: 1474, Severity: 16, State: 1.
2012-12-03 19:00:30.86 spid29s Error: 1474, Severity: 18, State: 1.
2012-12-03 19:00:30.86 spid29s Error: 1474, Severity: 24, State: 1.

Examples to be ignored:
2012-12-03 19:00:32.72 Logon Error: 18456, Severity: 14, State: 38.

I'm new to splunk searches, should I be looking at rex for a solution here?

Tags (1)
0 Karma

dart
Splunk Employee
Splunk Employee

You need a field extraction to do your search, if you select "Extract Fields" from the dropdown next to the events when you run a search, you should be able to feed in the example severities, and Splunk should make a regex for you, which you can then save and use in a search like so:
sourcetype=my_sql_error_log_sourcetype severity>16

You may also be interested in the TA for MS SQL Server 2012

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...