Mike Simos

Results 2 issues of Mike Simos

The current docs only talk about macOS when getting "too many open files": https://www.elastic.co/guide/en/beats/auditbeat/master/ulimit.html However this can also be an issue with systemd as it only applies the default 1024....

docs
Auditbeat
Stalled
Team:Docs
Team:Security-External Integrations

Currently the geoip filter takes either only one 1 IP or if its an array takes the first element into the array: https://github.com/logstash-plugins/logstash-filter-geoip/blob/1d0c9c438ba3d767f7b7041fb3db90336299c062/lib/logstash/filters/geoip.rb#L44 ``` # The field containing the IP...

enhancement