sqlserver 无法采集
#1898
Replies: 1 comment
-
看下logtail_plugin.LOG 日志 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在win10操作系统,sqlserver,无法采集到数据。
ilogtail 版本采用https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.7.1/ilogtail-1.7.1.windows-amd64.zip
配置(使用的https://ilogtail.gitbook.io/ilogtail-docs/plugins/input/service-mssql):
enable: true
inputs:
Address: 127.0.0.1
CheckPoint: true
CheckPointColumn: id
CheckPointColumnType: int
CheckPointSavePerPage: true
CheckPointStart: "0"
Database: LogtailTest
IntervalMs: 1000
Limit: true
MaxSyncSize: 100
PageSize: 100
User: test
Password: test
StateMent: "select * from LogtailTestTable where id > ? order by id"
flushers:
OnlyStdout: true
ilogitail.1.LOG 提示错误:
[2024-11-19 10:49:03.961169] [error] [014656] c:\workspace\ilogtail-github\core\common\filesystemutil.cpp:135 open file fail:D:\src\github\ilogtail-windows\ilogtail-1.7.1\checkpoint/docker_path_config.json errno:No such file or directory
ilogtail.LOG warn 提示:
[2024-11-19 10:49:16.877658] [info] [021184] c:\workspace\ilogtail-github\core\app_config\appconfigbase.cpp:289 load logtail config file, detail:{}
[2024-11-19 10:49:16.877715] [warning] [021184] c:\workspace\ilogtail-github\core\app_config\appconfigbase.cpp:968 error to find : pos:0 env string:=::=::
[2024-11-19 10:49:16.877724] [warning] [021184] c:\workspace\ilogtail-github\core\app_config\appconfigbase.cpp:968 error to find : pos:0 env string:=D:=D:\src\github\ilogtail-windows\ilogtail-1.7.1
[2024-11-19 10:49:16.877731] [warning] [021184] c:\workspace\ilogtail-github\core\app_config\appconfigbase.cpp:968 error to find : pos:0 env string:=ExitCode=C000013A
[2024-11-19 10:49:16.878040] [info] [021184] c:\workspace\ilogtail-github\core\app_config\appconfigbase.cpp:601 logtail checkpoint path:D:\src\github\ilogtail-windows\ilogtail-1.7.1\checkpoint/logtail_check_point
不明白如何才能监控,并采集到数据,求助。
Beta Was this translation helpful? Give feedback.
All reactions