UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Added logs data flow diagram

Merged Christopher McGrath requested to merge BBOI-521_logs_diagram into master
All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading