Настройка агента Stackdriver на сервере Windows для сбора журналов Qlik - PullRequest
0 голосов
/ 05 ноября 2019

Мы установили 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>

Спасибо

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...