Skip to content

Commit

Permalink
Fix use of wrong fields in Cisco ASA dashboard
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
  • Loading branch information
adriansr committed Jan 14, 2020
1 parent dd553b3 commit d5151b9
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 @@ -230,6 +230,7 @@ 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]
- Fixed dashboard for Cisco ASA Firewall. {issue}15420[15420]

*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 d5151b9

Please sign in to comment.