logstash-plugins / logstash-filter-grok

Grok plugin to parse unstructured (log) data into something structured.
https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html
Apache License 2.0
122 stars 97 forks source link

CI: upgrade testing to .ci sub-module #155

Closed kares closed 4 years ago

kares commented 4 years ago

on CI RGs proxy is dying (for LS 5.x):

Dec 18, 2019 11:41:01 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute

INFO: I/O exception (java.net.SocketException) caught when processing request to {}->http://rubygems-proxy.torquebox.org:80: Connection reset

Dec 18, 2019 11:41:01 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute

INFO: Retrying request to {}->http://rubygems-proxy.torquebox.org:80

... another reason to stop testing against 5.x as this is likely due old jar_dependencies relying on the proxy instead of the newer mavengem transport protocol.