Opensearch Serverless中的数据摄取

0

【以下的问题经过翻译处理】 我想将本地Syslog服务器的日志导入到Opensearch Serverless服务中。我现在将日志文件传输到S3,并使用Lambda将数据导入Opensearch Serverless集合中。我是否可以继续这样做,或者还有其他更有效的方法?

profile picture
EXPERT
asked 5 months ago164 views
1 Answer
0

【以下的回答经过翻译处理】 你可以使用Kinesis Firehose进行自动化处理,利用一些缓冲区来批量调用OpenSearch,这一步骤可以自动完成。 你现在是使用Lambda进行处理吗?你的方法是有效的,但也许只需在本地服务器上使用Kinesis Firehose即可,可以在这里了解这种方法。 https://docs.aws.amazon.com/firehose/latest/dev/writing-with-agents.html

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions