list_streams
List readable Graylog streams with id, title, and default-stream exclusion status. Use titleContains to find a specific stream, as results are capped at limit.
Instructions
List the Graylog streams the API token can read (id + title, and whether each removes its matches from the Default Stream). To search everything, pass streams:"*" to search/analyze rather than listing streams here. A cluster can hold thousands of streams, so results are capped — use titleContains to find one specific named stream (e.g. a service whose logs are absent from the Default Stream).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max streams to return. Default: 50. | |
| instance | No | Graylog instance to query. Active: "instance_1". Default: "instance_1". | |
| titleContains | No | Case-insensitive substring filter on the stream title. |