Last active
January 1, 2016 05:39
-
-
Save toru-takahashi/8100112 to your computer and use it in GitHub Desktop.
for blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dummy_log_generator.conf | |
configure 'sample' do | |
output "/var/log/dummy.log" | |
rate 50 | |
delimiter "," | |
labeled false | |
field :id, type: :integer, countup: true, format: "%04d" | |
field :time, type: :datetime, format: "%Y-%m-%d %H:%M:%S", random: false | |
field :level, type: :string, any: %w[DEBUG INFO WARN ERROR] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment