Logstash http.port auto-increment?

Hey!

I have a case where I run two logstash instances on the same system. In v5.0.0-alpha4, when the second one starts, it complains that the port 9600 is already taken.

How about trying 9601? :smiley:

-ave

Sounds like a great feature request! https://github.com/elastic/logstash/issues

It's been fixed recently. Will be in the next alpha release.

[1] https://github.com/elastic/logstash/pull/5774

Cool, thanks!