We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考商业版的文档: 关于Address配置的地址 理解是 SkyWalking OAP服务器的地址 我的配置是这样写的: enable: true inputs:
plugin报错: 2024-03-07 07:59:35 [ERR] [service_wrapper.go:44] [func1] [config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml,] AlarmType:PLUGIN_ALARM start service error, err:listen tcp 172.17.xxx.xxx:11800: bind: cannot assign requested address logstore: config:config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml 2024-03-07 07:59:35 [INF] [service_wrapper.go:45] [func1] [config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml,] service done:skywalking agent v3 input for logtail
想咨询下 这个只能在商业版使用吗 我的 SkyWalking OAP 是在其他节点上的部署测试的
看了这个报错之后首先去排查了两边网络是通的 这个请问支持开源版本的采集吗
The text was updated successfully, but these errors were encountered:
已解决
Sorry, something went wrong.
可以把方案更新下
商业版的接入skywalking指引:https://help.aliyun.com/zh/sls/user-guide/import-trace-data-from-apache-skywalking-to-log-service?spm=a2c4g.11186623.0.i2
发现思路是在ilogtail上起类似oap服务端 所以将地址改为了0.0.0.0:11800 通过nodeport暴露出去 然后研发调试了下 这样是可以采集到数据的
商业版的思路是在ilogtail采集传输到SLS日志平台中
@yanyanguo 方便的话可以留一下使用场景:#693
No branches or pull requests
参考商业版的文档:
关于Address配置的地址 理解是 SkyWalking OAP服务器的地址
我的配置是这样写的:
enable: true
inputs:
Address: "172.17.xxx.xxx:11800"
flushers:
OnlyStdout: true
plugin报错:
2024-03-07 07:59:35 [ERR] [service_wrapper.go:44] [func1] [config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml,] AlarmType:PLUGIN_ALARM start service error, err:listen tcp 172.17.xxx.xxx:11800: bind: cannot assign requested address logstore: config:config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml
2024-03-07 07:59:35 [INF] [service_wrapper.go:45] [func1] [config#/usr/local/ilogtail/./user_yaml_config.d/file_out.yaml,] service done:skywalking agent v3 input for logtail
想咨询下 这个只能在商业版使用吗 我的 SkyWalking OAP 是在其他节点上的部署测试的
看了这个报错之后首先去排查了两边网络是通的 这个请问支持开源版本的采集吗
The text was updated successfully, but these errors were encountered: