Can you create custom filter modules or functions for nxlog?

101 Views Asked by At

We are using nxlog community edition. Is there any way in the conf file to call out to a custom module that filters and modifies messages? I would like to build this in a more sensible language than the one nxlog uses.

We also need a little persistence so I'm thinking redis.

I can't find anything in the extensive documentation that tells me how to do this. It's basically an extension to the language that I need.A custom module.

1

There are 1 best solutions below

0
b0ti On

It supports python, perl and ruby if these qualify as more sensible languages.

For redis persistence see om_redis.
AFAIK some of these are NXLog EE only.