Skip to content

Commit ffe45f8

Browse files
authored
Merge pull request #152 from splunk/readmeupdates
Readme updates
2 parents 10908a6 + 4376951 commit ffe45f8

File tree

5 files changed

+165
-311
lines changed

5 files changed

+165
-311
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Splunk SDK for Java Changelog
1+
# Splunk Enterprise SDK for Java Changelog
22

33
## Version 1.6.5
44

@@ -130,7 +130,7 @@
130130

131131
### New features and APIs
132132

133-
* The Splunk SDK for Java is fully compatible with Splunk Enterprise 6.0 as of this release.
133+
* The Splunk Enterprise SDK for Java is fully compatible with Splunk Enterprise 6.0 as of this release.
134134

135135
### Bug fixes
136136

@@ -152,14 +152,14 @@
152152
OS X v10.9 Mavericks running Splunk 6.0.0. This issue is not present when running Splunk Enterprise on earlier
153153
versions of OS X. This will be fixed in a future release.
154154

155-
* The modular input support in the Splunk SDK for Java is not compatible with Windows Server 2003 or Windows Server
155+
* The modular input support in the Splunk Enterprise SDK for Java is not compatible with Windows Server 2003 or Windows Server
156156
2003 R2.
157157

158158
## Version 1.2
159159

160160
### New features and APIs
161161

162-
* Added support for building modular input scripts in Java using the Splunk SDK for Java.
162+
* Added support for building modular input scripts in Java using the Splunk Enterprise SDK for Java.
163163

164164
### Bug fixes
165165

@@ -479,7 +479,7 @@ changes are not included):
479479
* Added a namespacing feature as optional arguments (`app`, `owner`, `sharing`)
480480
to the collection's `create` and `get` methods. For more information about
481481
namespaces, see
482-
["Overview of the Splunk SDK for Java"](http://dev.splunk.com/view/java-sdk/SP-CAAAECN)
482+
["Overview of the Splunk Enterprise SDK for Java"](http://dev.splunk.com/view/java-sdk/SP-CAAAECN)
483483
on the Developer Portal.
484484

485485
The following example shows how to use the optional namespace to restrict
@@ -585,4 +585,4 @@ changes are not included):
585585

586586
## Version 0.1.0 (preview)
587587

588-
Initial Splunk SDK for Java release.
588+
Initial Splunk Enterprise SDK for Java release.

CONTRIBUTING.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,34 @@
22

33
## How to contribute
44

5-
If you would like to contribute to this project, see [Contributions to Splunk][indivcontrib] for more information.
5+
If you would like to contribute to this project, see [Contributions to Splunk](https://www.splunk.com/en_us/form/contributions.html) for more information.
66

7-
## Issues & Bug Reports
7+
## Issues and bug reports
88

9-
If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information:
9+
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-sdk-java/issues) on GitHub with the following information:
1010

1111
1. Version of this project you're using (ex: 1.4.0)
12-
1. Platform version (ex: Windows Server 2012)
13-
1. Framework version (ex: Java 8)
14-
1. Splunk version (ex: 6.2.2)
15-
1. Other relevant information (ex: local/remote environment, Splunk network configuration)
12+
2. Platform version (ex: Windows Server 2012)
13+
3. Framework version (ex: Java 8)
14+
4. Splunk Enterprise version (ex: 8.0)
15+
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)
1616

17-
Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers]
17+
Alternatively, if you have a Splunk question please ask on [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
1818

1919
## Pull requests
2020

2121
We love to see pull requests!
2222

2323
To create a pull request:
2424

25-
1. Fill out the [Individual Contributor Agreement][indivcontrib].
26-
1. Fork [the repository][repo].
27-
1. Make changes to the **`develop`** branch, preferably with tests.
28-
1. Create a [pull request][pulls] against the **`develop`** branch.
25+
1. Fill out the [Individual Contributor Agreement](https://www.splunk.com/en_us/form/contributions.html).
26+
2. Fork the [repository](https://github.com/splunk/splunk-sdk-java).
27+
3. Make changes to the **develop** branch, preferably with tests.
28+
4. Create a [pull request](https://github.com/splunk/splunk-sdk-java/pulls) against the **develop** branch.
2929

3030
## Contact us
3131

32-
You can [contact support][contact] if you have Splunk related questions.
32+
If you have a paid Splunk Enterprise or Splunk Cloud license, you can contact [Support](https://www.splunk.com/en_us/support-and-services.html) with questions.
3333

34-
You can reach the Developer Platform team at _[email protected]_.
34+
You can reach the Splunk Developer Platform team at _[email protected]_.
3535

36-
[contributions]: http://dev.splunk.com/view/opensource/SP-CAAAEDM
37-
[indivcontrib]: http://dev.splunk.com/goto/individualcontributions
38-
[companycontrib]: http://dev.splunk.com/view/companycontributions/SP-CAAAEDR
39-
[answers]: http://answers.splunk.com/
40-
[repo]: https://github.com/splunk/splunk-sdk-java
41-
[issues]: https://github.com/splunk/splunk-sdk-java/issues
42-
[pulls]: https://github.com/splunk/splunk-sdk-java/pulls
43-
[contact]: https://www.splunk.com/en_us/support-and-services.html

0 commit comments

Comments
 (0)