Open Basti-Fantasti opened 1 year ago
I saw, that the ElasticSearch Logger is a child object of the Restful Logger which is missing the authentication modes as well. Maybe it would be a good idea to implement the standard authentication modes in the base class (Basic auth, Bearer Token, Generic API Key, etc)
I've installed an ELK stack using docker on a local VM to play around with ElasticSearch.
The services seem to be up and running and listening on the default ports. When calling the URL like it is found in the LoggerProConfig unit for the elastic search demo (demo 120)
There seem to be no option for authentication. When calling any request from the supplied demo program, this error is thrown:
When calling the URL directly in a browser or using a rest client like postman an authentication has to be send together with the request. After a successful authentication, a valid json object is shown:
So it there already a way on how to pass the credentials? Or does the authentification module need to be added?
Best regards Bastian