To be able to test the dashboard quickly, it would be great to have a tool to append data into log file randomly
For now, it's also be possible to do:
echo "127.0.0.1 - jill [09/May/2018:16:00:41 +0000] "GET /api/user HTTP/1.0" 200 234
127.0.0.1 - frank [09/May/2018:16:00:42 +0000] "POST /api/user HTTP/1.0" 200 34
127.0.0.1 - mary [09/May/2018:16:00:42 +0000] "POST /api/user HTTP/1.0" 503 12
127.0.0.1 - james [09/May/2018:16:00:39 +0000] "GET /report HTTP/1.0" 200 123
127.0.0.1 - james [09/May/2018:16:00:39 +0000] "GET /report HTTP/1.0" 200 121
" >> localfile.log
To be able to test the dashboard quickly, it would be great to have a tool to append data into log file randomly
For now, it's also be possible to do: