julien-pal / node-red-contrib-elasticsearch

Node RED wrapper for elasticsearch node client
8 stars 5 forks source link

support basic authentication mode #8

Open cmdares opened 4 years ago

cmdares commented 4 years ago

The current data environment (ElasticSearch 7.0) is based on security authentication. And the flow is Unserviceable.

corsandre commented 4 years ago

+1

thorin8k commented 3 years ago

It works if you use http://username:password@server:9200/ as URL in the config node but it will only work on Basic Auth configurations.