No commit activity in last 3 years
No release in over 3 years
This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Ciseipdb Logstash Plugin

Build Status

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.

Documentation

This plugin allows you to search for matching IPs in Elasticsearch IP database indexes and add that information into events.

This is intended to work with generate-ipdatabase which will create the Elasticsearch IP database entries.

Matching IPs are cached in redis.

Example:

ciseipdb {
  hosts   => [ "elasticsearch" ]
  indexes => [ "ipdatabase" ]
  ipaddress => "%{ip_dst}"
  target  => "dst_info"
  redis_host => "localhost'
}