Get ingest stream settings Technical Preview

GET /api/streams/{name}/_ingest

Fetches the ingest settings of an ingest stream definition

application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/_ingest
curl \
 --request GET 'https://localhost:5601/api/streams/{name}/_ingest' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}