No commit activity in last 3 years
No release in over 3 years
Fluentd output plugin to send events to Indicative
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.1.0
>= 3.6.0, < 4

Runtime

>= 0.14.15, < 2
 Project Readme

fluent-plugin-indicative

Fluentd output plugin to send events to Indicative

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>