elastic / xk6-output-elasticsearch

Apache License 2.0
20 stars 10 forks source link

Add basic connectivity check #14

Closed danielmitterdorfer closed 12 months ago

danielmitterdorfer commented 12 months ago

When connection parameters are wrong (e.g. wrong credentials), the connector still accepts them and requests to store metrics will fail silently. With this commit we add a basic check to fail early for such errors.

Closes #13