Skip to content

Commit 14c0731

Browse files
committed
Merge pull request home-assistant#432 from omgapuppy/master
Add logentries component doc
2 parents 0f14803 + 2d9a719 commit 14c0731

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: page
3+
title: "Logentries"
4+
description: "Send events to Logentries."
5+
date: 2016-04-29 16:50
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: "History"
11+
---
12+
13+
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
14+
15+
To use the `logentries` component in your installation, add the following to your `configuration.yaml` file:
16+
17+
```yaml
18+
# Example configuration.yaml entry
19+
logentries:
20+
token: your-log-token-here
21+
```
22+
23+
Configuration variables:
24+
25+
- **token** (*Required*): Your Logentries log token
26+
- **SSL** (*Optional*)

0 commit comments

Comments
 (0)