IOT(Beagle Bone Black)とサーバとのデータ転送方法
<source>
type tail
path /var/log/pcless.log
tag pcless.sender
</source>
<match pcless.sender>
type
forward
<server>
host 192.168.60.13
port 24224
</server>
flush_interval 60s
</match>
<source>
type forward
port 24224
</source>
<match
pcless.reciver>
type file
path /var/log/pcless.log
time_slice_format %Y%m%d
time_slice_wait 10m
</match>