You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/network-watcher-nsg-grafana.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,15 @@
2
2
title: Manage NSG Flow Logs using Grafana
3
3
titleSuffix: Azure Network Watcher
4
4
description: Manage and analyze Network Security Group Flow Logs in Azure using Network Watcher and Grafana.
5
-
services: network-watcher
6
5
author: halkazwini
7
6
ms.service: network-watcher
8
7
ms.topic: how-to
9
-
ms.date: 05/03/2023
8
+
ms.date: 05/31/2024
10
9
ms.author: halkazwini
11
-
ms.custom: engagement-fy23, linux-related-content
10
+
ms.custom: linux-related-content
12
11
---
13
-
# Manage and analyze network security group flow logs using Network Watcher and Grafana
14
12
15
-
> [!CAUTION]
16
-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
13
+
# Manage and analyze network security group flow logs using Network Watcher and Grafana
17
14
18
15
[Network Security Group (NSG) flow logs](nsg-flow-logs-overview.md) provide information that can be used to understand ingress and egress IP traffic on network interfaces. These flow logs show outbound and inbound flows on a per NSG rule basis, the NIC the flow applies to, 5-tuple information about the flow (Source/Destination IP, Source/Destination Port, Protocol), and if the traffic was allowed or denied.
19
16
@@ -39,7 +36,7 @@ In this example Grafana, ElasticSearch, and Logstash are configured on an Ubuntu
39
36
40
37
You use Logstash to flatten the JSON formatted flow logs to a flow tuple level.
41
38
42
-
The following instructions are used to install Logstash in Ubuntu. For instructions about how to install this package in RHEL/CentOS, refer to the [Installing from Package Repositories - yum](https://www.elastic.co/guide/en/logstash/8.7/installing-logstash.html#_yum) article.
39
+
The following instructions are used to install Logstash in Ubuntu. For instructions about how to install this package in Red Hat Enterprise Linux, see [Installing from Package Repositories - yum](https://www.elastic.co/guide/en/logstash/8.7/installing-logstash.html#_yum).
43
40
44
41
1. To install Logstash, run the following commands:
45
42
@@ -198,6 +195,6 @@ The following screenshot depicts a graph and chart showing the top flows and the
198
195
199
196
By integrating Network Watcher with ElasticSearch and Grafana, you now have a convenient and centralized way to manage and visualize NSG flow logs as well as other data. Grafana has a number of other powerful graphing features that can also be used to further manage flow logs and better understand your network traffic. Now that you have a Grafana instance set up and connected to Azure, feel free to continue to explore the other functionality that it offers.
200
197
201
-
## Next steps
198
+
## Next step
202
199
203
200
- Learn more about using [Network Watcher](network-watcher-monitoring-overview.md).
0 commit comments