Preliminary discussion on Elk-kibana usage Summary
2016/9/12
1, installation of 2 ways to download, recommended cache RPM package to the local Yum Source 1) directly using rpmwget https://download.elastic.co/kibana/kibana/kibana-4.6.1-x86_64. RPM2) using the Yum source [[email protected] ~]# rpm --import https://packages.elastic.co/ gpg-key-elasticsearch[[email protected] ~]# vim /etc/yum.repos.d/kibana.repo[kibana-4.6] name=kibana repository for 4.6.x packagesbaseurl=https://packages.elastic.co/kibana/4.6/ centosgpgcheck=1gpgkey=https://packages.elastic.co/gpg-key-elasticsearchenabled=1[[email protected] ~]# YUM INSTALL KIBANA3) Start the service Kibana the local ES service is found by default, so you can start the service directly: [[email protected] ~]# service kibana start[[email protected] ~]# chkconfig kibana on2, Use Access: Http://10.50.200.220:5601/app/kibana to use Kibana, configure a regular for the corresponding index name based on the index you have created, for example: Nginxaccess-* Next, go discover interface Look at what we get, search for keywords to try the filter. Zyxw, reference 1, official website dochttps://www.elastic.co/guide/en/kibana/current/setup-repositories.htmlhttps://www.elastic.co/ Guide/en/kibana/current/status.htmlhttps://www.elastic.co/guide/en/kibana/current/discover.htmlhttps:// Www.elastic.co/guide/en/shield/current/kibana.html#kibana4-server-role
Preliminary discussion on Elk-kibana usage Summary