Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
correct 'nog' to 'not' (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColoradoOrion authored and mivano committed Dec 27, 2017
1 parent 8fbb35a commit cb9f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ See the XML `<appSettings>` example above for a discussion of available `Args` o

### Handling errors

From version 5.5 you have the option to specify how to handle issues with Elasticsearch. Since the sink delivers in a batch, it might be possible that one or more events could actually nog be stored in the Elasticseach store.
From version 5.5 you have the option to specify how to handle issues with Elasticsearch. Since the sink delivers in a batch, it might be possible that one or more events could actually not be stored in the Elasticseach store.
Can be a mapping issue for example. It is hard to find out what happened here. There is a new option called *EmitEventFailure* which is an enum (flagged) with the following options:

- WriteToSelfLog, the default option in which the errors are written to the SelfLog.
Expand Down

0 comments on commit cb9f3e2

Please sign in to comment.