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
Copy file name to clipboardExpand all lines: docs/release_history.rst
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,18 @@ 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.4.0
11
+
1.5.0
12
+
"""""""""""""""""""""""""
13
+
**Changes:**
14
+
15
+
* Added support for file monitoring which uses universal forwarder to monitor files and ingest data.
16
+
17
+
**Known Issues:**
18
+
19
+
* Event ingestion through SC4S via UDP port
20
+
* Fields for modular regular expressions are not extracted in the plugin.
21
+
22
+
1.4.0 (2021-01-05)
12
23
""""""""""""""""""""""""""
13
24
**Changes:**
14
25
@@ -20,7 +31,7 @@ The best way to track the development of pytest-splunk-addon is through `the Git
20
31
* Fields for modular regular expressions are not extracted in the plugin.
* The input_type used in addon to ingest data of a sourcetype used in stanza.
57
57
* The way with which the sample data is ingested in Splunk depends on Splunk. The most similar ingesting approach is used for each input_type to get accurate index-time testing.
58
+
* In input_type=uf_file_monitor, universal forwarder will use file monitor to read event and then it will send data to indexer.
58
59
* For example, in an Add-on, a sourcetype "alert" is ingested through syslog in live environment, provide input_type=syslog_tcp.
60
+
61
+
.. warning::
62
+
uf_file_monitor input_type will only work with splunk-type=docker.
0 commit comments