Merge pull request #432 from omgapuppy/master

Add logentries component doc
This commit is contained in:
Paulus Schoutsen 2016-05-21 14:12:06 -07:00
commit 14c07319b1

View File

@ -0,0 +1,26 @@
---
layout: page
title: "Logentries"
description: "Send events to Logentries."
date: 2016-04-29 16:50
sidebar: true
comments: false
sharing: true
footer: true
ha_category: "History"
---
The `logentries` component makes it possible to log all state changes to [your Logentries account](http://logentries.com/) using Logentries Webhook endpoint and a token based log
To use the `logentries` component in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
logentries:
token: your-log-token-here
```
Configuration variables:
- **token** (*Required*): Your Logentries log token
- **SSL** (*Optional*)