codex70

Results 39 comments of codex70

More importantly though, is there a way of debugging an HttpRoute? I've currently only got one route that's working, the second route looks like everything is correct, but when I...

Hi @kschoche, Thanks for getting back to me so quickly. The configuration for Elastic Operator is just the podAnnotations as you have above, the rest is default configuration. Elasticsearch itself...

OK, so how can a service that doesn't have an advertised port communicate in the service mesh. There are plenty of reasons why a service may not need to be...

> The good news is that, the service does not actually need to be listening on the port, at least that is my understanding from the [example](https://developer.hashicorp.com/consul/docs/k8s/connect#connecting-to-connect-enabled-services) in the docs....

@darkn3rd I've tried again making sure the service shows as listening on port 80: ``` apiVersion: v1 kind: Service metadata: name: filebeat-test labels: app: filebeat-test spec: selector: app: filebeat-test clusterIP:...

@kschoche it would be good to know if anyone at Consul is able to replicate the problem

Has anything changed since this was originally written? I'm trying to use Consul with Elastic deployed using Operator in Kubernetes, and I'm having a lot of difficulty getting it to...

Thanks, it would be great if you could take a look. As I said, Elasticsearch works without Consul. From what you said I'm not sure if there might be something...

Also, just to confirm, I have setup the "Connect Service Mesh on Kubernetes" as described in https://www.consul.io/docs/k8s/connect#accepting-inbound-connections and this appears to work correctly. In the Consul service UI, all services...

Out of interest, do you have any examples of setting up something like beats to send information to elastic? I can connect with Kibana, but not with beats, and I...