Skip to content

shokunin/zero_ipstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zero_ipstream

Stream IPs from logstash to stdout for use with maptail or other programs

Building

  • Checkout source
  • Bundle install
  • rake ( builds the jar file )

Running

java -jar zero_ipstream.jar /etc/settingsfile.yaml

Example config

see config/sets.yaml

---
:servers:
- 127.0.0.1
- 172.16.15.192
:port: 2112
:ip_field_name: clientip

Example logstash config

zeromq {
  address => ["tcp://0.0.0.0:2112"]
  mode => "server"
  topology => "pushpull"
  tags => ["mynginxlogs"]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages