From ebcd226e602ce9578d59dac6314a1d376be10bae Mon Sep 17 00:00:00 2001 From: Ardi Mehist Date: Fri, 29 Apr 2016 16:53:09 +0100 Subject: [PATCH 1/2] Add logentries component doc --- source/_components/logentries.markdown | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_components/logentries.markdown diff --git a/source/_components/logentries.markdown b/source/_components/logentries.markdown new file mode 100644 index 00000000000..d1d43f4df07 --- /dev/null +++ b/source/_components/logentries.markdown @@ -0,0 +1,27 @@ +--- +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 + SSL: True +``` + +Configuration variables: + +- **token** (*Required*): Your Logentries log token +- **SSL** (*Optional*) From 2d9a719b24a666cbe19476dedf063eaf4058a93e Mon Sep 17 00:00:00 2001 From: Ardi Mehist Date: Wed, 18 May 2016 13:56:20 +0100 Subject: [PATCH 2/2] Update to reflect changes to component --- source/_components/logentries.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/logentries.markdown b/source/_components/logentries.markdown index d1d43f4df07..7517cb4e32b 100644 --- a/source/_components/logentries.markdown +++ b/source/_components/logentries.markdown @@ -18,7 +18,6 @@ To use the `logentries` component in your installation, add the following to you # Example configuration.yaml entry logentries: token: your-log-token-here - SSL: True ``` Configuration variables: