Azure Network Watcher

Download 39
Last updated Jun 24, 2026

azure-networkwatcher-flow-logs

Download Network Watcher flow logs for a specified time range from Azure Storage account.

Syntax

azure-networkwatcher-flow-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]

Options

profile=PROFILE
Optional. Azure Network Watcher flow logs connect profile code
duration=NUM{mon|w|d|h|m|s}
Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means data from 10 seconds earlier.
from=yyyyMMddHHmmss
Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
to=yyyyMMddHHmmss
Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.

Output Fields

FieldTypeNameDescription
_timeDateEvent time
profileStringConnect profileAzure Network Watcher flow logs connect profile code.
cloud_resource_groupStringCloud resource groupResource group name
cloud_resource_nameStringCloud resource nameResource name
directionStringDirectione.g. outbound, inbound
src_ipIP addressSource IP
src_portIntegerSource port
dst_ipIP addressDestination IP
dst_portIntegerDestination port
protocolStringProtocole.g. TCP, UDP
policyStringPolicySecurity rule name
actionStringActione.g. PERMIT, DENY
stateStringStatee.g. start, end, continue, deny
total_bytesLongTotal bytesSum of sent_bytes and rcvd_bytes.
sent_bytesLongSent bytesBytes from client to server.
rcvd_bytesLongReceived bytesBytes from server to client.
total_pktsLongTotal packetsSum of sent_pkts and rcvd_pkts.
sent_pktsLongSent packetsPackets from client to server.
rcvd_pktsLongReceived packetsPackets from server to client.
cloud_resourceStringCloud resourceFull qualified Azure resource name
blob_pathStringBlob pathOrigin blob
acl_idStringACL ID
macStringMAC address
encryptionStringEncryptione.g. X, NX, NX_HW_NOT_SUPPORTED ...