SharePoint Log Monitoring: a re-engineered SPDocKit feature
Over the last couple of years, SPDocKit has grown quite a bit as a tool, and SharePoint log monitoring has been an often requested feature. Now it’s finally here, refreshed and re-engineered to help you keep your SharePoint farm healthy.
Every SharePoint admin struggles with error logs. In SharePoint circles, you can hardly find anyone who at some point hasn’t faced an unexpected error that looks something like this: a860f0e5-156c-4094-9b85-42c1bcc87308.
What do you do after you get one of these errors? You look it up in the ULS logs, of course, aaaaand there you have it: the place where every SharePoint admin’s bottomless pit of despair starts.
So, if you’ve spent a fair amount of time troubleshooting an issue that requires searching the ULS logs for the root cause, you’ll be thrilled to learn that the SPDocKit team put forth their best efforts to develop THE utility for SharePoint log monitoring, surpassing even the ULSViewer . (I’ll explain why in a moment.)
Without further ado, I’d like to introduce the SPDocKit Event Viewer.
SharePoint log monitoring without confusion and noise
The SPDocKit Event Viewer comes with the Event Collection Service, and since I’ve made the bold statement that it surpasses the ULSViewer, I’d like to explain why I think that.
The other day, our SharePoint MVP, Toni Frankola, did some digging, and he needed to troubleshoot the UTM server. An error kept popping up. Toni then used the PowerShell script for returning results from a ULS trace log and got to the bottom of the issue rather quickly. Here’s an example of the command Toni used:
<strong>Get-SPlogevent -Starttime "10/17/2016 09:26:35" -Endtime "10/17/2016 09:26:36" | Where-object { $_.Correlation -eq "5b3bae9d-b772-902d-b5d0-4932d9336c22" }</strong>
This was only plausible because the whole scenario involved one server, which is awesome. It was a quick in-and-out showdown. But, if Toni had more than two servers, well… I’m afraid to even think about how that would have turned out.
While we’re discussing this matter, I’d like to make yet another bold statement comparing the whole situation with the movie Memento. I don’t know whether you have seen that film, but the point is that you don’t know where the hell you are, what you are doing, or how you are going to find what you are looking for.
Now, imagine that you have a SharePoint farm with numerous servers or even multiple SharePoint farms. Would you know what the fix was?
Let’s just say that Toni didn’t have the correlation ID; he only had a vague idea of what to look for. The ULS logs are not exactly search friendly, especially when you’re looking for something from a larger time frame.
Anyway, there are obviously several tools for ULS log viewing. The only real question is whether they fit your SharePoint mega-farm enterprise needs—and SPDocKit does.
The upgraded SharePoint log monitoring feature offers the following options:
- Instead of collecting data in the database, it now uses the Lucene.net search engine library to index collected events.
- It works in real time and collects events continuously, and the interval for each collection period is adjustable.
- It gathers ULS and Windows event logs from all servers across the farm or even multiple farms, however; you must connect them to the same SPDocKit database
- If filters data by category, source, server, message, event ID, and correlation ID.
- It allows you to search, filter and read the ULS logs.
- It filters out the noise.
SPDockit Event Viewer
The SPDocKit Event Viewer makes SharePoint diagnostics much more comprehensible and manageable. The SPDocKit team is proud to introduce this updated feature. The old SharePoint log monitoring failed to offer the badly needed search function that saves users’ precious time.
How does it work?
The team designed the SharePoint log monitoring feature to best serve the needs of a large SharePoint enterprise farm. I’ll briefly discuss how the SPDocKit Event Viewer works.
The SPDocKit installation now has several features. The default installation is the same as it has been. However, you can now choose to install the SPDocKit Event Collection Service and/or the SPDocKit Event Viewer as well. We decided on utilizing multiple features so the event collection would minimize the impact on the SharePoint farm. If you wish, you can still install all the features on a single server, but our recommendation is to separate the Event Collection Service from your farm.
Benefits of SharePoint log monitoring with SPDocKit:
- Searchable index of your ULS logs
- Fast, free text search that shows any events mentioned in a specific database when you enter the database name in the search box
- All events are accessible in a single place
- The Event Viewer can be used on multiple workstations
- Enables log indexing and filtering
- Error and correlation ID search
New Tool – SysKit Insights!
SysKit Insights is a newer, cooler SharePoint performance monitoring tool, made by the good fellas of SysKit. It’s is a high-quality SharePoint monitoring solution built for every environment and company type. Every day, the tool helps SharePoint admins across the globe monitor their farms with ease. Try SysKit Insights today and discover the many benefits of automating everyday routine tasks and generating all logs in one place!
Want to read more posts from us? Subscribe to our blog and stay updated!