Create a dataset
This endpoint is used to create a new dataset within Parseable.
A dataset is a group of similar logs. For example, you can create a dataset for a specific application's logs, another dataset for your database logs, and so on. You can create as many datasets as needed to organize and manage logs efficiently.
Authorization
Authorization
RequiredBasic <token>In: header
Path Parameters
stream_name
RequiredstringResponse Body
Successful response
curl -X PUT "https://demo.parseable.com/api/v1/logstream/string" \
-H "Authorization: Basic <token>"
Empty