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

Google compute engine 在Windows服务器上配置Stackdriver代理以收集Qlik日志,google-compute-engine,windows-server-2012-r2,agent,google-cloud-stackdriver,Google Compute Engine,Windows Server 2012 R2,Agent,Google Cloud Stackdriver,我们已经在GCE(Windows Server 2012 R2)上安装了Qliksense。我正在尝试配置stackdriver代理以收集Qlik日志 以下是我正在使用的格式。有人能告诉我这是不是正确的方法吗。我看到的所有示例都是针对Linux服务器的 <source> @type tail # Format 'none' indicates the log is unstructured (text). format none # The path

我们已经在GCE(Windows Server 2012 R2)上安装了Qliksense。我正在尝试配置stackdriver代理以收集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>

@型尾
#格式“无”表示日志是非结构化的(文本)。
无格式
#日志文件的路径。
路径C:\ProgramData\Qlik\Sense\Log\Engine\Audit\Engine.txt
#记录日志文件中位置的位置文件的路径
#我们已经处理过了。当代理
#重新启动。
pos_文件C:\ProgramData\Qliktest-unstructured-log.pos
从你的头上读出来是真的
#此日志输入的日志标记。
标记qliksense日志

我们使用的是windows server 2012r2,可以通过将“\”替换为“/”来解决问题,您所说的“正确的方式”是什么意思?您是否已完成配置并测试了必要的功能是否正常工作?