Router
Router nodes are used to route log records to a specific stream for storage and indexing.
NB: Router nodes references 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"
}
}
⇒