updated ingest-geoip plugin description

This commit is contained in:
javanna 2016-01-15 15:14:48 +01:00 committed by Luca Cavanna
parent 050585e89f
commit af36e5f01e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class IngestGeoIpPlugin extends Plugin {
@Override @Override
public String description() { public String description() {
return "Plugin that allows to plug in ingest processors"; return "Ingest processor that adds information about the geographical location of ip addresses";
} }
public void onModule(NodeModule nodeModule) throws IOException { public void onModule(NodeModule nodeModule) throws IOException {