Error installing Filter TLD

I'm using Logstash 7.2.0 and get error installing logstash-filter-tld

ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem       
"public_suffix":
  In snapshot (Gemfile.lock):
    public_suffix (= 3.1.1)

  In Gemfile:
    logstash-filter-tld java was resolved to 3.0.3, which depends on
      public_suffix (= 1.4.6) java

    logstash-input-twitter java was resolved to 4.0.1, which depends on
      public_suffix (~> 3) java
1 Like

An issue has been filed for this error on Github, and a pull request was submitted but looks like the pull request is "hanging" because applying it would break the filter for prior versions of logstash :(. Banging my head against the keyboard trying to come up with a quick manual patch but had no luck so far.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.