Skip to content

Commit

Permalink
Update hadoop plugin to remove preserve_to from severity (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Holt <[email protected]>
  • Loading branch information
ericwholt and Eric Holt authored Feb 18, 2021
1 parent d6a2ab2 commit 3049c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.48] - Unreleased
### Changed
- Update `hadoop` plugin ([PR230](https://github.com/observIQ/stanza-plugins/pull/230))
- Remove `preserve_to` parameter from severity
## [0.0.47] - 2021-02-18
### Changed
- Update `mysql` plugin ([PR228](https://github.com/observIQ/stanza-plugins/pull/228))
Expand Down
5 changes: 1 addition & 4 deletions plugins/hadoop.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plugin Info
version: 0.0.2
version: 0.0.3
title: Apache Hadoop
description: Log parser for Apache Hadoop
parameters:
Expand Down Expand Up @@ -83,7 +83,6 @@ pipeline:
layout: '%Y-%m-%d %H:%M:%S'
severity:
parse_from: hadoop_severity
preserve_to: hadoop_severity
mapping:
warning: warn
critical: fatal
Expand Down Expand Up @@ -111,7 +110,6 @@ pipeline:
layout: '%Y-%m-%d %H:%M:%S'
severity:
parse_from: hadoop_severity
preserve_to: hadoop_severity
mapping:
warning: warn
critical: fatal
Expand Down Expand Up @@ -139,7 +137,6 @@ pipeline:
layout: '%Y-%m-%d %H:%M:%S'
severity:
parse_from: hadoop_severity
preserve_to: hadoop_severity
mapping:
warning: warn
critical: fatal
Expand Down

0 comments on commit 3049c8b

Please sign in to comment.