Skip to content

Commit ebfaf12

Browse files
author
Damien Dallimore
committed
Added TLS support
1 parent e03de9a commit ebfaf12

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1
2+
---
3+
Added new Splunk SDK jar with TLS support
4+
15
1.0
26
---
37
Initial release

build/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0
1+
version=1.1
22

33
src=src
44
classes=classes

lib/splunk.jar

-338 KB
Binary file not shown.

lib/splunk_tlsv12.jar

254 KB
Binary file not shown.

releases/splunklogging-1.1.tar.gz

2.19 MB
Binary file not shown.

src/com/splunk/logging/SplunkRestInput.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public SplunkRestInput(String user, String pass, String host, int port,
7272

7373
private void initService() {
7474

75+
System.setProperty("splunk.securetransport.protocol", "tls");
7576
this.service = new Service(host, port);
7677
this.service.login(user, pass);
7778
this.receivers = service.getReceiver();

0 commit comments

Comments
 (0)