Мы установили Qliksense на GCE (Windows Server), пытаясь настроить агент стека-драйвера для сбора журналов Qlik
В следующем формате я использую, может кто-нибудь сообщить мне, если это правильный путь. Все примеры, которые я вижу, относятся к серверам Linux
<source>
@type tail
# Format 'none' indicates the log is unstructured (text).
format none
# The path of the log file.
path C:\ProgramData\Qlik\Sense\Log\Engine\Audit\Engine.txt
# The path of the position file that records where in the log file
# we have processed already. This is useful when the agent
# restarts.
pos_file C:\ProgramData\Qliktest-unstructured-log.pos
read_from_head true
# The log tag for this log input.
tag qliksense-log
</source>
Спасибо