Skip to content

Commit 902d23a

Browse files
committed
Updates
1 parent 52fa63f commit 902d23a

File tree

4 files changed

+23
-31
lines changed

4 files changed

+23
-31
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 version (ex: 6.2.2)
15+
5. Other relevant information (ex: local/remote environment, Splunk network configuration)
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+
1. Fork the [repository][https://github.com/splunk/splunk-sdk-java].
27+
1. Make changes to the **develop** branch, preferably with tests.
28+
1. 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+
You can contact [Support][https://www.splunk.com/en_us/support-and-services.html] if you have 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Stay connected with other developers building on the Splunk platform.
247247
248248
### Contributions
249249
250-
If you would like to contribute to the SDK, see [Contributions to Splunk](https://www.splunk.com/en_us/form/contributions.html).
250+
If you would like to contribute to the SDK, see [Contributing to Splunk](https://www.splunk.com/en_us/form/contributions.html). For additional guidelines, see [CONTRIBUTING](CONTRIBUTING.md).
251251
252252
### Support
253253

launchers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Modular input launchers for the Splunk SDK for Java
1+
# Modular input launchers for the Splunk Enterprise SDK for Java
22

3-
Splunk cannot launch Java programs as modular inputs directly. Instead, we need to provide a few small programs to launch a JVM and run a program. Since modular inputs written in Java need to work across all Splunk variants, including the universal forwarder, the launchers cannot rely on Python or anything else in the underlying system. Instead, we provide a set of C programs compiled for each of Linux, MacOS X, and Windows.
3+
Splunk Enterprise cannot launch Java programs as modular inputs directly. Instead, we need to provide a few small programs to launch a JVM and run a program. Since modular inputs written in Java need to work across all Splunk variants, including the universal forwarder, the launchers cannot rely on Python or anything else in the underlying system. Instead, we provide a set of C programs compiled for each of Linux, MacOS X, and Windows.
44

55
The programs assume the following layout in an app: a jars/ directory containing a launchable jar containing the modular input, and a configuration file with a .ini suffix of the same base name that contains options for what JVM to launch and what options to pass to it. Then platform specific bin directories contain the launcher programs, named the base name of the target jar. For for a jar named myinput.jar, the layout would be
66

0 commit comments

Comments
 (0)