From b0c1990aab1102bd21327e4c6d52072aed9ce96f Mon Sep 17 00:00:00 2001 From: PKing70 <39703314+PKing70@users.noreply.github.com> Date: Wed, 13 Feb 2019 12:19:15 -0800 Subject: [PATCH 1/2] Add Java lang requirement To resolve DVPL-7494 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 44ddd837..c8df1604 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,22 @@ Splunk logging for Java provides: * Support for batching events (sent to HTTP Event Collector only). +### Requirements + +Here's what you need to get going with the Splunk SDK for Java. + +#### Splunk + +If you haven't already installed Splunk, download it +[here](http://www.splunk.com/download). For more about installing and running +Splunk and system requirements, see +[Installing & Running Splunk](http://dev.splunk.com/view/SP-CAAADRV). + +#### Java + +You'll need Java version 7 or higher, which you can download from the +[Oracle web site](https://www.oracle.com/technetwork/java/index.html). + ## Documentation and resources * For more information about installing and using Splunk logging for Java, see From e4aae332855f85968db5b602d621f40753e896a9 Mon Sep 17 00:00:00 2001 From: PKing70 <39703314+PKing70@users.noreply.github.com> Date: Thu, 28 Mar 2019 11:33:24 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c8df1604..e7f19ab3 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ Splunk and system requirements, see #### Java -You'll need Java version 7 or higher, which you can download from the -[Oracle web site](https://www.oracle.com/technetwork/java/index.html). +You'll need Java version 7 or higher, from [OpenJDK](https://openjdk.java.net) or [Oracle](https://www.oracle.com/technetwork/java). ## Documentation and resources