Package net.sf.logdistiller.plugins

Plugins to extend LogDistiller's handling of event groups.

See:
          Description

Class Summary
BasePlugins Declaration of base plugins that are shipped with LogDistiller.
FreqPlugin Counts the frequency of each attribute's value.
FreqPlugin.Freq  
SamplingPlugin Log sampling plugin: works like FreqPlugin, but saves some log events to a log file.
 

Package net.sf.logdistiller.plugins Description

Plugins to extend LogDistiller's handling of event groups.

Multiple plugins can be added in classification rules file in each group section :

<group id="unknown">
  <description>Unknown log events : to be categorized</description>
  <report publisher="file"/>
  <plugin type="freq">
    <param name="attributes">severity</param>
  </plugin>
  <plugin type="other">
    <param name="param">value</param>
  </plugin>
</group>



Copyright © 2004-2009. All Rights Reserved.