brunotm / elasticsplunk

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

Will this work with http elk? #12

Closed bossi6of9 closed 6 years ago

bossi6of9 commented 6 years ago

Hi,

I installed this app on a server, and pointed it to a local elk config, and it works as long as it just use "localhost:9200" for the elk server. If i try to enter either http or https in the index address, it fails. Any suggestions?

ienliven commented 6 years ago

you could put a nginx as http(s) proxy in front of ES

brunotm commented 6 years ago

@bossi6of9, does this issue still apply?

My current use is over https as in the README (eaddr="https://node1:9200,https://node2:9200") without problems.