Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
urielha committed Oct 10, 2015
1 parent 76c1236 commit 6f0bdf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The origin of log4stash is [@jptoto](https://github.com/jptoto)'s [log4net.Elast
### Breaking Changes:
* The definition of IElasticAppenderFilter has been changed, PrepareEvent has only one parameter and PrepareConfiguration's parameter type has changed to IElasticsearchClient.

#### :green_book: Version 1.1.0 note:
* log4stash 1.1.0 has new feature `SerializeObjects`, if true (the default) it serializes the exception object and message object into json object and add them to Elastic. You can see them under "MessageObject" and "ExceptionObject" keys. - [Related commit](https://github.com/urielha/log4stash/commit/560676de9b074be70e00f93566c543a846ba5c8e)

### Filters:
* **Add** - add new key and value to the event.
* **Remove** - remove key from the event.
Expand Down

0 comments on commit 6f0bdf0

Please sign in to comment.