使用ElasticSearch+LogStash+Kibana+Redis搭建日志管理服务

其中启动kibana 除了jetty也可以用tomcat或者其他容器 这个提醒初学者 还有就是ElasticSearch 1.4+版本需要config/elasticsearch.yml里加一条配置的 http.cors.enabled: true http.cors.allo...

leveldb出现一堆很大的sst文件

try { if(alertDb instanceof JniDB){ ((JniDB)alertDb).compactRange(null, null); String stats = alertDb.getProperty("leveldb.stats"); logger.info(stats); } Thread.sleep(24*60*60*1...

Certificates does not conform to algorithm

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints...

StringTokenizer类的使用

最近看HQ源代码 看到一些技术点记录起来。。。

Lucene 打开cfs文件 并获取数据

lucene在创建索引库时,会合并多个 Segments 文件到一个 .cfs 中。此方式有助于减少索引文件数量,减少同时打开的文件数量。 有些程序会直接将数据存储到cfs里 要想拿出里面的数据就看下面代...

没有更多内容

加载失败,请刷新页面