|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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>
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||