Parseable

Create a log dataset


This endpoint is used to create a new log dataset within Parseable.
A log dataset is a group of similar logs. For example, you can create a log dataset for a specific application's logs, another log dataset for your database logs, and so on. You can create as many log streams as needed to organize and manage logs efficiently.

PUT
/api/v1/logstream/{stream_name}

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Path Parameters

stream_name*string

Response Body

application/json

curl -X PUT "http://localhost:8000/api/v1/logstream/string"
Empty

Was this page helpful?