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

Add common event format plugin #328

Merged
merged 13 commits into from
Sep 29, 2021
Prev Previous commit
Next Next commit
rebase
jsirianni committed Sep 29, 2021
commit 80f6654dd0bbb14c78f8e99035690a5c534abc12
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,10 +5,28 @@ 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.81] Unreleased

## [0.0.83] Unreleased

### Added

- Add `tcp` and `udp` plugin ([PR341](https://github.com/observIQ/stanza-plugins/pull/341))
- Added `common_event_format` plugin ([328](https://github.com/observIQ/stanza-plugins/pull/328))

### Fixed

- HAProxy: Handle issue where http logs might fail if extra field is present [PR346](https://github.com/observIQ/stanza-plugins/pull/346)

## [0.0.82] 2021-09-28

### Fixed

- OracleDB: Resolved parsing issue related to multiple audit log formats [PR341](https://github.com/observIQ/stanza-plugins/pull/343)

## [0.0.81] 2021-09-28

- HAProxy: Resolved an issue where http logs using default format can fail to parse ([PR342](https://github.com/observIQ/stanza-plugins/pull/342))

## [0.0.80] 2021-09-23

### Fixed
You are viewing a condensed version of this merge commit. You can view the full changes here.