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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
The Splunk Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
9
9
10
-
Splunk is a search engine and analytic environment that uses a distributed map-reduce architecture to efficiently index, search, and process large time-varying data sets.
10
+
The Splunk platform is a search engine and analytic environment that uses a distributed map-reduce architecture to efficiently index, search, and process large time-varying data sets.
11
11
12
12
The Splunk platform is popular with system administrators for aggregation and monitoring of IT machine data, security, compliance, and a wide variety of other scenarios that share a requirement to efficiently index, search, analyze, and generate real-time notifications from large volumes of time-series data.
13
13
@@ -16,7 +16,7 @@ The Splunk developer platform enables developers to take advantage of the same t
16
16
17
17
## Get started with the Splunk SDK for Python
18
18
19
-
The Splunk SDK for Python contains library code and examples that show how to programmatically interact with Splunk for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
19
+
The Splunk SDK for Python contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
20
20
21
21
### Requirements
22
22
@@ -29,7 +29,7 @@ The Splunk SDK for Python requires Python 2.7+ and Python 3. The Splunk SDK for
29
29
#### Splunk
30
30
31
31
If you haven't already installed Splunk, download it [here](http://www.splunk.com/download).
32
-
For more information, see [System requirements for use of Splunk Enterprise on-premises](https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements) in the Splunk Enterprise _Installation Manual_.
32
+
For more information, see the Splunk Enterprise [Installation Manual](https://docs.splunk.com/Documentation/Splunk/latest/Installation).
33
33
34
34
#### Splunk SDK for Python
35
35
@@ -65,9 +65,9 @@ To run the examples and unit tests, you must put the root of the SDK on your PYT
65
65
66
66
The SDK command-line examples require a common set of arguments that specify the host, port, and login credentials for Splunk Enterprise. For a full list of command-line arguments, include `--help` as an argument to any of the examples.
67
67
68
-
#### .splunkrc
68
+
#### Convenience file (.splunkrc)
69
69
70
-
To connect to Splunk, many of the SDK examples and unit tests take command-line arguments that specify values for the host, port, and login credentials for Splunk Enterprise. For convenience during development, you can store these arguments as key-value pairs in a text file named **.splunkrc**. Then, the SDK examples and unit tests use the values from the **.splunkrc** file when you don't specify them.
70
+
To connect to Splunk Enterprise, many of the SDK examples and unit tests take command-line arguments that specify values for the host, port, and login credentials for Splunk Enterprise. For convenience during development, you can store these arguments as key-value pairs in a text file named **.splunkrc**. Then, the SDK examples and unit tests use the values from the **.splunkrc** file when you don't specify them.
71
71
72
72
To use this convenience file, create a text file with the following format:
73
73
@@ -201,7 +201,7 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
201
201
202
202
### Contact Us
203
203
204
-
You can reach the Developer Platform team at _devinfo@splunk.com_.
204
+
You can reach the Splunk Developer Platform team at _devinfo@splunk.com_.
0 commit comments