Skip to content

Commit 53dd5d6

Browse files
committed
edits
1 parent 2eef229 commit 53dd5d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The Splunk Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
99

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.
1111

1212
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.
1313

@@ -16,7 +16,7 @@ The Splunk developer platform enables developers to take advantage of the same t
1616

1717
## Get started with the Splunk SDK for Python
1818

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.
2020

2121
### Requirements
2222

@@ -29,7 +29,7 @@ The Splunk SDK for Python requires Python 2.7+ and Python 3. The Splunk SDK for
2929
#### Splunk
3030

3131
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).
3333

3434
#### Splunk SDK for Python
3535

@@ -65,9 +65,9 @@ To run the examples and unit tests, you must put the root of the SDK on your PYT
6565

6666
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.
6767

68-
#### .splunkrc
68+
#### Convenience file (.splunkrc)
6969

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.
7171

7272
To use this convenience file, create a text file with the following format:
7373

@@ -201,7 +201,7 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
201201

202202
### Contact Us
203203

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_.
205205

206206
## License
207207

0 commit comments

Comments
 (0)