Skip to content

Commit

Permalink
added EU receiver URL in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef authored Aug 31, 2017
1 parent 870a927 commit 9b188cc
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 @@ -19,7 +19,7 @@ logger.add (logsene, {token: process.env.LOGSENE_TOKEN, type: 'test_logs'})

- __token__ - Create your free account and access token [here](https://apps.sematext.com/users-web/register.do).
- __type__ - Type of your logs - please note you can define [Elasticsearch mapping templates in Logsene](http://blog.sematext.com/2015/02/09/elasticsearch-mapping-types-for-json-logging/)
- __url__ - Logsene receiver URL (e.g. for Logsene On Premises), defaults to ```'https://logsene-receiver.sematext.com/_bulk'```
- __url__ - Logsene receiver URL (e.g. for Logsene On Premises), defaults to Sematext Cloud (US) receiver `https://logsene-receiver.sematext.com/_bulk`. To ship logs to Sematext Cloud (EU) in Europe use `https://logsene-receiver.eu.sematext.com/_bulk`
- __handleExceptions__ - boolean 'true' logs 'uncaught exceptions'
- __exitOnError__ - if set to 'false' process will not exit after logging the 'uncaught exceptions'
- __source__ - name of the logging source, by default name of the main node.js module
Expand Down

0 comments on commit 9b188cc

Please sign in to comment.