Skip to content

Allow suppying of a key-value body when calling Context.post() #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Splunk SDK for Python Changelog
# Splunk Enterprise SDK for Python Changelog

## Version 1.6.14

Expand Down Expand Up @@ -51,9 +51,9 @@

### Changes

* Updated the Splunk SDK for Python to work with the Python 3 version of Splunk Enterprise on Windows
* Updated the Splunk Enterprise SDK for Python to work with the Python 3 version of Splunk Enterprise on Windows
* Improved the performance of deleting/updating an input
* Added logging to custom search commands app to showcase how to do logging in custom search commands by using the Splunk SDK for Python
* 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

## Version 1.6.6

Expand Down
36 changes: 14 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,34 @@

## How to contribute

If you would like to contribute to this project, see [Contributions to Splunk][indivcontrib] for more information.
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.

## Issues & Bug Reports
## Issues and bug reports

If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information:
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:

1. Version of this project you're using (ex: 1.5.0)
1. Platform version (ex: Windows Server 2012 R2)
1. Framework version (ex: Python 2.7.9)
1. Splunk version (ex: 6.3.0)
1. Other relevant information (ex: local/remote environment, Splunk network configuration)
2. Platform version (ex: Windows Server 2012 R2)
3. Framework version (ex: Python 3.7)
4. Splunk Enterprise version (ex: 8.0)
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)

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

## Pull requests

We love to see pull requests!

To create a pull request:

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

## Contact us

You can [contact support][contact] if you have Splunk related questions.
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.

You can reach the Developer Platform team at [email protected]_.
You can reach the Splunk Developer Platform team at [email protected]_.

[contributions]: http://dev.splunk.com/view/opensource/SP-CAAAEDM
[indivcontrib]: http://dev.splunk.com/goto/individualcontributions
[companycontrib]: http://dev.splunk.com/view/companycontributions/SP-CAAAEDR
[answers]: http://answers.splunk.com/
[repo]: https://github.com/splunk/splunk-sdk-python
[issues]: https://github.com/splunk/splunk-sdk-python/issues
[pulls]: https://github.com/splunk/splunk-sdk-python/pulls
[contact]: https://www.splunk.com/en_us/support-and-services.html
Loading