We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611f4a3 commit 0fbd782Copy full SHA for 0fbd782
README.md
@@ -75,7 +75,7 @@ The SDK command-line examples require a common set of arguments that specify the
75
#### Using username/password
76
```python
77
import splunklib.client as client
78
- service = client.connect(host=<host_url>, username=<username>, password=<password>, autoLogin=True)
+ service = client.connect(host=<host_url>, username=<username>, password=<password>, autologin=True)
79
```
80
81
#### Using bearer token
0 commit comments