Skip to main content
Question

Parsing for nested Json

  • December 18, 2025
  • 0 replies
  • 6 views

ashu

Hi all 

i am having issue parsing nested Json 

the event goes like 
{
  "records": [
    {
      "time": "2025-12-18T17:25:46.3598689Z",
      "operationName": "Publish"

}

{

"time": "2025-12-18T17:25:46.3598689Z",
      "operationName": "Publish"

}
  ],
  "_time": 1766078828.252,
  "index": "index",
  "sourcetype": "sourcetype",
  "source": "source"
}

so basically, records field have multiple Json event Nested in it  i want to extract to individual events with parent fields like metadata carried to each 
right now when i use event breaker i am getting no change can someone help me