ELK的一些很好的模拟

Some of good analog of ELK

我正在寻找一些很好的开源或免费系统,它类似于 Elastic-Logstash-Kibana(ELK)。你能帮我解决这个问题吗?

它需要从某些系统收集和可视化数据,如 ngingx、Oracle、syslogs。我发现了一些可视化的例子,比如 Graphite, Grafana and clickhouse。但也许有更好的例子吗?

它应该插入大约 1 Tb 的数据。

你为什么不喜欢 ELK?无论如何,试试 Graylog!

首先,查看 Cloud Native Annual Report 2018 and using the CNCF Cloud Native Interactive Landscape 获取解决问题的推荐路径是有意义的。

可能 fluentd & Graylog may fit your needs, but take into account Graylog 依赖于 ElasticSearch,从 triad ELK 中删除的只是 LogStash 和 Kibana。

ElasticSearch 替代品

有很多关于comparing/ranking搜索引擎的分析文章,例如DB-Engines Ranking of Search Engines

Clickhouse

Clickhouse is originally OLAP system, not search text engine such ElasticSearch (just notice that ES built on base Lucene 专为全文搜索而创建)。

ClickHouse RoadMap 2019 announces that CH will be more full-text-search-friendly; at this moment this feature has not been released (see change log).