Skip to content

Commit bc69fec

Browse files
Merge pull request #215 from splunk/feature/update-docs-for-v1.3.14
Updated release_history page for v1.3.14
2 parents 9ee6760 + 361a8c2 commit bc69fec

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/release_history.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@ Release History
88

99
The best way to track the development of pytest-splunk-addon is through `the GitHub Repo <https://github.com/splunk/pytest-splunk-addon/>`_.
1010

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+
1139
1.3.12 (2020-11-09)
1240
""""""""""""""""""""""""""
1341
**Changes:**

docs/sample_generator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sourcetype = <sourcetype>
4040
* sourcetype to be assigned to the sample events
4141

4242
source = <source>
43-
* sourcetype to be assigned to the sample events
43+
* source to be assigned to the sample events
4444
* default value: pytest-splunk-addon:{{input_type}}
4545

4646
sourcetype_to_search = <sourcetype>

0 commit comments

Comments
 (0)