File tree Expand file tree Collapse file tree 3 files changed +2
-920
lines changed
Expand file tree Collapse file tree 3 files changed +2
-920
lines changed Original file line number Diff line number Diff line change 11# Splunk Python SDK Changelog
22
3- ## 0.8.6
4-
5- ### Breaking changes
3+ ## 1.0
64
75* Added User.role_entities to return a list of the actual entity objects for the
86 roles of a user. User.roles still returns a list of the role names.
119* Service.restart now takes a timeout argument. If it is specified, the function blocks until
1210 splunkd has restarted or the timeout has passed; if it is not specified, then it returns
1311 immediately and you have to check whether splunkd has restarted yourself.
14- * If you are creating indexes with the SDK, restart splunkd after you have created them but before
15- you try to do anything with them. Submitting data and similar actions simply won't work without
16- a restart.
1712* Added .alert_count and .fired_alerts properties to SavedSearch entity.
1813* Added Index.attached_socket(), which provides the same functionality as Index.attach(), but as
1914 a with block.
2015* Added Indexes.default() which returns the name of the default index that data will be submitted into.
21- * Added .isReady() and .isDone() methods to Job to make it easy to loop until either point as been reached.
2216* Connecting with a preexisting token works whether the token begins with 'Splunk ' or not;
2317 the SDK will handle either case correctly.
24-
25- ## 0.8.5
26-
27- ### Features
28-
18+ * Added .isReady() and .isDone() methods to Job to make it easy to loop until either point as been reached.
2919* Expanded endpoint coverage. Now at parity with the Java SDK.
3020* Replaced ResultsReader with something shorter. Iteration now
3121 results either Message objects or dicts, and moved preview from
You can’t perform that action at this time.
0 commit comments