Skip to content

Commit 05fc98d

Browse files
authored
Adding FLow logs v2 support
1 parent 7612bc8 commit 05fc98d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/network-watcher/network-watcher-nsg-grafana.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ You use Logstash to flatten the JSON formatted flow logs to a flow tuple level.
104104
"protocol" => "%{[records][properties][flows][flows][flowTuples][5]}"
105105
"trafficflow" => "%{[records][properties][flows][flows][flowTuples][6]}"
106106
"traffic" => "%{[records][properties][flows][flows][flowTuples][7]}"
107+
"flowstate" => "%{[records][properties][flows][flows][flowTuples][8]}"
108+
"packetsSourceToDest" => "%{[records][properties][flows][flows][flowTuples][9]}"
109+
"bytesSentSourceToDest" => "%{[records][properties][flows][flows][flowTuples][10]}"
110+
"packetsDestToSource" => "%{[records][properties][flows][flows][flowTuples][11]}"
111+
"bytesSentDestToSource" => "%{[records][properties][flows][flows][flowTuples][12]}"
107112
}
108113
add_field => {
109114
"time" => "%{[records][time]}"

0 commit comments

Comments
 (0)