Skip to content

Shabirmean/logstash-input-file-extended

Repository files navigation

Logstash Plugin

This is a plugin for Logstash.

  • This is an extension written for the logstash file-plugin.
  • The purpose of the plugin was to do some sort of authentication from an end-point before reading a specific input-file.
    • The default file-plugin does not do any validation on the file placed into a given file path
    • This extension to the plugin can be used to validate if the newly arrived file is a valid one before processing it
    • The plugin takes in an authentication endpoint with arguments to be passed (e.g: hash of the file) which will be used for the validation

About

This is an extension to the original logstash-input-file plugin in order to do MD5 checks on files before processing them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages