List outputs
Responses
-
200 application/json; Elastic-Api-Version=2023-10-31
OK
Hide response attributes Show response attributes object
-
items array[object]
One of: Hide attributes Show attributes
-
ca_sha256 string
-
ca_trusted_fingerprint string
-
config object
Additional properties are allowed.
-
config_yaml string
-
hosts array[string]
-
id string
-
is_default boolean
-
is_default_monitoring boolean
-
is_internal boolean
-
preset string
Values are
balanced
,custom
,throughput
,scale
, orlatency
. -
proxy_id string
-
shipper object
Additional properties are allowed.
Hide shipper attributes Show shipper attributes object
-
compression_level number
-
disk_queue_compression_enabled boolean
-
disk_queue_enabled boolean
-
disk_queue_encryption_enabled boolean
-
disk_queue_max_size number
-
disk_queue_path string
-
loadbalance boolean
-
-
ssl object
Additional properties are allowed.
Hide ssl attributes Show ssl attributes object
-
certificate string
-
certificate_authorities array[string]
-
key string
-
-
Value is
elasticsearch
.
Hide attributes Show attributes
-
broker_timeout number
-
ca_sha256 string
-
ca_trusted_fingerprint string
-
client_id string
-
compression string
-
compression_level number
-
config object
Additional properties are allowed.
-
config_yaml string
-
connection_type string
Values are
plaintext
orencryption
. -
headers array[object]
-
id string
-
is_default boolean
-
is_default_monitoring boolean
-
is_internal boolean
-
key string
-
partition string
-
password string
-
proxy_id string
-
random object
Additional properties are allowed.
Hide random attribute Show random attribute object
-
group_events number
-
-
required_acks number
-
round_robin object
Additional properties are allowed.
Hide round_robin attribute Show round_robin attribute object
-
group_events number
-
-
sasl object
Additional properties are allowed.
Hide sasl attribute Show sasl attribute object
-
mechanism string
-
-
secrets object
Additional properties are allowed.
-
shipper object
Additional properties are allowed.
Hide shipper attributes Show shipper attributes object
-
compression_level number
-
disk_queue_compression_enabled boolean
-
disk_queue_enabled boolean
-
disk_queue_encryption_enabled boolean
-
disk_queue_max_size number
-
disk_queue_path string
-
loadbalance boolean
-
-
ssl object
Additional properties are allowed.
Hide ssl attributes Show ssl attributes object
-
certificate string
-
certificate_authorities array[string]
-
key string
-
verification_mode string
Values are
none
,full
,certificate
, orstrict
.
-
-
timeout number
-
topic string
-
Use topic instead.
-
Value is
kafka
. -
username string
-
version string
Hide attributes Show attributes
-
ca_sha256 string
-
ca_trusted_fingerprint string
-
config object
Additional properties are allowed.
-
config_yaml string
-
id string
-
is_default boolean
-
is_default_monitoring boolean
-
is_internal boolean
-
proxy_id string
-
secrets object
Additional properties are allowed.
-
shipper object
Additional properties are allowed.
Hide shipper attributes Show shipper attributes object
-
compression_level number
-
disk_queue_compression_enabled boolean
-
disk_queue_enabled boolean
-
disk_queue_encryption_enabled boolean
-
disk_queue_max_size number
-
disk_queue_path string
-
loadbalance boolean
-
-
ssl object
Additional properties are allowed.
Hide ssl attributes Show ssl attributes object
-
certificate string
-
certificate_authorities array[string]
-
key string
-
-
Value is
logstash
.
Hide attributes Show attributes
-
hosts array[string]
-
id string
-
is_default boolean
-
is_default_monitoring boolean
-
is_internal boolean
-
secrets object
Additional properties are allowed.
Hide secrets attribute Show secrets attribute object
-
service_token string
-
-
service_token string
-
Value is
remote_elasticsearch
.
-
-
page integer
-
perPage integer
-
total integer
-
-
400 application/json; Elastic-Api-Version=2023-10-31
Generic Error
Hide response attributes Show response attributes object
-
error string
-
message string
-
statusCode number
-
curl \
-X GET https://localhost:5601/api/fleet/outputs
{
"items": [
{
"ca_sha256": "string",
"ca_trusted_fingerprint": "string",
"config": {},
"config_yaml": "string",
"hosts": [
"string"
],
"id": "string",
"is_default": true,
"is_default_monitoring": true,
"is_internal": true,
"name": "string",
"preset": "balanced",
"proxy_id": "string",
"shipper": {
"compression_level": 42.0,
"disk_queue_compression_enabled": true,
"disk_queue_enabled": true,
"disk_queue_encryption_enabled": true,
"disk_queue_max_size": 42.0,
"disk_queue_path": "string",
"loadbalance": true
},
"ssl": {
"certificate": "string",
"certificate_authorities": [
"string"
],
"key": "string"
},
"type": "elasticsearch"
}
],
"page": 42,
"perPage": 42,
"total": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42.0
}