Skip to content

backwardn/ingesters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample ingesters for Gravwell.

fileFollow: Watches for & ingests updates to specific files/directories, e.g. /var/log/auth.log
networkLog: Captures & ingests network traffic from interfaces.
SimpleRelay: Listens on TCP/UDP for log events. Can ingest either newline-delimited events or syslog's RFC 5424 format.
massFile:  Bulk file optimization and ingest
session:   Ingest large entries using tcp session transfers
GooglePubSubIngester: Ingest from the Google Cloud Platform Pub Sub system
KinesisIngester:  Ingest from AWS Kinesis

go install github.com/gravwell/ingesters/fileFollow
go install github.com/gravwell/ingesters/networkLog
go install github.com/gravwell/ingesters/SimpleRelay
go install github.com/gravwell/ingesters/massFile
go install github.com/gravwell/ingesters/session
go install github.com/gravwell/ingesters/GooglePubSubIngester
go install github.com/gravwell/ingesters/KinesisIngester

About

Open source Ingesters for Gravwell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages