Thomas Decaux

Results 113 comments of Thomas Decaux
trafficstars

Hello, Any documentation about upgrading it manually ? thanks you

I have downloaded latest release, untar it and replace former one, changed plugin.dir value , upgraded Java , restarted it, and ... it works ;-) Yeah!

Could be another filter plugin, to run AFTER geoip filter (to have the GPS coord.). Or a simple `ruby` filter using https://github.com/geokit/geokit: ``` ruby ruby { init => "require 'geokit'",...

Did you try the preload option? Check at https://github.com/logstash-plugins/logstash-filter-geoip/pull/63/files.

As you can see on sources: https://github.com/logstash-plugins/logstash-filter-geoip/blob/91d35650f6defe80b9d1f9a53edb34db6868dcd2/lib/logstash/filters/geoip.rb#L160 It's using logstash logger, 2 solutions: - Comment this line ^^ - Disable logstash logging

I think this is not geoip-filter problem, you should check before the IP is valide or not. You could use a filter with inline ruby to check if IP is...

Of course yes, in any system, if you enter wrong value you got an error! If you don't want the error, you must validate your data before, this is quite...

You mean something like https://github.com/logstash-plugins/logstash-filter-geoip/pull/97/files ?

hello! I did a small PR https://github.com/grafana/alloy/pull/3604, this make possible to bind a unix socket instead of a TCP port.