Skip to content

Commit

Permalink
fix problem in template with ospf.prefix type (was integer, should ha…
Browse files Browse the repository at this point in the history
…ve been keyword)
  • Loading branch information
mmguero committed Feb 24, 2022
1 parent 57d372a commit 2e9a56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/malcolm_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 2e9a56e

Please sign in to comment.