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 @@ -138,7 +138,7 @@ def test_requirement_params(
138138 host = modinput_params ["host" ]
139139 source = modinput_params ["source" ]
140140 sourcetype = modinput_params ["sourcetype" ]
141- search = f"search index=* host={ host } source={ source } sourcetype={ sourcetype } { escaped_event } |fields * "
141+ search = f"search index=* host=\" { host } \" source=\" { source } \" sourcetype=\" { sourcetype } \" { escaped_event } |fields * "
142142 else :
143143 search = f"search index=* { escaped_event } |fields * "
144144 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