Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit c112f73

Browse files
author
Chris Wiechmann
committed
[skip ci] Simple architecture updated
1 parent 3bed0bc commit c112f73

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

apibuilder4elastic/conf/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
// Payload configuration settings
3636
payload: {
3737
// Parameter is used, to enable or disable payload handling (defaults to true, if disabled a 501 is returned)
38-
enabled: Boolean(process.env.PAYLOAD_HANDLING_ENABLED) ? false: true,
38+
enabled: ("false" == process.env.PAYLOAD_HANDLING_ENABLED) ? false : true,
3939
// Mainly used for tests as normally the folder to payload should be fixed
4040
folder: process.env.PAYLOAD_FOLDER || '/var/log/payloads',
4141
// Limit the payload to a certain size (in Byte)

architecture/classic-simple-filebeat-native/Architecture-Examples.drawio

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
10.3 KB
Loading

0 commit comments

Comments
 (0)