markmcdowell / NLog.Targets.ElasticSearch

NLog target for Elasticsearch
MIT License
176 stars 89 forks source link

Target is not working with SSL #48

Closed debabbe closed 6 years ago

debabbe commented 7 years ago

I have the problem, that the target is not working with SSL (using x-pack). Logs are not written.

markmcdowell commented 6 years ago

Hi did you pass the username/password and enabled requireAuth in the settings?

markmcdowell commented 6 years ago

See #50