active questions tagged transactionloganalysis - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T21:40:10Zhttp://stackoverflow.com/feeds/tag/transactionloganalysishttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1041220/log-managementanalysis-open-source-product5Log management&analysis Open Source productfriol2009-06-24T21:55:55Z2009-07-03T13:14:25Z
<p>My company is searching for an Open Source product that could do log management and analysis (edit: we'd use the product to handle <strong>custom</strong> log files - the ones generated by our applications, <strong>not</strong> standard logs)</p>
<p>We've had demos for some proprietary products (for example, <a href="http://www.sensage.com/products/sensage-40.php" rel="nofollow">Sensage</a> or HP's <a href="https://h10078.www1.hp.com/cda/hpms/display/main/hpms%5Fcontent.jsp?zn=bto&cp=1-11-15-25%5E2872%5F4000%5F100%5F%5F" rel="nofollow">Transaction Vision</a>), but we'd like to find an Open Source alternative.</p>
<p>Requirements are:</p>
<ul>
<li>The product should be able to collect logs from various machines (Solaris, Windows, etc.)</li>
<li>It should handle substantially big logfiles (even 500Mb per logfile)</li>
<li>It should handle different logfiles per day (for example, 24 logfiles a day with different names)</li>
<li>It should be able to store only the relevant informations from each logfile (for example, some fields, in a configurable way)</li>
<li>It should be able to handle multi-line records in logfiles (for example, xml)</li>
<li>Preferred method of storage for log records is an Oracle or MySQL database (not exotic indexing systems) (edit: after seeing <a href="http://www.splunk.com/" rel="nofollow">Splunk</a> in action, other forms of data storage are acceptable too)</li>
<li>It should handle quasi-realtime parsing and analysis of log files (10 or 20 minutes of delay is acceptable)</li>
</ul>
<p>I know it seems too much and too specific for an Open Source system, but maybe Open Source could surprise us again.</p>
http://stackoverflow.com/questions/509101/analyze-sql-server-2005-transaction-log-using-log-parser1Analyze SQL Server 2005 Transaction Log using Log Parserrams2009-02-03T22:03:35Z2009-06-17T09:25:45Z
<p>Is it possible to analyze SQL Server 2005 Transaction logs using LogParser 2.2? If not, what is the alternative? Red Gate's tool only analyzes SQL Server 2000 and Lumigent's Log Parser is no where to be found.</p>
<p>TIA
ramesh</p>