brunotm / elasticsplunk

A Search command to explore Elasticsearch data within Splunk.
MIT License
40 stars 25 forks source link

Basic Auth not supported by my instance #9

Closed dan-fein closed 6 years ago

dan-fein commented 6 years ago

In order to retrieve data from my instance of ES, we don't support Basic Authorization (e.g. the auth used for urllib3), is there any way to utilize the requests module to allow for further authentication?

Perhaps the requests module where you can specify username and password by creating a session first.