All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— December 28, 2017 - Thursday 28, December 2017 ———————————
logstash - udp - netflow -

Somehow this error is not explicit, I thought that sysctl was involved in this matter but it was clearly logstash's input's buffer.

input {
    udp {
        type => "netflow"
        port => 5555
        codec => netflow {
            versions => [5]
        }
        workers => 8
        receive_buffer_bytes => 2129920
        queue_size => 200000
    }
}

has fixed it

-