@@ -8,6 +8,34 @@ Release History
8
8
9
9
The best way to track the development of pytest-splunk-addon is through `the GitHub Repo <https://github.com/splunk/pytest-splunk-addon/ >`_.
10
10
11
+ 1.3.14
12
+ """"""""""""""""""""""""""
13
+ **Changes: **
14
+
15
+ * Fixed issue that skipped generation of test cases for some field of REPORT.
16
+ * Updated the default log level to INFO for the logs in **pytest_splunk_addon.log **
17
+ * Enhanced requirements for the following CIM data models:
18
+
19
+ +-----------------------+-----------------------------------------------------------+
20
+ | CIM Data Model | Field Name |
21
+ +=======================+===========================================================+
22
+ | Change | Updated the search_constraints |
23
+ +-----------------------+-----------------------------------------------------------+
24
+ | Network Traffic | dest_ip, dest_mac, src_ip, src_mac |
25
+ | | |
26
+ | | icmp_code, icmp_type, dest_zone, src_zone |
27
+ | | |
28
+ | | dest_translated_ip, src_translated_ip |
29
+ +-----------------------+-----------------------------------------------------------+
30
+ | Web | cookie, http_referrer, site |
31
+ +-----------------------+-----------------------------------------------------------+
32
+
33
+ **Known Issues: **
34
+
35
+ * Event ingestion through SC4S via UDP port
36
+ * Fields for modular regular expressions are not extracted in the plugin.
37
+
38
+
11
39
1.3.12 (2020-11-09)
12
40
""""""""""""""""""""""""""
13
41
**Changes: **
0 commit comments