forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from craig-cogdill/update/IngressEgressDesc
Update Ingress/Egress Dashboard Description
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
resources/visualizations/Ingress-Egress-Traffic-Dashboard-Description.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |