Skip to content

Commit 906d1da

Browse files
Merge pull request #276915 from halkazwini/nw-tool
Network Watcher: Updates: Visualize Azure Network Watcher NSG flow logs using open source tools
2 parents f7a0126 + 15a5c88 commit 906d1da

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ services: network-watcher
66
author: halkazwini
77
ms.service: network-watcher
88
ms.topic: how-to
9-
ms.date: 05/03/2023
9+
ms.date: 05/31/2024
1010
ms.author: halkazwini
11-
ms.custom: engagement-fy23, linux-related-content
1211
---
1312

1413
# Visualize Azure Network Watcher NSG flow logs using open source tools
1514

16-
> [!CAUTION]
17-
> 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).
18-
1915
Network Security Group flow logs provide information that can be used understand ingress and egress IP traffic on Network Security Groups. These flow logs show outbound and inbound flows on a per 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.
2016

2117
These flow logs can be difficult to manually parse and gain insights from. However, there are several open source tools that can help visualize this data. This article provides a solution to visualize these logs using the Elastic Stack, which allows you to quickly index and visualize your flow logs on a Kibana dashboard.
@@ -38,7 +34,7 @@ By connecting NSG flow logs with the Elastic Stack, we can create a Kibana dashb
3834

3935
#### Install Elasticsearch
4036

41-
The following instructions are used to install Elasticsearch in Ubuntu Azure VMs. For instructions about how to install elastic search in RHEL/CentOS distributions, see [Install Elasticsearch with RPM](https://www.elastic.co/guide/en/elasticsearch/reference/8.6/rpm.html).
37+
The following instructions are used to install Elasticsearch in Ubuntu Azure VMs. For instructions on how to install elastic search in Red Hat Enterprise Linux, see [Install Elasticsearch with RPM](https://www.elastic.co/guide/en/elasticsearch/reference/8.6/rpm.html).
4238

4339
1. The Elastic Stack from version 5.0 and above requires Java 8. Run the command `java -version` to check your version. If you don't have Java installed, see the documentation on the [Azure-suppored JDKs](/azure/developer/java/fundamentals/java-support-on-azure).
4440
2. Download the correct binary package for your system:
@@ -78,7 +74,7 @@ For further instructions on installing Elastic search, see [Installation instruc
7874

7975
### Install Logstash
8076

81-
The following instructions are used to install Logstash in Ubuntu. For instructions about how to install this package in RHEL/CentOS, see the [Installing from Package Repositories - yum](https://www.elastic.co/guide/en/logstash/8.7/installing-logstash.html#_yum) article.
77+
The following instructions are used to install Logstash in Ubuntu. For instructions on how to install this package in Red Hat Enterprise Linux, see the [Installing from Package Repositories - yum](https://www.elastic.co/guide/en/logstash/8.7/installing-logstash.html#_yum) article.
8278

8379
1. To install Logstash run the following commands:
8480

@@ -181,7 +177,7 @@ For more information about this plugin, see the [documentation](https://github.c
181177
182178
### Install Kibana
183179
184-
For instructions about how to install Kibana in RHEL/CentOS systems, see [Install Kibana with RPM](https://www.elastic.co/guide/en/kibana/current/rpm.html).
180+
For instructions on how to install Kibana in Red Hat Enterprise Linux, see [Install Kibana with RPM](https://www.elastic.co/guide/en/kibana/current/rpm.html).
185181
For instructions about how to install Kibana in Ubuntu/Debian systems using a repository package, see [Install Kibana from APT repository](https://www.elastic.co/guide/en/kibana/current/deb.html).
186182
187183
Then following instructions were tested in Ubuntu and could be used in different Linux distributions as they aren't Ubuntu specific.

0 commit comments

Comments
 (0)