I'm pretty new on stunnel and I'm still learning a lot through the documentation. One of the tasks that i need to accomplish is to consolidate all the log information using logstash and ELK. So far I had managed to figure out most of the log file format. Here is an example of my log file
2013.01.11 11:26:35 LOG5[13520:140223486400256]: stunnel3 accepted connection from
127.0.0.1:459392013.01.11 11:26:35 LOG6[13520:140223486400256]: connect_blocking: connecting
123.4.5.6:91302013.01.11 11:26:35 LOG5[13520:140223486498560]: connect_blocking: connected
7.8.9.10:9130The first two fields are date and hour but I don't understand what do the next field means (LOG5, LOG6). Next is the pid, but I don't know anything about the next field. The last one is the error explanation.
Is there documentation about log file format? I'd really appreciate your help.
Greetings from Venezuela,
Alfredo