REQUEST to server owners, logfiles needed

iScripters

New member
Hi server owners. I am currently working on a log parser for dedicated 7 Days To Die servers with a web front-end. It could be used to get some statistics on your server or maybe even extended to be a Server Manager in the future.

While creating the parser I currently rely on the logs of my own server (which has an uptime of about 11 hours now, and me as the only player... not much to parse there) but I would really like some more logs from other servers as well in order to parse as much as possible. Any server configuration will do.. EAC, non-EAC, vanilla, modded, A16, A17..

If anyone is willing to share one or more logfiles from there dedicated server with me it would help me a lot in improving the parser.

(Note: This project is currently more for fun and to see if it can grow into someting useful, I cannot guarantee it will ever become a downloadable product. If at any point I decide to drop the project, I am willing to share the source with anyone wanting to continue it. The project is a Django app)

 
I use logstash and dump the logs to an Elasticsearch DB. With Kibana I can view the logs any way I want, text, pie chart, etc.

 
I use logstash and dump the logs to an Elasticsearch DB. With Kibana I can view the logs any way I want, text, pie chart, etc.
Yeah, not a big kibana/es fan... Also, im doing more than just log parsing. I plan to create a complete server manager.

 
Back
Top