Sha256: e1171ae4a40435b7c6cc77f31a376cf0f6b67e394bbf9fd3004eadc04e692cdf

Contents?: true

Size: 575 Bytes

Versions: 5

Compression:

Stored size: 575 Bytes

Contents

# fluent-plugin-indicative

Fluentd output plugin to send events to [Indicative](https://www.indicative.com/)

## Configuration

```
<match tag>
  @type indicative

  api_key               INDICATIVE_API_KEY
  event_name_key        event_name
  event_time_key        created_at
  event_unique_id_keys  user_id, cookie_id, session_id  # keys to search for unique user ID value, in order of priority

  # Optionally use buffering (recommended for high event volumes)
  <buffer>
    path /var/log/td-agent/indicative.buffer
    chunk_limit_records 1000
  </buffer>
</match>
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-indicative-0.1.8 README.md
fluent-plugin-indicative-0.1.7 README.md
fluent-plugin-indicative-0.1.6 README.md
fluent-plugin-indicative-0.1.5 README.md
fluent-plugin-indicative-0.1.4 README.md