Category Archives: Kibana

[Kibana] Time range search

If I want to search information within these seven days.

If I want to search information between 2015-01-01 and 2015-01-31.

If I want to search information between 2015-02-01 13:00:00 and 2015-02-01 18:00:00.

Posted in Kibana | Leave a comment

[Apache] Proxypass

Because the default web port of Elasticsearch is 9200. And I want to change it with 80. Maybe I could use the proxypass function. enable the proxy, and restart apache

add following into the /etc/apache2/sites-enabled/000-default.conf

edit the kibana … Continue reading

Posted in Apache, Elasticsearch, Kibana | Leave a comment

Logstash + Redis + Nginx + Kibana + ElasticSearch

環境: Ubuntu 14.04 x64 server 安裝Java環境

下載Logstash壓縮檔

基本測試

安裝Elasticsearch

設定Elasticsearch 編輯/etc/elasticsearch/elasticsearch.yml 取消cluster.name、node.name的注解並改成自己想要的 重新啟動Elasticsearch

安裝Redis

設定Redis 編輯/etc/redis/redis.conf,使用

重新啟動Redis

下載Kibana

編輯Kibana設定檔 編輯/var/www/kubana/config.js,使用

設定Logstash Server設定檔 編輯/etc/logstash/server.conf

測試Logstash能否以Server啟動

安裝Nginx

設定Nginx 編輯/etc/nginx/sites-enabled/default,使用 … Continue reading

Posted in Elasticsearch, Kibana, Logstash, Redis | Leave a comment