elastic / makelogs

109 stars 44 forks source link

modified parsing of host parameter to also evaluate the port #6

Closed olafstauffer closed 9 years ago

olafstauffer commented 9 years ago

The online help specified that host and port are to be specified with the host param (--host, -h The host name and port), but the code only sets the host part of the elasticsearch client config.

With this patch both, host and port, are used for the client config.

spalger commented 9 years ago

Thanks!