fluentd input plugin for incoming webhook from Kintone.
Buiid and gem install localy.
<source>
type webhook_kintone
tag whkinton
secure true #https or http
cert_pth path/for/certificate/cert.pem
private_key_path path/for/certificate/key.pem
chain_path path/for/certificate/chaincertpem
# optional (values are default)
bind 0.0.0.0
port 3838
mount /
</source>
Set your url on your kintone app webhook setting.
Copyright(C) 2018- @okahashi117
MIT
Thanks for Makerel.