Unsure if this applies to your logs? Send us a message at hello@betterstack.com!
Explore documentation
Automatic JSON extraction from strings
We automatically recognize when a field contains a generic string followed by a JSON, and we expand it so that you can search it easily.
Example of payloads Logs supports:
Simple text string
Simple JSON
If there is any string before the JSON, the string will be in the original field and the parsed fields will be added with _json suffix, e.g. message and message_json:
String followed by JSON
All fields ending with a valid JSON are parsed in this way:
Multiple JSONs