Skip to content

Commit

Permalink
Update version: 0.5-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dogoncouch committed Aug 28, 2017
1 parent ba2fb35 commit be5c66f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change log
Change log for [siemstress](https://github.com/dogoncouch/siemstress)

## [Unreleased]
## [0.5-alpha] - 2017-08-28
### Added
- `siemparse` now parses from file or stdin
- Example visual rules
- Parse helpers for extended attributes (json string)
- Parse helpers for user-definable extended attributes (json string)
- Example helpers

### Changed
- Trigger rules with TimeInt of 0 automatically start as oneshot
- Updated magnitude logic

- Default rules output to same table

## [0.4-alpha] - 2017-08-26
### Fixed
Expand Down
5 changes: 5 additions & 0 deletions config/siemstress.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ parser=syslogbsd
helpers=HELPERSVis
displayfields=Id,DateStamp,SourceHost,Process,PID,Severity,Message

[siemdefault]
table=SIEMDefault
helpers=HELPERSDef
displayfields=Id,DateStamp,SourceRule,Magnitude,EventCount,Severity,Message

[siemauth]
table=SIEMAuth
helpers=HELPERSDef
Expand Down
2 changes: 1 addition & 1 deletion siemstress/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4-alpha'
__version__ = '0.5-alpha'
__author__ = 'Dan Persons <dpersonsdev@gmail.com>'
__license__ = 'MIT License'
__github__ = 'https://github.com/dogoncouch/siemstress'
Expand Down

0 comments on commit be5c66f

Please sign in to comment.