You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**4. Check mapping of an add-on with custom data models**
@@ -266,4 +287,4 @@ Extending pytest-splunk-addon
266
287
267
288
<hrwidth=100%>
268
289
269
-
.. [#] xfail indicates that you expect a test to fail for some reason. A common example is a test for a feature not yet implemented, or a bug not yet fixed. When a test passes despite being expected to fail, it's an xpass and will be reported in the test summary.
290
+
.. [#] xfail indicates that you expect a test to fail for some reason. A common example is a test for a feature not yet implemented, or a bug not yet fixed. When a test passes despite being expected to fail, it's an xpass and will be reported in the test summary.
* Updated ``--no-splunk-cleanup`` pytest param to ``--splunk-cleanup`` which is used to clean the data on the Splunk instance before testing.
17
+
18
+
**Known Issues:**
19
+
20
+
* Event ingestion through SC4S via UDP port
21
+
* Fields for modular regular expressions are not extracted in the plugin.
22
+
23
+
1.3.11 (2020-10-27)
24
+
""""""""""""""""""""""""""
25
+
**Changes:**
26
+
27
+
* Fixed string literal causing SyntaxError within helmut lib.
28
+
* Added ``--no-splunk-cleanup`` CLI param, which disables the cleanup of Splunk environment before the tests execute.
29
+
* Added ``--splunk-web-scheme`` pytest argument which can be used to set the web scheme (http/https) of the Splunk instance.
30
+
* Updated pytest-splunk-addon package to remove static fixtures that are now installed as part of the environment.
31
+
32
+
**Known Issues:**
33
+
34
+
* Event ingestion through SC4S via UDP port
35
+
* Fields for modular regular expressions are not extracted in the plugin.
36
+
37
+
1.3.9 (2020-10-15)
38
+
""""""""""""""""""""""""""
39
+
**Changes:**
40
+
41
+
* Updated build process which uses python's poetry to install dependencies.
42
+
* Added support in pytest-splunk-addon to test with on-prem forwarder configured to a standalone or SH of cloud stack by providing SH in --splunk-host and forwarder in --splunk-forwarder-host and other appropriate params.
43
+
44
+
**Known Issues:**
45
+
46
+
* Event ingestion through SC4S via UDP port
47
+
* Fields for modular regular expressions are not extracted in the plugin.
48
+
49
+
1.3.6 (2020-9-25)
50
+
""""""""""""""""""""""""""
51
+
**Changes:**
52
+
53
+
* Added support for ingestion of data via pytest-splunk-addon with a user-defined index ``index = <index_name>``.
54
+
55
+
**Known Issues:**
56
+
57
+
* Event ingestion through SC4S via UDP port
58
+
* Fields for modular regular expressions are not extracted in the plugin.
59
+
60
+
1.3.5 (2020-9-14)
61
+
""""""""""""""""""""""""""
62
+
**Changes:**
63
+
64
+
* Updated the host pattern from using ``_`` to using ``-``.
65
+
* Updated host generation logic to fix an issue for unique IP based hosts from being duplicated due to a limit. Now hosts are getting generated uniquely.
66
+
67
+
**Known Issues:**
68
+
69
+
* Event ingestion through SC4S via UDP port
70
+
* Fields for modular regular expressions are not extracted in the plugin.
71
+
72
+
73
+
1.3.4 (2020-9-11)
74
+
""""""""""""""""""""""""""
75
+
**Changes:**
76
+
77
+
* Removed threading mechanism while sending data using SC4S as SC4S expects sequential ingestion of data rather than parallel ingestion.
78
+
79
+
**Known Issues:**
80
+
81
+
* Event ingestion through SC4S via UDP port
82
+
* Fields for modular regular expressions are not extracted in the plugin.
83
+
84
+
1.3.3 (2020-9-09)
85
+
""""""""""""""""""""""""""
86
+
**Changes:**
87
+
88
+
* Added log messages to our tests to help debug issues.
89
+
90
+
**Known Issues:**
91
+
92
+
* Event ingestion through SC4S via UDP port
93
+
* Fields for modular regular expressions are not extracted in the plugin.
94
+
95
+
1.3.2 (2020-8-26)
96
+
""""""""""""""""""""""""""
97
+
**Changes:**
98
+
99
+
* Enhanced requirements for the following CIM data models:
* Now, the tokenised events can be stored in json files in the *.tokenized_events* folder. If these files are not required, use the ``--discard-eventlogs`` option when executing the tests.
109
+
110
+
**Known Issues:**
111
+
112
+
* Event ingestion through SC4S via UDP port
113
+
* Fields for modular regular expressions are not extracted in the plugin.
114
+
115
+
1.3.1 (2020-8-24)
116
+
""""""""""""""""""""""""""
117
+
**Changes:**
118
+
119
+
* Now handles situations where TRANSFORMS REGEX uses _VAL in transforms.conf.
120
+
* pytest-splunk-addon now handles eval functions using NULL more efficiently.
121
+
122
+
**Known Issues:**
123
+
124
+
* Event ingestion through SC4S via UDP port
125
+
* Fields for modular regular expressions are not extracted in the plugin.
126
+
127
+
1.3.0 (2020-8-21)
128
+
""""""""""""""""""""""""""
129
+
**Features:**
130
+
131
+
* pytest-splunk-addon now generates data with it's own data generator feature which replaces SA-Eventgen for accuracy. This feature can ingest data using HEC event, HEC Raw and SC4S (TCP).
132
+
* pytest-splunk-addon now generates Index Time test cases for your Splunk Technology Add-ons.
133
+
* Added a utility to create a new pytest-splunk-addon-data.conf file from existing eventgen.conf file.
134
+
* Backward compatibility for search time tests using existing eventgen.conf.
135
+
136
+
**Bugfixes:**
137
+
138
+
* Enhanced requirements for the following CIM data models:
0 commit comments