You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Save the file as **.splunkrc** in the current user's home directory.
94
94
95
95
C:\Users\currentusername\.splunkrc
96
96
97
-
You might get errors in Windows when you try to name the file because ".splunkrc" appears to be a nameless file with an extension. You can use the command line to create this file by going to the **C:\Users\**_currentusername_ directory and entering the following command:
97
+
You might get errors in Windows when you try to name the file because ".splunkrc" appears to be a nameless file with an extension. You can use the command line to create this file by going to the **C:\Users\***currentusername* directory and entering the following command:
98
98
99
99
Notepad.exe .splunkrc
100
100
@@ -131,15 +131,14 @@ The test suite uses Python's standard library, the built-in `unittest` library,
131
131
132
132
**Notes:**
133
133
134
-
The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135
-
136
-
To exclude app-specific tests, use the following command:
134
+
* The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135
+
* To exclude app-specific tests, use the following command:
137
136
138
137
make test_no_app
139
138
140
-
To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
139
+
*To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
141
140
142
-
In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
141
+
In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
143
142
144
143
## Repository
145
144
@@ -190,17 +189,15 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
190
189
191
190
### Support
192
191
193
-
1. You will be granted support if you or your company are already covered under an existing maintenance/support agreement.
194
-
195
-
Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html)) and include "Splunk SDK for Python" in the subject line.
192
+
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html)) and include "Splunk SDK for Python" in the subject line.
196
193
197
-
2. If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
194
+
If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
198
195
199
-
3. Splunk will NOT provide support for SDKs if the core library (the code in the <b>/splunklib</b> directory) has been modified. If you modify an SDK and want support, you can find help through the broader community and [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
196
+
* Splunk will NOT provide support for SDKs if the core library (the code in the <b>/splunklib</b> directory) has been modified. If you modify an SDK and want support, you can find help through the broader community and [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
200
197
201
198
We would also like to know why you modified the core library, so please send feedback to _[email protected]_.
202
199
203
-
4. File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
200
+
* File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
0 commit comments