Ingest records with dynamic schemas
Storing records with dynamic schemas in a table with a fixed schema.
{
"timestamp": 1687786535928,
"hostname": "host1",
"HOSTNAME": "host1",
"level": "INFO",
"message": "Started processing job1",
"tags": {
"platform": "data",
"service": "serializer",
"params": {
"queueLength": 5,
"timeout": 299,
"userData_noIndex": {
"nth": 99
}
}
}
}SchemaConformingTransformer Configuration
Was this helpful?

