Not sure if I got the syntax right, but
# bin/logstash-plugin install logstash-filter-tld
ERROR: Something went wrong when installing logstash-filter-tld, message: certificate verify failed
# bin/logstash-plugin install --no-verify logstash-filter-tld
ERROR: Something went wrong when installing logstash-filter-tld, message: certificate verify failed
Suggestions?
If I have to request some sort of firewall exception, is it only to artifacts.elastic.co or do I need to include other domains?
Also, (and this may be a silly question) I'm doing this while LS is not running. Should I start LS before running this command?
Thanks