File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ You use Logstash to flatten the JSON formatted flow logs to a flow tuple level.
100
100
" destPort" => " %{[records][properties][flows][flows][flowTuples][4]}"
101
101
" protocol" => " %{[records][properties][flows][flows][flowTuples][5]}"
102
102
" trafficflow" => " %{[records][properties][flows][flows][flowTuples][6]}"
103
- " traffic" => " %{[records][properties][flows][flows][flowTuples][7]}"
103
+ " traffic" => " %{[records][properties][flows][flows][flowTuples][7]}"
104
104
" flowstate" => " %{[records][properties][flows][flows][flowTuples][8]}"
105
- " packetsSourceToDest" => " %{[records][properties][flows][flows][flowTuples][9]}"
105
+ " packetsSourceToDest" => " %{[records][properties][flows][flows][flowTuples][9]}"
106
106
" bytesSentSourceToDest" => " %{[records][properties][flows][flows][flowTuples][10]}"
107
107
" packetsDestToSource" => " %{[records][properties][flows][flows][flowTuples][11]}"
108
- " bytesSentDestToSource" => " %{[records][properties][flows][flows][flowTuples][12]}"
108
+ " bytesSentDestToSource" => " %{[records][properties][flows][flows][flowTuples][12]}"
109
109
}
110
110
add_field => {
111
111
" time" => " %{[records][time]}"
You can’t perform that action at this time.
0 commit comments