Why not converting to JSON? I do exactly this, parse the syslog (into attributes), convert attributes to JSON, JSON->Avro. I had to have an intermediate Avro schema that was only strings due to a problem converting JSON integers into equivalent Avro, then convert Avro schema to final one (that included ints). HTH, Conrad
From: Madhukar Thota <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, 26 July 2016 at 09:52 To: "[email protected]" <[email protected]> Subject: Syslog to avro format Friends, What is the best way to get Syslog data into avro format without converting to JSON? Any suggestions? ***This email originated outside SecureData*** Click here<https://www.mailcontrol.com/sr/MZbqvYs5QwJvpeaetUwhCQ==> to report this email as spam. SecureData, combating cyber threats ______________________________________________________________________ The information contained in this message or any of its attachments may be privileged and confidential and intended for the exclusive use of the intended recipient. If you are not the intended recipient any disclosure, reproduction, distribution or other dissemination or use of this communications is strictly prohibited. The views expressed in this email are those of the individual and not necessarily of SecureData Europe Ltd. Any prices quoted are only valid if followed up by a formal written quote. SecureData Europe Limited. Registered in England & Wales 04365896. Registered Address: SecureData House, Hermitage Court, Hermitage Lane, Maidstone, Kent, ME16 9NT
