Logentries
Version: 2.0.0
Logentries is an easy-to-use, self-hosted log management and analytics service for teams of all sizes.
Connect Logentries with LogicHub
- Navigate to Automations > Integrations.
- Search for Logentries.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- API Key: The API key to connect to the Logentries.
- After you've entered all the details, click Connect.
Actions for Logentries
Query
Runs a query on Logentries. The time boundaries of the query are those of the batch being processed.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Log Key | The log key to run the query on. | Required |
LEQL Query | The query to run. | Required |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: Runs queries on logentries.
{
"has_error": true,
"error": "Error status code 400"
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystemv1.0.8
- Added documentation link in the automation library.
Updated about 1 year ago