Skip to content

Commit

Permalink
Merge pull request #64 from craig-cogdill/update/IngressEgressDesc
Browse files Browse the repository at this point in the history
Update Ingress/Egress Dashboard Description
craig-cogdill authored Sep 14, 2016
2 parents c94deb7 + 0d63cee commit bd1a317
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"visState": "{\"type\":\"markdown\",\"params\":{\"markdown\":\"### Data will only be visible in this dashboard if you enable the Flow_IdentifyTrafficDirection system rule. \\n* **Egress** traffic has a source IP that is inside your network and a destination IP that is outside your network. \\n* **Ingress** traffic has a source IP that is outside your network and a destination IP that is inside your network. \\n* **Lateral** traffic has source and destination IPs inside your network. \\n* **Other** traffic has no IP addresses or has IPV6 addresses.\\n\\nYour internal network is defined by the IP ranges in the Flow_IdentifyTrafficDirection system rule.\"},\"aggs\":[],\"listeners\":{}}",
"visState": "{\"type\":\"markdown\",\"params\":{\"markdown\":\"### Data will only be visible in this dashboard if you enable the Flow_IdentifyTrafficDirection system rule. \\n\\nTraffic direction is determined by evaluating the source and destination IP and the number of bytes sent and received. \\n\\n* **Egress** traffic indicates that twice as many bytes are moving from your internal network to an external network. \\n* **Ingress** traffic indicates that twice as many bytes are moving from an external network into your internal network.\\n* **Lateral** traffic has source and destination IPs inside your internal network. \\n* **Other** traffic has no IP addresses, has IPV6 addresses, or the byte flow is relatively equal in both directions.\\n\\nYour internal network is defined by the IP ranges in the Flow_IdentifyTrafficDirection system rule.\"},\"aggs\":[],\"listeners\":{}}",
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
},
"version": 2,
"version": 3,
"description": "",
"title": "Ingress Egress Traffic Dashboard Description"
}

0 comments on commit bd1a317

Please sign in to comment.