Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

opEvents is flexible and configurable. In the above schema you can see all the involved files to configure opEvents.

Parser

...

Input

opEvents can parse a variety of inputs in a wide variety of formats, and the way opEvents has to understand them is with parsers. opEvents has different parsers for natively-supported log formats, to filter and normalise the data. It uses some files for each format file supported:

...

If some other syslog formats are required, we can write our own parser in EventParserRules.nmis file. It defines regular expressions to extract data and the variables to assign them to. If a parser is not enough, we can also use a parser plugin and generate the event using perl code. 

...

It is possible to specify rules to reduce voluminous inputs down to the relevant details, suppress duplicates or correlate events. This is the purpose of EventRules.nmis file.   EventListRules.nmis also helps in controller the event in the system by blacklisting of whitelisting the events. 

React to Events

...