I hereby claim:
- I am christophersjchow on github.
- I am christopherchow (https://keybase.io/christopherchow) on keybase.
- I have a public key ASCLB6hrDcq8BW9xjdI22OVRn4gZx6E1bkij0KmCsT7YWgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var crypto = require('crypto'); | |
var base64url = require('base64url'); | |
/** Sync */ | |
function randomStringAsBase64Url(size) { | |
return base64url(crypto.randomBytes(size)); | |
} |
input { | |
udp { | |
port => 10514 | |
type => unifi_syslog | |
} | |
} | |
filter { | |
if [type] == "unifi_syslog" { | |
grok { |