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

我们已在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>

谢谢

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

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3159743.html

大家都在问