bpaquet / node-logstash

Simple logstash implmentation in nodejs : file log collection, sent with zeromq
Other
517 stars 141 forks source link

HTTP Basic Auth for elasticsearch #100

Closed reezer closed 9 years ago

reezer commented 9 years ago

Elastic Search now has plugin called shield, allowing for basic authentication to be used. It would be nice if there was a way to specify username and password, either by the usual URL format (however this requires the parsing to be changed, as a colon currently requires shows a port) or by just adding a user and password option to be used by node-logstash for basic auth.