Sysmon-0.1.2: Sybase 15 sysmon reports processor

Portabilitynon-portable
Stabilityexperimental
Maintainervirukav@gmail.com

Database.Sybase.Sysmon.LogTypes

Description

Generic log objects and types.

Synopsis

Documentation

type Hint = (RuleId, Action, Facts)Source

Hint is defined as the triple of the rule name, rule action (text message) and rule conditions

type LogTree a = IntervalMap UTCTime aSource

LogTree implemented as IntervalMap.FingerTree

type LogInterval = Interval UTCTimeSource

The key to look for the data in the LogTree

data LogNode a Source

The nodes of the LogTree

Constructors

LogNode (LogInterval, a) 

class LogEntry a whereSource

Operations to parse log data, make LogTree and generate hints

Instances

class Show a => LogShow a whereSource

Format facts data

Methods

lshow :: a -> StringSource