Log parser using grok

Hi All,

I need help with log parser . I have log file as below :

java_version=“1.8.0_191-b12”, vendor=“Oracle Corporation”, Installation_status=“1”

I want the output as :
java_version{version=“1.8.0_191-b12”,vendor"Oracle Corporation",} 1

Please help, how I can parse grok to get above output . Thanks