Skip to content

Commit

Permalink
Fix use of wrong fields in Cisco ASA dashboard (#15553) (#15560)
Browse files Browse the repository at this point in the history
This dashboard wasn't updated after a couple of fields were renamed.

Fixes: #15420
(cherry picked from commit 9d70efd)
  • Loading branch information
adriansr committed Jan 15, 2020
1 parent 26f4ac9 commit 4b0ee2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- netflow: Allow for options templates without scope fields. {pull}15449[15449]
- netflow: Fix bytes/packets counters on some devices (NSEL and Netstream). {pull}15449[15449]
- netflow: Fix compatibility with some Cisco devices by changing the field `class_id` from short to long. {pull}15449[15449]
- Fixed dashboard for Cisco ASA Firewall. {issue}15420[15420] {pull}15553[15553]

*Heartbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
"id": "2",
"params": {
"customLabel": "ACL ID",
"field": "cisco.asa.list_id",
"field": "cisco.asa.rule_name",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
Expand Down Expand Up @@ -878,7 +878,7 @@
"params": {
"aggregate": "concat",
"customLabel": "Sample message",
"field": "log.original",
"field": "event.original",
"size": 1,
"sortField": "@timestamp",
"sortOrder": "desc"
Expand Down

0 comments on commit 4b0ee2a

Please sign in to comment.