
Replace > with the host for your region.Replace > with the token of the account you want to ship to. (They are indicated by the double angle brackets >): Replace the placeholders to match your specifics. Kubectl create secret generic logzio-logs-secret \ -from-literal =logzio-logs-shipping-token = '>' \ -from-literal =logzio-logs-listener = '>' \ -from-literal =cluster-name = '>' \ -n kube-system
#Kubernetes install filebeats software
Notices for 3rd Party Software included with the Logz.io Platform.Opsgenie notifications for resolved metrics alerts.Azure pay-as-you-go Portal single sign-on.Migrating accounts between hosting regions.Manage Log, Metrics, Tracing, and SIEM accounts.Select dashboards for your Cloud SIEM Summary page.Configure SIEM to automatically create JIRA tickets by alert.Create sub accounts as a Managed Security Service Provider (MSSP).Set up your Service Performance Monitoring dashboard.Sending demo traces with the HotROD application.Configuring remote write for Prometheus.Getting started with Prometheus metrics.Troubleshooting Fluentd for Kubernetes logs.Most of the other errors I’m seeing for the other apps look like connection refused. Warning Unhealthy 3m8s (圆4 over 43m) kubelet Liveness probe failed: Get "": dial tcp 10.13.0.130:8080: connect: connection refused Warning BackOff 8m1s (x74 over 32m) kubelet Back-off restarting failed container Warning Unhealthy 13m (x123 over 43m) kubelet Readiness probe failed: Get "": dial tcp 10.13.0.130:8181: connect: connection refused Normal Started 43m (x2 over 57m) kubelet Started container coredns Normal Pulled 43m kubelet Container image already present on machine Normal Created 43m (x2 over 57m) kubelet Created container coredns Normal Killing 43m kubelet Container coredns failed liveness probe, will be restarted Normal Pulling 57m kubelet Pulling image Pulled 57m kubelet Successfully pulled image in 5.910172492s
#Kubernetes install filebeats code
Warning FailedCreatePodSandBox 58m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_coredns-866b7cfc75-wkrg4_kube-system_cff1b7d2-ecf1-49c2-8fc3-51b98924bc29_0(4ee34238dbfe0691f18d9237a58fa8fb57fc8954dafa1822a62a27656a2cef35): error adding pod kube-system_coredns-866b7cfc75-wkrg4 to CNI network "crio": open /run/flannel/subnet.env: no such file or directory Normal Scheduled 58m default-scheduler Successfully assigned kube-system/coredns-866b7cfc75-wkrg4 to 10.12.109.125 Password: "924y07bumdibu20y1JP7b4iI" # "$, that the pod didn't tolerate. Kibana: apiVersion: /v1Ĭ/connect-service: "kibana"Ĭ/connect-service-upstreams: "elastic-search:9200"Ĭ/transparent-proxy: "true"Ĭ/transparent-proxy-exclude-inbound-ports: 5601,80,443īeats: apiVersion: /v1beta1 # /service-sync: "true"Įlastic: apiVersion: /v1Ĭ/connect-service: "elastic-search"Ĭ/connect-inject: "true"Ĭ/connect-service-port: "http" # But not by default, only for Services that have the explicit annotation: # (No sidecar is injected by this method): # This method will automatically synchronize Kubernetes services to Consul:

# But not by default, only do this for Pods that have the explicit annotation: # This method will inject the sidecar container into Pods: # secretName: "consul-gossip-encryption-key" # For production turn on ACLs and gossipEncryption: # Add the K8s domain name to the consul server certificate My configuration for Consul is as follows: global: I’ve spent almost a week here trying every option I can think of and got nowhere. I’m sure I have missed something simple here, but if anyone has any thoughts, please let me know. I’ve also seen that if I try to setup Elastic with transparent proxy in the same way as I have for Kibana, but it won’t deploy at all (I can’t see any useful error messages for this) /transparent-proxy: "true"Ĭ/transparent-proxy-exclude-inbound-ports: 9200 I’m seeing the following error in the elastic search deployment: Get "": EOFĪnd the following error from FileBeat (whatever url I’ve tried gets the same error): Failed to connect to backoff(elasticsearch()): Get "": EOF There also seems to be problems checking the license. Interestingly Kibana seems to connect OK to Elastic, but as FileBeat is outside of the mesh, there seems to be no way to get it to connect.
