Loggly
Loggly Adapter
This adapter allows you to access the Loggly logging service from SQL Server and REST commands
This adapter requires a subscription to the online Loggly service
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Configuration Settings
Name | Description | Default |
---|---|---|
Boolean _isDefault | Make this the default configuration. Defaults to true if configName is already the default. | |
String customerToken | Your Loggly customer token | |
String url | Overrides the default Loggly URL (http://logs-01.loggly.com/inputs/) | http://logs-01.loggly.com/inputs/ |
Handlers
Log
|
Sends a text message into the log and automatically adds the current timestamp
details
Arguments
SQL Callexec Loggly.Log 'This is a text message to log' Http Call/bsc/loggly/log Output ColumnsThis call does not return data. |
|||||||||||||||||||||
LogDebug
|
Sends a text message into the log as a debug log and automatically adds the current timestamp
details
Arguments
SQL Callexec Loggly.LogDebug 'This is a text message to log' Http Call/bsc/loggly/logdebug Output ColumnsThis call does not return data. |
|||||||||||||||||||||
LogError
|
Sends a text message into the log as an error log and automatically adds the current timestamp
details
Arguments
SQL Callexec Loggly.LogError 'This is a text message to log' Http Call/bsc/loggly/logerror Output ColumnsThis call does not return data. |
|||||||||||||||||||||
LogInfo
|
Sends a text message into the log as an information log and automatically adds the current timestamp
details
Arguments
SQL Callexec Loggly.LogInfo 'This is a text message to log' Http Call/bsc/loggly/loginfo Output ColumnsThis call does not return data. |
|||||||||||||||||||||
LogJson
|
Sends a JSON document into the log as-is
details
Arguments
SQL Callexec Loggly.LogJson '{"boom":"box","bar":"soap","severity":"INFO","datetime":"2015-11-01 17:05:27 -0700","progname":null,"pid":99416}' Http Call/bsc/loggly/logjson Output ColumnsThis call does not return data. |
|||||||||||||||||||||
LogWarning
|
Sends a text message into the log as a warning log and automatically adds the current timestamp
details
Arguments
SQL Callexec Loggly.LogWarning 'This is a text message to log' Http Call/bsc/loggly/logwarning Output ColumnsThis call does not return data. |