Skip to content

Commit 23420c4

Browse files
authored
Pseudo rebase
1 parent 738490c commit 23420c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ You use Logstash to flatten the JSON formatted flow logs to a flow tuple level.
100100
"destPort" => "%{[records][properties][flows][flows][flowTuples][4]}"
101101
"protocol" => "%{[records][properties][flows][flows][flowTuples][5]}"
102102
"trafficflow" => "%{[records][properties][flows][flows][flowTuples][6]}"
103-
"traffic" => "%{[records][properties][flows][flows][flowTuples][7]}"
103+
"traffic" => "%{[records][properties][flows][flows][flowTuples][7]}"
104104
"flowstate" => "%{[records][properties][flows][flows][flowTuples][8]}"
105-
"packetsSourceToDest" => "%{[records][properties][flows][flows][flowTuples][9]}"
105+
"packetsSourceToDest" => "%{[records][properties][flows][flows][flowTuples][9]}"
106106
"bytesSentSourceToDest" => "%{[records][properties][flows][flows][flowTuples][10]}"
107107
"packetsDestToSource" => "%{[records][properties][flows][flows][flowTuples][11]}"
108-
"bytesSentDestToSource" => "%{[records][properties][flows][flows][flowTuples][12]}"
108+
"bytesSentDestToSource" => "%{[records][properties][flows][flows][flowTuples][12]}"
109109
}
110110
add_field => {
111111
"time" => "%{[records][time]}"

0 commit comments

Comments
 (0)