post https://{hostname}/datastream-config-api/v2/log/streams
Creates a stream configuration. Within a stream configuration, you can select properties to monitor in the stream, data set fields to collect in logs, and a destination to send these log files to. Get the streamId
value from the response to use in the https://{hostname}/datastream-config-api/v2/log/streams/{streamId}
endpoint URL. Apart from the log and delivery frequency configurations, you can decide whether to activate the stream on making the request or later using the activate
parameter. Note that only active streams collect and send logs to their destinations. See Activate a stream.
Recipes
🦉
Create a stream for Amazon S3 (v2)
Open Recipe
🦉
Create a stream for Azure (v2)
Open Recipe
🦉
Create a stream for a custom HTTPS endpoint (v2)
Open Recipe
🦉
Create a stream for Datadog (v2)
Open Recipe
🦉
Create a stream for Elasticsearch (v2)
Open Recipe
🦉
Create a stream for Google Cloud Storage (v2)
Open Recipe
🦉
Create a stream for Loggly (v2)
Open Recipe
🦉
Create a stream for New Relic (v2)
Open Recipe
🦉
Create a stream for Oracle Cloud (v2)
Open Recipe
🦉
Create a stream for Splunk (v2)
Open Recipe
🦉
Create a stream for Sumo Logic (v2)
Open Recipe
🦉
Create a stream for an S3-compatible destination (v2)
Open Recipe