mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Fixed config naming in es-qs query backend test
This commit is contained in:
parent
b8d3642c29
commit
a65a9655f4
@ -44,7 +44,7 @@ queries = asyncio.Queue()
|
||||
# sigmac runner coroutinne
|
||||
async def run_sigmac():
|
||||
sigmac = asyncio.create_subprocess_exec(
|
||||
sigmac_cmd, "-t", "es-qs", "-c", "tools/config/elk-winlogbeat.yml", "-v", "-I", "-r", "rules/",
|
||||
sigmac_cmd, "-t", "es-qs", "-c", "winlogbeat", "-v", "-I", "-r", "rules/",
|
||||
stdout=asyncio.subprocess.PIPE,
|
||||
)
|
||||
print("* Launching sigmac")
|
||||
|
Loading…
Reference in New Issue
Block a user