From 2e9a56e645607a8651bbf9d0170de6f094c234d8 Mon Sep 17 00:00:00 2001 From: SG <13872653+mmguero@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:08:18 -0700 Subject: [PATCH] fix problem in template with ospf.prefix type (was integer, should have been keyword) --- dashboards/malcolm_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/malcolm_template.json b/dashboards/malcolm_template.json index 4725a23c8..e6e0e6136 100644 --- a/dashboards/malcolm_template.json +++ b/dashboards/malcolm_template.json @@ -777,7 +777,7 @@ "zeek.ospf.link_type": { "type": "keyword" }, "zeek.ospf.lsa_type": { "type": "keyword" }, "zeek.ospf.metric": { "type": "integer" }, - "zeek.ospf.metrics": { "type": "integer" }, + "zeek.ospf.metrics": { "type": "long" }, "zeek.ospf.neighbor_interface_id": { "type": "integer" }, "zeek.ospf.neighbor_router_id": { "type": "ip" }, "zeek.ospf.neighbors": { "type": "ip" },