paint-brush
Flog: A fake log generator for common log formatsby@mingrammer
8,875 reads
8,875 reads

Flog: A fake log generator for common log formats

by mingrammerApril 28th, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

I made an another command line tool, the flog. flog is a fake log generator for common log formats such as apache-common, apache error and RFC3164 syslog: <a href="https://github.com/mingrammer/flog" target="_blank">flog</a>

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Flog: A fake log generator for common log formats
mingrammer HackerNoon profile picture

I made an another command line tool, the flog. flog is a fake log generator for common log formats such as apache-common, apache error and RFC3164 syslog: flog

It is useful for testing some tasks which require log data like amazon kinesis log stream test.

Flog currently supports following features:

  • Completely random log generator
  • Support apache common, apache combined, apache error and rfc3164 log format
  • Support stdout, file and gzip type of logging

And I have a plan for support below additional features for next versions.

  • Contextual random log generator
  • Statistical random log generator
  • Support some other syslog formats
  • Support custom log format (Most important feature, it will be added to flog version 1.0.0)

I hope this could help someone who want to test something which require log data.

Thanks.