Skip to content

Commit e9d2944

Browse files
author
gp510
committed
Updates to readme and build properties per issue #117
1 parent 0f3e74e commit e9d2944

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Splunk Connect for Kafka
22

3-
A Kafka Connect Sink for Splunk features:
3+
Splunk Connect for Kafka is a Kafka Connect Sink for Splunk with the following features:
44

55
* Data ingestion from Kafka topics into Splunk via [Splunk HTTP Event Collector(HEC)](http://dev.splunk.com/view/event-collector/SP-CAAAE6M).
66
* In-flight data transformation and enrichment.
@@ -144,7 +144,7 @@ Running Splunk Connect for Kafka in a dedicated Kafka Connect Cluster is recomme
144144
145145
### Connector in an existing Kafka Connect Cluster
146146
147-
1. Navigate to Splunkbase and download the latest version of [Splunk Kafka Connect](https://splunkbase.splunk.com/app/3862/).
147+
1. Navigate to Splunkbase and download the latest version of [Splunk Connect for Kafka](https://splunkbase.splunk.com/app/3862/).
148148
149149
2. Copy downloaded file onto every host running Kafka Connect into the directory that contains your other connectors or create a folder to store them in. (ex. `/opt/connectors/splunk-kafka-connect`)
150150

dependency-reduced-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.splunk.kafka.connect</groupId>
5-
<artifactId>kafka-connect-splunk</artifactId>
6-
<name>kafka-connect-splunk</name>
5+
<artifactId>splunk-kafka-connect</artifactId>
6+
<name>splunk-kafka-connect</name>
77
<version>v1.0.0-LAR</version>
88
<build>
99
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.splunk.kafka.connect</groupId>
8-
<artifactId>kafka-connect-splunk</artifactId>
8+
<artifactId>splunk-kafka-connect</artifactId>
99
<version>v1.0.0-LAR</version>
10-
<name>kafka-connect-splunk</name>
10+
<name>splunk-kafka-connect</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
githash=@ae68d5b
1+
githash=@0f3e74e
22
gitbranch=issue117-rename-directories
33
gitversion=v1.0.0-LAR

0 commit comments

Comments
 (0)