@hackage eventlog-live-influxdb0.2.0.0

Stream eventlog data into InfluxDB.

This executable supports live streaming of eventlog data into InfluxDB version 1.8.

Usage: eventlog-live-influxdb (--eventlog-stdin | --eventlog-file FILE |
                                --eventlog-socket SOCKET)
                              [--eventlog-socket-timeout NUM]
                              [--eventlog-socket-exponent NUM]
                              [--batch-interval NUM] [--eventlog-log-file FILE]
                              [-h Tcmdyrbi]
                              [-v|--verbosity quiet|error|warning|info|debug|0-4]
                              [--influxdb-username USERNAME
                                --influxdb-password PASSWORD]
                              [--influxdb-retention-policy RETENTION_POLICY]
                              [--influxdb-host HOST] [--influxdb-port HOST]
                              [--influxdb-ssl] --influxdb-database DATABASE

Available options:
  --eventlog-stdin         Read the eventlog from stdin.
  --eventlog-file FILE     Read the eventlog from a file.
  --eventlog-socket SOCKET Read the eventlog from a Unix socket.
  --eventlog-socket-timeout NUM
                           Eventlog socket connection retry timeout in
                           microseconds.
  --eventlog-socket-exponent NUM
                           Eventlog socket connection retry timeout exponent.
  --batch-interval NUM     Batch interval in milliseconds.
  --eventlog-log-file FILE Use file to log binary eventlog data.
  -h Tcmdyrbi              Heap profile breakdown.
  -v,--verbosity quiet|error|warning|info|debug|0-4
                           The verbosity threshold for logging.
  --influxdb-username USERNAME
                           InfluxDB username
  --influxdb-password PASSWORD
                           InfluxDB password
  --influxdb-retention-policy RETENTION_POLICY
                           InfluxDB retention policy
  --influxdb-host HOST     InfluxDB server host
  --influxdb-port HOST     InfluxDB server host
  --influxdb-ssl           InfluxDB server SSL
  --influxdb-database DATABASE
                           InfluxDB database name
  --help                   Show this help text.
  --version                Show version information