/loggly-logger

Loggly Logger Plugin for the Reekoh IoT Platform

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Loggly Logger

Build Status Dependencies Dependencies Built With

Loggly Logger Plugin for the Reekoh IoT Platform. Connects a Reekoh instance to Loggly to synchronize log data.

Configuration Parameters

  • Token (String) - The Loggly token to use for sending log data.
  • Subdomain (String) - The Loggly subdomain to send log data to.
  • Log Level (String) - Optional, the default log level to use.
  • Tags (String) - Optional, the tags to use to associate the logs to.

Input Data

  • logData (String) - String containing the data to be logged. Can also be a JSON String. If data is JSON String, it will get parsed before it is sent. To customize log level, simply include a level field on the log data JSON String.