Consider you are trying to parse telemetry of a application which uses a custom API. Its telemetry is highly complex and the data is generated at a rapid rate. What is an ideal parsing
strategy for the scenario?
select the correct option from below list
a)Write a Custom JVM parser while using Grok as stop gap
b)Write and use a Custom JVM parser
c)Modify a Grok Parser while using JVM parser as stop gap
d)Use in-built Grok Parser