Skip to main content

types.NodeCapabilities

inputsstring[]

Inputs are the data input types the node can handle (e.g., "syslog", "beats")

outputsstring[]

Outputs are the data output types the node can send to (e.g., "elasticsearch", "s3")

processorsstring[]

Processors are the data processors available (e.g., "grok", "json")

runtimesstring[]

Runtimes are the execution runtimes available (e.g., "docker", "wasm")

types.NodeCapabilities
{
"inputs": [
"string"
],
"outputs": [
"string"
],
"processors": [
"string"
],
"runtimes": [
"string"
]
}