Skip to content

Commit 7645d29

Browse files
authored
Merge pull request #346 from splunk/readmeupdates
Readme updates
2 parents 181cbfe + 857cc37 commit 7645d29

File tree

4 files changed

+110
-244
lines changed

4 files changed

+110
-244
lines changed

CHANGELOG.md

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

33
## Version 1.6.14
44

@@ -51,9 +51,9 @@
5151

5252
### Changes
5353

54-
* Updated the Splunk SDK for Python to work with the Python 3 version of Splunk Enterprise on Windows
54+
* Updated the Splunk Enterprise SDK for Python to work with the Python 3 version of Splunk Enterprise on Windows
5555
* Improved the performance of deleting/updating an input
56-
* Added logging to custom search commands app to showcase how to do logging in custom search commands by using the Splunk SDK for Python
56+
* Added logging to custom search commands app to showcase how to do logging in custom search commands by using the Splunk Enterprise SDK for Python
5757

5858
## Version 1.6.6
5959

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-python/issues) on GitHub with the following information:
1010

1111
1. Version of this project you're using (ex: 1.5.0)
12-
1. Platform version (ex: Windows Server 2012 R2)
13-
1. Framework version (ex: Python 2.7.9)
14-
1. Splunk version (ex: 6.3.0)
15-
1. Other relevant information (ex: local/remote environment, Splunk network configuration)
12+
2. Platform version (ex: Windows Server 2012 R2)
13+
3. Framework version (ex: Python 3.7)
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-python).
27+
3. Make changes to the **develop** branch, preferably with tests.
28+
4. Create a [pull request](https://github.com/splunk/splunk-sdk-python/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-python
41-
[issues]: https://github.com/splunk/splunk-sdk-python/issues
42-
[pulls]: https://github.com/splunk/splunk-sdk-python/pulls
43-
[contact]: https://www.splunk.com/en_us/support-and-services.html

0 commit comments

Comments
 (0)