Skip to content

Commit 93a116b

Browse files
authored
Fix use of wrong fields in Cisco ASA dashboard (elastic#15553)
This dashboard wasn't updated after a couple of fields were renamed. Fixes: elastic#15420
1 parent e3a42b9 commit 93a116b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
234234
- netflow: Allow for options templates without scope fields. {pull}15449[15449]
235235
- netflow: Fix bytes/packets counters on some devices (NSEL and Netstream). {pull}15449[15449]
236236
- netflow: Fix compatibility with some Cisco devices by changing the field `class_id` from short to long. {pull}15449[15449]
237+
- Fixed dashboard for Cisco ASA Firewall. {issue}15420[15420] {pull}15553[15553]
237238

238239
*Heartbeat*
239240

x-pack/filebeat/module/cisco/_meta/kibana/7/dashboard/Filebeat-Cisco-ASA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
"id": "2",
765765
"params": {
766766
"customLabel": "ACL ID",
767-
"field": "cisco.asa.list_id",
767+
"field": "cisco.asa.rule_name",
768768
"missingBucket": false,
769769
"missingBucketLabel": "Missing",
770770
"order": "desc",
@@ -878,7 +878,7 @@
878878
"params": {
879879
"aggregate": "concat",
880880
"customLabel": "Sample message",
881-
"field": "log.original",
881+
"field": "event.original",
882882
"size": 1,
883883
"sortField": "@timestamp",
884884
"sortOrder": "desc"

0 commit comments

Comments
 (0)