GET
/_node/pipelines
curl \
--request GET 'http://api.example.com/_node/pipelines' \
--user "username:password"
Response examples (200)
{
"pipelines": {
"ingestion-pipeline": {
"workers": 8,
"batch_size": 125,
"batch_delay": 5,
"config_reload_interval": 3,
"config_reload_automatic": false,
"dead_letter_queue_enabled": false
},
"aggregation-pipeline": {
"workers": 1,
"batch_size": 125,
"batch_delay": 50,
"config_reload_interval": 3,
"config_reload_automatic": false,
"dead_letter_queue_enabled": false
}
}
}