Skip to content

Commit

Permalink
added filter of mojaloop index for logs to be sent as in the EventSDK…
Browse files Browse the repository at this point in the history
…; added delay for sending requests to EFK
  • Loading branch information
Valentin committed Jan 20, 2020
1 parent 620c504 commit 098d4d8
Show file tree
Hide file tree
Showing 7 changed files with 634 additions and 25 deletions.
12 changes: 7 additions & 5 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,27 @@
}
},
"efk": {
"host": "perf1-fluentd.mojaloop.live",
"host": "dev1-fluentd.mojaloop.live",
"port": 24224,
"timeout": 3.0,
"reconnectInterval": 600,
"requireAckResponse": true,
"namespace": "logstash"
},
"EFK_CLIENT": {
"host": "perf1-elasticsearch.mojaloop.live",
"qConcurrency": 1,
"delayMs": 2000,
"host": "dev1-elasticsearch.mojaloop.live",
"log": "error",
"compression": "gzip",
"index": {
"name": "mojaloop",
"template": "{{index}}-{{date}}"
}
},
"LOG_FILTER": "*:*"
},
"APM": {
"serviceName": "event-stream-processor",
"serverUrl": "http://perf1-apm.mojaloop.live:80",
"serverUrl": "http://dev1-apm.mojaloop.live:80",
"captureErrorLogStackTraces": "never"
},
"PORT": 3082,
Expand Down
Loading

0 comments on commit 098d4d8

Please sign in to comment.