nginx-log-generator icon indicating copy to clipboard operation
nginx-log-generator copied to clipboard

A tiny Go utility to generate a large amount realistic-looking Nginx logs quickly.

Results 4 nginx-log-generator issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for the tool, it helped me a lot. I used it to debug in loki. but I needed the same Ip addresses. you can check it docker run...

For various testing scenarios with [promtail](https://grafana.com/docs/loki/latest/clients/promtail/), it would be handy if it was possible to have the logs going into a file (ephemeral storage) instead of stdout.

This PR implements a very simple method to allow the log rate to vary over time. The fuzz variable indicates how much time might be added or subtracted from the...

For some applications, it may be desirable to have the rate of generated logs be variable. The rate could be configured to roam between a range of logs per second,...