在Windows服务器上配置Stackdriver代理以收集Qlik日志

时间:2019-11-05 12:17:47

标签: windows google-compute-engine agent google-cloud-stackdriver

我们已在GCE(Windows Server)上安装了Qliksense,试图配置堆栈驱动程序代理以收集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>

谢谢

0 个答案:

没有答案