https://github.com/data-integrations/splunk
A collection of Splunk connectors and plugins
https://github.com/data-integrations/splunk
cdap cdap-plugin splunk
Last synced: 4 months ago
JSON representation
A collection of Splunk connectors and plugins
- Host: GitHub
- URL: https://github.com/data-integrations/splunk
- Owner: data-integrations
- License: apache-2.0
- Created: 2019-09-10T21:43:15.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-16T18:12:23.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T07:44:27.920Z (almost 2 years ago)
- Topics: cdap, cdap-plugin, splunk
- Language: Java
- Homepage: https://docs.cdap.io
- Size: 144 KB
- Stars: 0
- Watchers: 28
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# splunk
A collection of Splunk connectors and plugins.
Following plugins are available in this repository.
* Splunk Batch Source
* Splunk Streaming Source
* Splunk Batch Sink
# Integration tests
By default all tests will be skipped, since Splunk credentials are needed.
Instructions to enable the tests:
1. Create/use existing Splunk account.
2. Create HEC Token for writing with separate index for testing.
3. Create API Token for reading.
4. Run the tests using the command below:
```
mvn clean test -Dsplunk.test.token.hec= -Dsplunk.test.token.api= -Dsplunk.test.url.write= -Dsplunk.test.url.read= -Dsplunk.test.index=
```
**splunk.test.token.hec:** HEC Token for writing.
**splunk.test.token.api:** API Token for reading.
**splunk.test.url.write:** URL to point to the Splunk write endpoint. The format for URL: \://\:\ (ex: http://localhost:8088).
**splunk.test.url.read:** URL to point to the Splunk read endpoint. The format for URL: \://\:\ (ex: https://localhost:8089).
**splunk.test.index:** Splunk index with test data.