every thing works fine but i get the following error when i want to login :
org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{RDNPxEpmQ5CX9USnndBdSA}{10.233.70.169}{10.233.70.169:9300}]
at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:347)
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:245)
at org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:366)
at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
at org.elasticsearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1256)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
at com.sksamuel.elastic4s.admin.IndexAdminExecutables$IndexExistsDefinitionExecutable$.apply(IndexAdminExecutables.scala:53)
at com.sksamuel.elastic4s.admin.IndexAdminExecutables$IndexExistsDefinitionExecutable$.apply(IndexAdminExecutables.scala:50)
also there are two warning that i don't know if they are related or not:
[warn] o.e.c.t.TransportClientNodesService - node {#transport#-1}{RDNPxEpmQ5CX9USnndBdSA}{10.233.70.169}{10.233.70.169:9300} not part of the cluster Cluster [hive], ignoring...
[warn] p.a.m.DefaultJWTCookieDataCodec - decode: cookie has invalid signature! message = JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.
I checked things for multiple times, but every thing seems ok don't know the wrong part.
Hello,
I'm deploying thehive on kubernetes, and i use these deployment configs:
thehive deployments:
elasticsearch deployment:
every thing works fine but i get the following error when i want to login :
also there are two warning that i don't know if they are related or not:
I checked things for multiple times, but every thing seems ok don't know the wrong part.
thanks.