Sha256: 0fb512c5c676a319f9f025b71fcbcbcecb7fde115e238e8212ae78ef8fd593ed

Contents?: true

Size: 515 Bytes

Versions: 25

Compression:

Stored size: 515 Bytes

Contents

<source>
  type forward
</source>

<source>
  type cloudwatch_logs
  tag test.cloudwatch_logs.in
  log_group_name fluent-plugin-cloudwatch-example
  log_stream_name fluent-plugin-cloudwatch-example
  state_file /tmp/fluent-plugin-cloudwatch-example.state
</source>

<match test.cloudwatch_logs.out>
  type cloudwatch_logs
  log_group_name fluent-plugin-cloudwatch-example
  log_stream_name fluent-plugin-cloudwatch-example
  auto_create_stream true
</match>

<match test.cloudwatch_logs.in>
  type stdout
</match>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
fluent-plugin-cloudwatch-logs-0.2.3 example/fluentd.conf
fluent-plugin-cloudwatch-logs-0.2.2 example/fluentd.conf
fluent-plugin-cloudwatch-logs-0.2.1 example/fluentd.conf
fluent-plugin-cloudwatch-logs-0.2.0 example/fluentd.conf
fluent-plugin-cloudwatch-logs-0.1.2 example/fluentd.conf