
ELK
文章平均质量分 80
nisxiya
Still a graduate student in ss of Peking UniversityGood at python, Java, C, Linux VimLearning Algorithms
展开
-
kibana uses openStreetMap and Gaode map with higher zoom level
Kibana mapBackgroundFrom July 11, 2016 Kibana was not allowed to use MapQuest anymore. But Kibana distributes their own map service named elastic tile map service. Unfortunately it limits the zoom leve原创 2017-02-12 12:30:02 · 1482 阅读 · 0 评论 -
Kibana aggregation with missing / null fields
BackgroundKibana is a good tool for aggregations. It looks like the group by in mysql. However Kibana will ignore documents without a given field when computing the aggregation. How can we take those d原创 2017-02-22 13:36:07 · 1367 阅读 · 0 评论 -
Kibana Timelion Supports Percentiles
IntroductionTimelion has a good .es method which enables users to get certain metrics over the query results. The existing metrics include: count, avg, sum, min, max, cardinality. But I am eager to do原创 2017-04-11 01:11:10 · 2565 阅读 · 0 评论 -
Kibana displays customized percentage in pie chart
IntroductionKibana 3 has got a good pie chart, which will displays the percentage label by default. But when it comes to Kibana 4 or even Kibana 5.X, this feature has gone. Let’s see what it looks like原创 2017-05-05 19:14:40 · 1746 阅读 · 0 评论 -
[Kibana > Timelion] Timelion.json is not working
Just a mark to investigate the reason configuration file of Timelion plugin is not working. It is maybe a designed feature. :) BackgroundIn Kibana 5.X, (specially Kibana 5.3.3 in my case), I have confi原创 2017-06-10 01:31:40 · 1016 阅读 · 0 评论 -
debug date filter in logstash
BackgroundRecently some guys came by and were curious about the date filter in logstash (both 2.4 and 5.x, but I am using logstash 2.4 in this post). The basic function for date filter is to convert a原创 2017-07-15 02:52:53 · 892 阅读 · 0 评论 -
[Elasticsearch] setup Elasticsearch in intellij idea
IntroductionElasticsearch is quite a cool project. This post introduces how to setup Elasticsearch in IntelliJ Idea locally. After this, we are able to :read Elasticsearch source code within an IDEde原创 2018-01-19 19:55:24 · 3076 阅读 · 0 评论