Sha256: f3dbde8163fe0663fe2af680a27dc8d9e98358208d9ec84be802f160eec03860

Contents?: true

Size: 624 Bytes

Versions: 7

Compression:

Stored size: 624 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
  base_url http://localhost:8983/solr
  # zk_host localhost:2181/solr
  collection collection1
  ignore_undefined_fields false
  tag_field tag
  time_field time
  time_format %FT%TZ
  millisecond true
  flush_size 100
  commit_with_flush true

  buffer_type memory
  buffer_queue_limit 64m
  buffer_chunk_limit 8m
  flush_interval 10s
  commit_with_flush true
</match>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-output-solr-1.0.7 fluent.conf
fluent-plugin-output-solr-1.0.6 fluent.conf
fluent-plugin-output-solr-1.0.5 fluent.conf
fluent-plugin-output-solr-1.0.4 fluent.conf
fluent-plugin-output-solr-1.0.3 fluent.conf
fluent-plugin-output-solr-1.0.2 fluent.conf
fluent-plugin-output-solr-0.4.13 fluent.conf