Logstash Plugin
This is a plugin for Logstash.
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
Status
Installation
- Edit Logstash
Gemfile
and add needed requirements:
gem "whatlanguage", :git => "https://github.com/peterc/whatlanguage.git", :ref => "0192301022"
gem "logstash-filter-languagedetect", ">= 0.1.1", :git => "https://github.com/torstenfeld/logstash-filter-languagedetect.git"
- Install and update dependencies
bundle install