Update an existing forward config
Update a forward config, to forward log events outside the Bronto system
Authorizations
Path Parameters
The ID of the config to update
Body
The name of the config
1 - 255
"Archive data to S3"
The compression algorithm to use, to reduce the payload size (ZSTD recommended)
ZSTD
, GZIP
, NONE
True to forward all logs, logs created in future will be automatically forwarded
Extra contextual information to add to the forward config.
1000
"Sending data to S3 for long term store"
Optional filter, to forward only some events and discard others
255
"level='ERROR' or level='WARN'"
The list of log ids to forward. Required if all_logs is set to false, ignored if all_logs is set to true
The max size of the payload in bytes, before compression. Payload of smaller size can be delivered by the system
1000000 <= x <= 1000000000
10000000
The max number of log events in a payload. Payloads with less events can be delivered by the system
1000 <= x <= 1000000000
1000
The maximum time waited by the system while buffering events to build a payload
60000 <= x <= 86400000
300000
Response
unique identifier for the config
The name of the config
1 - 255
"Archive data to S3"
The compression to use to reduce the payload size
ZSTD
, GZIP
, NONE
True to forward all logs, logs created in future will be automatically forwarded
The timestamp when the config was created
1710948395538
Extra contextual information to add to the forward config.
1000
"Sending data to S3 for long term store"
Optional filter to forward only some events and discard others
255
"level='ERROR' or level='WARN'"
The list of log ids to forward. Required if all_logs is set to false, ignored if all_logs is set to true
The max size of the payload in bytes, before compression. Payload of smaller size can be delivered by the system
1000000 <= x <= 1000000000
10000000
The max number of log events in a payload. Payloads with less events can be delivered by the system
1000 <= x <= 1000000000
1000
The maximum time waited by the system while buffering events to build a payload.
60000 <= x <= 86400000
300000