Topbeat Deployment of Elk

Source: Internet
Author: User
Tags kibana

Topbeat regularly collects system information, such as each process information, load, memory, disk, and so on, and then sends the data to Elasticsearch for indexing, and finally shows through Kibana.

Here are the specific installation and configuration steps:

1, installation Topbeat

tar zxf topbeat-1.3. 1-x86_64. Tar  mv topbeat-1.3. 1 topbeat

2, Configuration Topbeat

$ vim topbeat/topbeat.yml #修改如下内容input: # in seconds, defines how often to read server statistics period:Ten# Regular expression to match the processes is monitored # By default, all the processes is monitored procs : [".*"] # Statistics to collect (all enabled by default) Stats: # per system Statistics, by default istrueSystem:true# per process statistics, by default istrueProcess:true    # fileSystem information, by default istruefilesystem:true# CPU usage per core, by default isfalseCpu_per_core:trueoutput: # # Elasticsearch as Output elasticsearch:hosts: ["ip:9200"]

3. Configure Elasticsearch Templates

' http://ip:9200/_template/topbeat ' [Email Protected]/data/elk/topbeat/topbeat.template.json

4. Start Topbeat

$ cd topbeat/$ nohup. /topbeat &

Finally, take a look at the data and charts displayed in Kibana:

Topbeat Deployment of Elk

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.