Input Plugin for Semantic Logging events

Is there any input plugin for capturing Semantic Logging events? I have used a file plugin. But it has many custom log formats. I am looking for something which is already built to serve this functionality.

Any comment on this please ?

What do you call semantic logging events ?

We are using Microsoft Enterprise Library - Semantic Logging to log our services request n responses into a flat file.

To my knowledge, there is no input plugin specialized for "Microsoft Enterprise Library - Semantic Logging".

If logs are stored in flat file, you can use first "file" input, and then "grok" filter and every powerful other logstash filters to parse your specific log format, and so transform each log line in a document.

I have implemented the same itself.

Thanks for the confirmation.