简体   繁体   English

将日志从 AWS Cloudwatch 日志组发送到 Opendistro EFK

[英]Ship logs from AWS Cloudwatch log group to Opendistro EFK

Is there a way to ship logs from AWS Cloudwatch log group to Opendistro EFK?有没有办法将日志从 AWS Cloudwatch 日志组发送到 Opendistro EFK? I am using opendistro which has the elasticsearch version 7.10.2, that has been provisioned using helm in an EKS cluster.我正在使用具有 elasticsearch 版本 7.10.2 的 opendistro,该版本已在 EKS 集群中使用 helm 进行配置。 I tried with functionbeat 7.10.2, but once I tried shipping a sample cloudwatch log data, it throws the error:我尝试使用 functionbeat 7.10.2,但是一旦我尝试发送示例 cloudwatch 日志数据,它就会引发错误:

2021-10-21T19:17:32.605Z    ERROR   [publisher_pipeline_output] pipeline/output.go:154  Failed to connect to backoff(elasticsearch(https://******.io:443)): Connection marked as failed because the onConnect callback failed: 169.254.40.221 requires the default distribution of Elasticsearch. Please update to the default distribution of Elasticsearch for full access to all free features, or switch to the OSS distribution of 169.254.40.221.
2021-10-21T19:17:32.605Z ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(https://******.io:443)): Connection marked as failed because the onConnect callback failed: 169.254.40.221 requires the default distribution of Elasticsearch. Please update to the default distribution of Elasticsearch for full access to all free features, or switch to the OSS distribution of 169.254.40.221.

Is there any compatible version of functionbeat with opendistro Elasticsearch 7.10.2?是否有与 opendistro Elasticsearch 7.10.2 兼容的 functionbeat 版本? Is there any other beat that can be used to ship logs from AWS cloudwatch to Open distro EFK?是否有任何其他节拍可用于将日志从 AWS cloudwatch 发送到 Open distro EFK?

using kinesis and self hosted logstash can work,there is cost using kinesis使用 kinesis 和自托管的 logstash 可以工作,使用 kinesis 是有成本的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS 事件总线无法从 AWS Lambda 将日志写入自定义日志组上的 CloudWatch - AWS Event Bus fails to write logs to CloudWatch on a custom log group from AWS Lambda 使用 Terraform 将 AWS Lambda 日志写入 CloudWatch 日志组 - Write AWS Lambda Logs to CloudWatch Log Group with Terraform AWS CloudWatch Logs Stream - 如何配置 awslogs 以将每天的新日志 stream 从同一实例写入同一日志组? - AWS CloudWatch Logs Stream - how configure awslogs to write every day new log stream to the same log group from the same instance? 带有 .NET 的 AWS - 从 CloudWatch 读取日志 - 没有返回日志数据 - AWS with .NET - reading logs from CloudWatch - no log data returned 如何从前端使用 AWS CloudWatch Logs 提交简单日志? - How to submit the simple log with AWS CloudWatch Logs from frontend? 从 cloudwatch 日志组到 lambda 的 aws 传入数据已损坏 - aws incoming data from cloudwatch logs group to lambda is broken 使用 EFK 堆栈从 kibana 上的 S3 获取 AWS 日志 - Getting AWS logs from S3 on kibana using EFK stack AWS RDS未将常规日志上传到CloudWatch Logs - AWS RDS not uploading general log to CloudWatch Logs AWS Cloudwatch 将日志记录到 Azure 日志分析 - AWS Cloudwatch Logs to Azure Log Analytics AWS CloudWatch 日志组命名约定 - AWS CloudWatch logs group naming convention
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM