File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/github/jcustenborder/kafka/connect/splunk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828import java .util .Map ;
2929
3030@ Description ("The Sink Connector will transform data from a Kafka topic into a batch of json messages that will be written via HTTP to " +
31- "a configured `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`." )
31+ "a configured `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_ ." )
3232public class SplunkHttpSinkConnector extends SinkConnector {
3333 private static Logger log = LoggerFactory .getLogger (SplunkHttpSinkConnector .class );
3434 Map <String , String > settings ;
Original file line number Diff line number Diff line change 2626import java .util .List ;
2727import java .util .Map ;
2828
29- @ Description ("The Splunk Source connector allows emulates a `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M> to allow " +
29+ @ Description ("The Splunk Source connector allows emulates a `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_ to allow " +
3030 "application that normally log to Splunk to instead write to Kafka. The goal of this plugin is to make the change nearly " +
31- "transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>` so " +
31+ "transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>`_ so " +
3232 "it will sit behind a load balancer nicely." )
3333@ DocumentationImportant ("This connector listens on a network port. Running more than one task or running in distributed " +
3434 "mode can cause some undesired effects if another task already has the port open. It is recommended that you run this " +
You can’t perform that action at this time.
0 commit comments