Missing authentication token for REST request [/]

[2018-10-04T19:00:45,986][DEBUG][r.suppressed ] path: /, params: {} org.elasticsearch.ElasticsearchSecurityException: missing authentication token for REST request [/] at org.elasticsearch.xpack.core.security.support.Exceptions.authenticationError(Exceptions.java:24) ~[x-pack-core-6.3.0.jar:6.3.0]

this just indicates that some HTTP client tried to access the / resource without providing credentials. Maybe a health check?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.