Skip to content

Commit 40c354e

Browse files
Updated
1 parent 7d9cd56 commit 40c354e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

splunkbase/releasenotes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ Fixed an issue that would cause the add-on to fail if Hyperflex inventory was se
3030
Worked around an issue that could cause the addon to fail if an Alarm or Audit Log event happen exactly at the second boundary and didn't leave any fraction of a second. A more mathematically correct fix will have to wait for a future update.
3131

3232
Worked around an issue that could cause the add-on to fail if the compute HCL query encountered a record that was associated with a server that's no longer licensed for the HCL feature. This, too, will get a more thorough fix at some point in the future.
33+
34+
## 1.2.8
35+
36+
- Added splunk_em.py to facilitate local testing without a Splunk server
37+
- General code cleanup and refactoring
38+
- Better fixes for the issues that were worked around in 1.2.7
39+
40+
If you're wondering what general code cleanup means...
41+
42+
- converted all the messy strings into much nicer f-strings
43+
- added a bunch of functions for code that was duplicated all over the place
44+
- moved HCL queries inside of the compute inventory
45+
- improved logging

0 commit comments

Comments
 (0)