How to extract data from this pattern, with grok filter its not working
below data is available in log file
logEvent": {
"message": "JDBC - Exception. Not retrying. event: "{"LastModifiedDate":"2018-09-12T18:19:15.000Z","Ownership":"Public","Website":"http://www.uos.com","NumberOfEmployees":24000"}
I need to extract column/event name as "NumberOfEmployees"
NumberOfEmployees : 24000