Router
Router nodes are used to route log records to a specific stream for storage and indexing.
note
Router nodes reference streams by their unique name. If the stream does not exist, it will be created automatically.
Example
This will store the log record into the default stream storage:
{
"timestamp": "...",
"fields": {
"content": "hello world"
}
}
⇒