diff --git a/source/_components/splunk.markdown b/source/_components/splunk.markdown index 06eefe86577..049cb38e444 100644 --- a/source/_components/splunk.markdown +++ b/source/_components/splunk.markdown @@ -14,12 +14,14 @@ ha_release: 0.13 The `splunk` component makes it possible to log all state changes to an external [Splunk](http://splunk.com/) database using Splunk's HTTP Event Collector (HEC) feature. You can either use this alone, or with the Home Assistant for Splunk [app](https://github.com/miniconfig/splunk-homeassistant). Since the HEC feature is new to Splunk, you will need to use at least version 6.3. +## {% linkable_title Configuration %} + To use the `splunk` component in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry splunk: - token: B4415DFF-683C-5C6C-3994-4F6D4A5DB03A + token: YOUR_SPLUNK_TOKEN ``` {% configuration %} @@ -28,7 +30,7 @@ token: required: true type: string host: - description: "IP address or host name of your Splunk host e.g., 192.168.1.10." + description: "IP address or host name of your Splunk host, e.g., 192.168.1.10." required: false default: localhost type: string