You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/10/17 21:18:42 UTC

svn commit: r883033 - in /websites/production/camel/content: cache/main.pageCache splunk.html

Author: buildbot
Date: Thu Oct 17 19:18:42 2013
New Revision: 883033

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/splunk.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/splunk.html
==============================================================================
--- websites/production/camel/content/splunk.html (original)
+++ websites/production/camel/content/splunk.html Thu Oct 17 19:18:42 2013
@@ -88,7 +88,7 @@
 
 <p><b>Available as of Camel 2.13</b></p>
 
-<p>The Splunk component provides access to <a shape="rect" class="external-link" href="http://splunk.com" rel="nofollow">Splunk</a> using the Splunk provided <a shape="rect" class="external-link" href="https://github.com/splunk/splunk-sdk-java" rel="nofollow">client</a> api, and it enables you to publish and search for events in Splunk.</p>
+<p>The Splunk component provides access to <a shape="rect" class="external-link" href="http://docs.splunk.com/Documentation/Splunk/latest" rel="nofollow">Splunk</a> using the Splunk provided <a shape="rect" class="external-link" href="https://github.com/splunk/splunk-sdk-java" rel="nofollow">client</a> api, and it enables you to publish and search for events in Splunk.</p>
 
 <p>Maven users will need to add the following dependency to their pom.xml for this component:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -111,8 +111,9 @@
 <h3><a shape="rect" name="Splunk-ProducerEndpoints%3A"></a>Producer Endpoints: </h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Endpoint </th><th colspan="1" rowspan="1" class="confluenceTh"> Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> stream    </td><td colspan="1" rowspan="1" class="confluenceTd"> streaming mode. When using stream mode be aware of that Splunk has some internal buffer (about 1MB or so) before events gets to the index. <br clear="none">
-If you need realtime, better use submit or tcp mode.  </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> submit    </td><td colspan="1" rowspan="1" class="confluenceTd"> submit mode.      </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> tcp       </td><td colspan="1" rowspan="1" class="confluenceTd"> tcp mode. Requires a open receiver port in Splunk.</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Endpoint </th><th colspan="1" rowspan="1" class="confluenceTh"> Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> stream    </td><td colspan="1" rowspan="1" class="confluenceTd"> Streams data to a named index or the default if not specified. <br clear="none">
+When using stream mode be aware of that Splunk has some internal buffer (about 1MB or so) before events gets to the index. <br clear="none">
+If you need realtime, better use submit or tcp mode.  </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> submit    </td><td colspan="1" rowspan="1" class="confluenceTd"> submit mode. Uses Splunk rest api to publish events to a named index or the default if not specified.     </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> tcp       </td><td colspan="1" rowspan="1" class="confluenceTd"> tcp mode. Streams data to a tcp port, and requires a open receiver port in Splunk.</td></tr></tbody></table>
 </div>