Skip to content

Commit 4fd7c13

Browse files
author
Jill Grant
authored
Merge pull request #289093 from halkazwini/nw-open-sfi2
Updates: Visualize Azure Network Watcher NSG flow logs using open source tools
2 parents c243255 + 0f5073c commit 4fd7c13

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

articles/network-watcher/network-watcher-visualize-nsg-flow-logs-open-source-tools.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: how-to
9-
ms.date: 09/26/2024
9+
ms.date: 10/23/2024
1010
---
1111

1212
# Visualize Azure Network Watcher NSG flow logs using open source tools
@@ -235,19 +235,15 @@ The sample dashboard provides several visualizations of the flow logs:
235235
236236
5. Top 10 Source/Destination IPs – bar charts showing the top 10 source and destination IPs. You can adjust these charts to show more or less top IPs. From here, you can see the most commonly occurring IPs and the traffic decision (allow or deny) being made towards each IP.
237237
238-
![Screenshot shows a sample dashboard with flows by top ten source and destination I P addresses.][6]
239-
240-
6. Flow Tuples – this table shows you the information contained within each flow tuple, and its corresponding NGS and rule.
241-
242-
![Screenshot shows flow tuples in a table.][7]
238+
6. Flow Tuples – a table showing the information contained within each flow tuple, and its corresponding NGS and rule.
243239
244240
Using the query bar at the top of the dashboard, you can filter down the dashboard based on any parameter of the flows, such as subscription ID, resource groups, rule, or any other variable of interest. For more about Kibana's queries and filters, see the [official documentation](https://www.elastic.co/guide/en/beats/packetbeat/current/kibana-queries-filters.html)
245241
246242
## Conclusion
247243
248244
By combining the network security group flow logs with the Elastic Stack, we have come up with powerful and customizable way to visualize our network traffic. These dashboards allow you to quickly gain and share insights about your network traffic, and filter down and investigate on any potential anomalies. Using Kibana, you can tailor these dashboards and create specific visualizations to meet any security, audit, and compliance needs.
249245
250-
## Next steps
246+
## Next step
251247
252248
Learn how to visualize your NSG flow logs with Power BI by visiting [Visualize NSG flows logs with Power BI](network-watcher-visualize-nsg-flow-logs-power-bi.md)
253249
@@ -259,5 +255,3 @@ Learn how to visualize your NSG flow logs with Power BI by visiting [Visualize N
259255
[3]: ./media/network-watcher-visualize-nsg-flow-logs-open-source-tools/figure3.png
260256
[4]: ./media/network-watcher-visualize-nsg-flow-logs-open-source-tools/figure4.png
261257
[5]: ./media/network-watcher-visualize-nsg-flow-logs-open-source-tools/figure5.png
262-
[6]: ./media/network-watcher-visualize-nsg-flow-logs-open-source-tools/figure6.png
263-
[7]: ./media/network-watcher-visualize-nsg-flow-logs-open-source-tools/figure7.png

0 commit comments

Comments
 (0)