Hello,
INSERT INTO Salesforce
(ID
,AccountName
) VALUES ('109','name)
Now I need to extract Salesforce from the above log?
How should I do that.
Should I use the grok here.
I'm aware of (?Some Pattern)
What should be the pattern here as I should only extract Salesforce
Please suggest
Thanks for your time as always