Hello everyone, we are currently developing a parser for logs that are in JSON format (not raw JSON). Is it possible to create a parser specifically designed for parsing JSON logs?
{
"id": "*****",
"asset": {
"id": "****",
"name": "******",
"display_ipv4_address": "*****"
}
Can we write a parser if the log is in the above format, Without ingesting as raw json
if yes can you please help me with a sample parser
