christiangalsterer / httpbeat

Elastic Beat to call HTTP endpoints
Apache License 2.0
107 stars 40 forks source link

NTLM Authentication #29

Open scattered-code opened 6 years ago

scattered-code commented 6 years ago

I'm trying to use this to download a json document from a rest endpoint (our RavenDB document store) and it doesn't support basic authentication (only NTLM authentication). I can accomplish this with curl by using the --ntlm flag. Is there a way to do this in httpbeat?

Thanks

christiangalsterer commented 6 years ago

Currently there is no support for NTLM authentication. Would you be interested in providing a PR?