Site updated at 2017-06-17 20:00:42 UTC
This commit is contained in:
parent
35ab32b13f
commit
933563f0be
808 changed files with 11423 additions and 2163 deletions
|
@ -66,7 +66,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">splunk</code> component makes it possible to log all state changes to an external <a href="http://splunk.com/">Splunk</a> database using Splunk’s HTTP Event Collector feature. You can either use this alone, or with the Home Assistant for Splunk <a href="https://github.com/miniconfig/splunk-homeassistant">app</a>. Since the HEC feature is new to Splunk, you will need to use at least version 6.3.</p>
|
||||
<p>The <code class="highlighter-rouge">splunk</code> component makes it possible to log all state changes to an external <a href="http://splunk.com/">Splunk</a> database using Splunk’s HTTP Event Collector (HEC) feature. You can either use this alone, or with the Home Assistant for Splunk <a href="https://github.com/miniconfig/splunk-homeassistant">app</a>. Since the HEC feature is new to Splunk, you will need to use at least version 6.3.</p>
|
||||
<p>To use the <code class="highlighter-rouge">splunk</code> component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">splunk</span><span class="pi">:</span>
|
||||
|
@ -79,6 +79,7 @@
|
|||
<li><strong>host</strong> (<em>Optional</em>): IP address or host name of your Splunk host, eg. 192.168.1.10. Will default to <code class="highlighter-rouge">localhost</code> if not supplied.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): Port to use. Defaults to 8088.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Use https instead of http to connect. Defaults to False.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): This parameter allows you to specify a friendly to send to Splunk as the host, instead of using the name of the HEC. Defaults to HASS</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue