Data Management Overview
Embedded JSON
// Unstructured log line with structured data embedded.
user login attempt {"user":"LGQ123","type":"admin","is_active":1}Key-Value Pairs
// Unstructured log line with key-value pairs.
user login attempt user:LGQ123 type=admin is_active:=1IP addresses

Last updated
Was this helpful?