Skip to content

Commit 39c5bf8

Browse files
committed
fix name
1 parent 4ca2ba3 commit 39c5bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reporting/top_n.elk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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();
@@ -90,4 +90,4 @@
9090
return top_n;
9191
"""
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)