Sha256: f22a1fd5c19e19724ca85c16a31205d5a963853e0a2afc03e7ff7c4534546981
Contents?: true
Size: 530 Bytes
Versions: 9
Compression:
Stored size: 530 Bytes
Contents
<source> @type forward port 24224 </source> <filter messages> @type parser format grok <grok> pattern %{COMBINEDAPACHELOG:message} time_format "%d/%b/%Y:%H:%M:%S %z" </grok> key_name message </filter> <match messages> @type solr # url http://localhost:8983/solr/collection1 zk_host localhost:2181/solr collection collection1 ignore_undefined_fields false flush_size 100 buffer_type memory buffer_queue_limit 64m buffer_chunk_limit 8m flush_interval 10s commit_with_flush true </match>
Version data entries
9 entries across 9 versions & 1 rubygems