Skip to content

Instantly share code, notes, and snippets.

@toru-takahashi
Last active January 1, 2016 05:39
Show Gist options
  • Save toru-takahashi/8100112 to your computer and use it in GitHub Desktop.
Save toru-takahashi/8100112 to your computer and use it in GitHub Desktop.
for blog
# 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