I am looking for some good documentation that would explain how I can pull logs from a file and apply a certain schema to that log file format. I have gone threw the exercise of sending a file using a Avro source/sink with the flume_ng avro_client to a flume_ng agent but my understanding is that this is just using a "default Avro schema”. I want to be able build the schema a certain way. Assuming it is doable, is there anything out that documents this process?
Thanks, Ed