Skip to content

nyushi/fluentail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentail

Receives UDP packets from udp_stream plugin and displays to standard output in JSON format

Download

build

go get -d
go build

usage

setup udp_stream in fluentd

<match any_tag.**>
  type udp_stream
  host <target_host>
</match>

run fluentail

user@<target_host>$ fluentail
user@<target_host>$ fluentail | jq .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages