$ cat logstash/Gemfile | grep source
source "http://artifactory.myserver.com/artifactory/api/gems/ruby-repos/"
$ PATH=/home/smbullet/logstash/vendor/jruby/bin:$PATH logstash/bin/logstash-plugin install logstash-filter-myfilter
ERROR: Something went wrong when installing logstash-filter-myfilter, message: Failed to open TCP connection to artifacts.elastic.co:443 (execution expired)
It seems logstash-plugin
isn't trying to use my private artifactory but instead artifacts.elastic.co. Is there anything else I should be updating other than the gem source to get this to work?