Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
weyrick committed Jun 12, 2020
1 parent 4ca2ba3 commit 39c5bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reporting/top_n.elk
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
state.top_n["dns_top_refused"] = new LinkedHashMap();
state.top_n["dns_top_srvfail"] = new LinkedHashMap();
state.top_n["dns_top_udp_ports"] = new LinkedHashMap();
state.top_n["dns_xact_in_top_slow"] = new LinkedHashMap();
state.top_n["dns_xact_out_top_slow"] = new LinkedHashMap();
state.top_n["packets_top_ASN"] = new LinkedHashMap();
state.top_n["packets_top_geoLoc"] = new LinkedHashMap();
state.top_n["packets_top_ipv4"] = new LinkedHashMap();
state.top_n["packets_top_ipv6"] = new LinkedHashMap();
state.top_n["xact_in_top_slow"] = new LinkedHashMap();
state.top_n["xact_out_top_slow"] = new LinkedHashMap();
""",
"map_script": """
long deep = doc["http.packets_deep_samples"][0].longValue();
Expand Down Expand Up @@ -90,4 +90,4 @@
return top_n;
"""
}
}
}

0 comments on commit 39c5bf8

Please sign in to comment.