We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e35282 + 0fbd782 commit 79db92eCopy full SHA for 79db92e
1 file changed
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