diff --git a/CHANGELOG.md b/CHANGELOG.md index a26d5eb4..88ecf489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.86] 2021-10-05 + +### Changed + +- `cisco_catalyst`: Renamed `facility` to `facility_text` ([PR354](https://github.com/observIQ/stanza-plugins/pull/354)) + ## [0.0.85] 2021-10-04 ### Added diff --git a/plugins/cisco_catalyst.yaml b/plugins/cisco_catalyst.yaml index cd866667..1c89cf3b 100644 --- a/plugins/cisco_catalyst.yaml +++ b/plugins/cisco_catalyst.yaml @@ -38,7 +38,7 @@ pipeline: add_labels: {{$add_labels}} - type: regex_parser - regex: '^(?P\d+):\s+(?P\w{3}\s+\d{1,2}\s+\d{2}:\d{2}:\d{2}\s+\w{3}):\s+%(?P[^-]+)-(?P\d+)-(?P[^:]+):\s*(?P.*)' + regex: '^(?P\d+):\s+(?P\w{3}\s+\d{1,2}\s+\d{2}:\d{2}:\d{2}\s+\w{3}):\s+%(?P[^-]+)-(?P\d+)-(?P[^:]+):\s*(?P.*)' timestamp: parse_from: $record.timestamp layout_type: gotime