Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hadoop plugin to remove preserve_to from severity #230

Merged
merged 1 commit into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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