Sha256: 63203fb4e5866394a173e792dbb5cfc2c202385ff5965929849056ec81d6daf4
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
configure 'sample' do host "localhost" port 20000 rate 500 tag type: :string, any: %w[raw.syslog raw.message raw.nginx] field :id, type: :integer, countup: true, format: "%04d" field :level, type: :string, any: %w[DEBUG INFO WARN ERROR] field :method, type: :string, any: %w[GET POST PUT] field :uri, type: :string, any: %w[/api/v1/people /api/v1/textdata /api/v1/messages] field :reqtime, type: :float, range: 0.1..5.0 field :foobar, type: :string, length: 8 end
Version data entries
7 entries across 7 versions & 1 rubygems