This document discusses techniques for clustering log data to categorize log events in real-time. It compares two traditional document clustering approaches (Spherical K-Means and another unspecified method) on a log corpus using metrics like Entropy, Purity and Silhouette Index to evaluate them. It then proposes using the better model along with computationally efficient approaches and a combination of distance measures and category assignment to dynamically cluster incoming real-time log events and determine if they are new or existing categories. The goal is to automatically categorize and correlate log events to past responses to help with issues like monitoring, prioritization and dynamic solution recommendation.