put https://{hostname}/datastream-config-api/v2/log/streams/
Updates the latest version of a stream. Running this operation creates a version of the stream that replaces the existing one. Note that only active streams collect and send logs to their destinations. You need to set the activate
parameter to true
while patching active streams, and optionally for inactive streams if you want to activate them upon request. See Version management and Activate a stream.
Recipes
🦉
Edit a stream (v2)
Open Recipe