Parseable Docs

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.

PUT
/api/v1/logstream/{stream_name}

Authorization

AuthorizationRequiredBasic <token>

In: header

Path Parameters

stream_nameRequiredstring

Response Body

Successful response

curl -X PUT "https://demo.parseable.com/api/v1/logstream/string" \
  -H "Authorization: Basic <token>"
Empty