Skip to content

Commit

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

Fixes: elastic#15420
(cherry picked from commit 9d70efd)
  • Loading branch information
adriansr committed Jan 14, 2020
1 parent 62a1bba commit 47eb4c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix SSL config in input.yml for Filebeat httpjson input in the MISP module. {pull}14767[14767]
- Check content-type when creating new reader in s3 input. {pull}15252[15252] {issue}15225[15225]
- Fix session reset detection and a crash in Netflow input. {pull}14904[14904]
- Handle errors in handleS3Objects function and add more debug messages for s3 input. {pull}15545[15545]
- 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 47eb4c2

Please sign in to comment.