Sha256: 268a8bca19781faed3a57e535add5aa4229ee908d7da04a7e2b2efc729184b90

Contents?: true

Size: 387 Bytes

Versions: 11

Compression:

Stored size: 387 Bytes

Contents

<source>
  type forward
  port 24224
</source>

<source>
  type tail
  format apache
  path /var/log/httpd/access_log
  pos_file /var/log/td-agent/access.pos
  tag apache.access
</source>

<match apache.access>
  type http_shadow
  host staging.exsample.com
  path_format ${path}
  method_key method
  header_hash { "Referer": "${referer}", "X-Forwarded-For": "${ip_address}" }
</match>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-http_shadow-0.1.1 exsample/exsample.conf
fluent-plugin-http_shadow-0.1.0 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.9 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.8 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.7 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.6 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.5 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.4 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.3 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.2 exsample/exsample.conf
fluent-plugin-http_shadow-0.0.1 exsample/exsample.conf