Skip to content

Commit

Permalink
Corrected links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Jul 3, 2017
1 parent c4970af commit e8b4a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.Map;

@Description("The Sink Connector will transform data from a Kafka topic into a batch of json messages that will be written via HTTP to " +
"a configured `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`.")
"a configured `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_.")
public class SplunkHttpSinkConnector extends SinkConnector {
private static Logger log = LoggerFactory.getLogger(SplunkHttpSinkConnector.class);
Map<String, String> settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
import java.util.List;
import java.util.Map;

@Description("The Splunk Source connector allows emulates a `Splunk Http Event Collector` <http://dev.splunk.com/view/event-collector/SP-CAAAE6M> to allow " +
@Description("The Splunk Source connector allows emulates a `Splunk Http Event Collector <http://dev.splunk.com/view/event-collector/SP-CAAAE6M>`_ to allow " +
"application that normally log to Splunk to instead write to Kafka. The goal of this plugin is to make the change nearly " +
"transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>` so " +
"transparent to the user. This plugin currently has support for `X-Forwarded-For <https://en.wikipedia.org/wiki/X-Forwarded-For>`_ so " +
"it will sit behind a load balancer nicely.")
@DocumentationImportant("This connector listens on a network port. Running more than one task or running in distributed " +
"mode can cause some undesired effects if another task already has the port open. It is recommended that you run this " +
Expand Down

0 comments on commit e8b4a3b

Please sign in to comment.