Hello!
I use rule for checking Sysmon logs
'''any where event.code == 1 and process.executable: "C:\Windows\System32\sc.exe" '''
The rule is working, but it checks all existing indexes.
And my ELK is very loaded. How can I create a time filter for this rule?