From b1c110e592b4008ffbd9848ca77aa3b557c3a35f Mon Sep 17 00:00:00 2001 From: Christopher McGrath <cmcgrath@oteemo.com> Date: Wed, 31 Mar 2021 23:32:47 -0400 Subject: [PATCH] fixed markdown formatting --- docs/understanding/logs_data_flow_diagram.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/understanding/logs_data_flow_diagram.md b/docs/understanding/logs_data_flow_diagram.md index eb2af62e3e..a4a3cefd6d 100644 --- a/docs/understanding/logs_data_flow_diagram.md +++ b/docs/understanding/logs_data_flow_diagram.md @@ -7,8 +7,7 @@ | Line Number | Protocol | Port | Description | | --- | --- | --- | --- | | N1 | Volume Mount | NA | Fluentbit reads pod logs from a host node volume mount | -| N2 | HTTPS | TCP:9200 | Fluentbit sends logs to Elastic Search over the URL:Â https://logging-ek-es-http:9200 -(This URL is only exposed over the Kubernetes Inner Cluster Network, and because Fluentbit and ElasticSearch have Istio Envoy Proxy sidecar containers the network traffic is protected by the service mesh.) | +| N2 | HTTPS | TCP:9200 | Fluentbit sends logs to Elastic Search over the URL:Â https://logging-ek-es-http:9200 (This URL is only exposed over the Kubernetes Inner Cluster Network, and because Fluentbit and ElasticSearch have Istio Envoy Proxy sidecar containers the network traffic is protected by the service mesh.) | ## Notes: 1. The fluentbit log shipper is configured to send pod logs to the ElasticSearch Cluster in the logstash data format. Logstash_Format On -- GitLab