Fixed config naming in es-qs query backend test

This commit is contained in:
Thomas Patzke 2019-08-02 08:25:21 +02:00
parent b8d3642c29
commit a65a9655f4

View File

@ -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")