分析日志分类并存储在 Elasticsearch Index 中

Analyze the log categorize and store it in Elasticsearch Index

我有来自不同组件的多个日志文件,比如 ABC。 每个组件都有不同的日志格式。如何分析每个组件中的日志并将提取的数据存储在 Elasticsearch Index 中?

看看 Logstash 应用程序。 Logstash 解析您的日志文件 -> 输出到弹性搜索索引中。看这里:Elastic Search: LogStash Product