File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pytest_splunk_addon/standard_lib/requirement_tests
tests/requirement_test_modinput Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def test_requirement_params(
142142 host = modinput_params ["host" ]
143143 source = modinput_params ["source" ]
144144 sourcetype = modinput_params ["sourcetype" ]
145- search = f"search index=* host={ host } source={ source } sourcetype={ sourcetype } { escaped_event } |fields * "
145+ search = f"search index=* host=\" { host } \" source=\" { source } \" sourcetype=\" { sourcetype } \" { escaped_event } |fields * "
146146 else :
147147 search = f"search index=* { escaped_event } |fields * "
148148 ingestion_check = splunk_search_util .checkQueryCountIsGreaterThanZero (
Original file line number Diff line number Diff line change 55 <version id =" 13.21" />
66 <event code =" " name =" EventID_19_WmiEvent_(WmiEventFilter_activity_detected)_Change_All_Changes" format =" " >
77 <version id =" " />
8- <transport type =" modinput" host =" sample_host" source =" XmlWinEventLog:Microsoft-Windows-Sysmon/Operational" sourcetype =" xmlwineventlog" />
8+ <transport type =" modinput" host =" sample_host=test " source =" XmlWinEventLog:Microsoft-Windows-Sysmon/Operational" sourcetype =" xmlwineventlog" />
99 <source >
1010 <jira id =" ADDON-35818 , ADDON-35825" />
1111 <comment />
You can’t perform that action at this time.
0 commit comments