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 1010 state.top_n["dns_top_refused"] = new LinkedHashMap();
1111 state.top_n["dns_top_srvfail"] = new LinkedHashMap();
1212 state.top_n["dns_top_udp_ports"] = new LinkedHashMap();
13+ state.top_n["dns_xact_in_top_slow"] = new LinkedHashMap();
14+ state.top_n["dns_xact_out_top_slow"] = new LinkedHashMap();
1315 state.top_n["packets_top_ASN"] = new LinkedHashMap();
1416 state.top_n["packets_top_geoLoc"] = new LinkedHashMap();
1517 state.top_n["packets_top_ipv4"] = new LinkedHashMap();
1618 state.top_n["packets_top_ipv6"] = new LinkedHashMap();
17- state.top_n["xact_in_top_slow"] = new LinkedHashMap();
18- state.top_n["xact_out_top_slow"] = new LinkedHashMap();
1919 """,
2020 "map_script": """
2121 long deep = doc["http.packets_deep_samples"][0].longValue();
9090 return top_n;
9191 """
9292 }
93- }
93+ }
You can’t perform that action at this time.
0 commit comments