You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments