home-assistant.io/source/_components/logentries.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

881 B

title, description, logo, ha_category, ha_release
title description logo ha_category ha_release
Logentries Send events to Logentries. logentries.png
History
0.13

The logentries integration makes it possible to log all state changes to Logentries using Logentries Webhook endpoint.

Open the Add a Log page and choose Manual. Enter a name for your log in Log Name, add a group in Select Log Set, set Token TCP - logs are identified by a token. and press Create Log Token. The generated token is required for the Home Assistant configuration.

To use the logentries integration in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
logentries:
  token: TOKEN

{% configuration %} token: description: The token for the log to use. required: true type: string {% endconfiguration %}