Skip to content

Sample Kibana dashboards to be used with data generated by Beats

License

Notifications You must be signed in to change notification settings

yieldr/beats-dashboards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beats dashboards

This repository contains sample Kibana4 dashboards for visualizing the data gathered by the Elastic Beats.

Installation

To load the dashboards, execute the script pointing to the Elasticsearch HTTP URL:

    # Unix
    ./load.sh -url "http://localhost:9200"

    # Windows
    .\load.ps1 -url "http://localhost:9200"

If you want to use HTTP authentication for Elasticsearch, you can specify the credentials as a second parameter:

    # Unix
    ./load.sh -url "http://localhost:9200" -user "admin:secret"

    # Windows
    .\load.ps1 -url "http://localhost:9200" -user "admin:secret"

Technical details

The dashboards folder contains the JSON files as exported from Kibana, by using the simple python tool from the save directory. The loader is a simple shell script so that you don't need python installed when loading the dashboards.

Screenshots

Packetbeat Statistics MySql performance Thrift performance Windows Event Log Statistics

About

Sample Kibana dashboards to be used with data generated by Beats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 42.6%
  • Shell 37.7%
  • Python 15.6%
  • Makefile 4.1%