-
Notifications
You must be signed in to change notification settings - Fork 132
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
eagle-log无法sink到kafka,redis、es #8
Comments
针对"index":"eagle_log_1" 这个日志,你有“解析规则”吗?你整个任务都报错了,debug看看 |
"规则中只有一个logger输出信息" ,那就是没有处理后的日志输出。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问,是否要满足特定条件,才能调用sinkToRedis或者sinkLogToKafka。
因为我这边是自己根据logSchema的格式,自己写了一些日志进去,日志格式如下:
{"id":"1","type":"test","index":"eagle_log_1","timestamp":"2020-12-04T10:01:08.634+0800","@timestamp":"1607064573799","ip":"172.19.88.67","message":"test","path":"c://test","fields":"aaa"}
timestamp和@timestamp是动态的,其他字段都是硬编码写入到kafka,我调试代码,logprocess相关方法都会调用,但是sink日志到redis,kafka的代码都不会执行。
The text was updated successfully, but these errors were encountered: