Skip to content
New issue

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

ilogtail开源版采集skywalking配置疑问 #1391

Closed
yanyanguo opened this issue Mar 7, 2024 · 4 comments
Closed

ilogtail开源版采集skywalking配置疑问 #1391

yanyanguo opened this issue Mar 7, 2024 · 4 comments
Labels
question Further information is requested

Comments

@yanyanguo
Copy link

参考商业版的文档:
关于Address配置的地址 理解是 SkyWalking OAP服务器的地址
image
我的配置是这样写的:
enable: true
inputs:

  • Type: service_skywalking_agent_v3
    Address: "172.17.xxx.xxx:11800"
    flushers:
  • Type: flusher_stdout
    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 是在其他节点上的部署测试的

看了这个报错之后首先去排查了两边网络是通的 这个请问支持开源版本的采集吗

@yanyanguo yanyanguo added the question Further information is requested label Mar 7, 2024
@yanyanguo
Copy link
Author

已解决

@messixukejia
Copy link
Collaborator

已解决

可以把方案更新下

@yanyanguo
Copy link
Author

商业版的接入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日志平台中

@linrunqi08
Copy link
Collaborator

@yanyanguo 方便的话可以留一下使用场景:#693

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants