{"id":13990653,"url":"https://github.com/elastic/beats-dashboards","last_synced_at":"2025-04-06T13:11:46.341Z","repository":{"id":31392669,"uuid":"34955825","full_name":"elastic/beats-dashboards","owner":"elastic","description":"DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues.","archived":false,"fork":false,"pushed_at":"2024-08-08T08:51:02.000Z","size":2825,"stargazers_count":194,"open_issues_count":14,"forks_count":72,"subscribers_count":376,"default_branch":"master","last_synced_at":"2025-03-30T11:11:17.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-02T16:55:45.000Z","updated_at":"2025-03-18T17:31:02.000Z","dependencies_parsed_at":"2024-12-16T03:04:01.481Z","dependency_job_id":"d07ef801-0e72-44f0-bafb-4a9eed58d57f","html_url":"https://github.com/elastic/beats-dashboards","commit_stats":{"total_commits":148,"total_committers":16,"mean_commits":9.25,"dds":0.7027027027027026,"last_synced_commit":"da94ae4dff404b4da37df26fcd5c064b661697d4"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fbeats-dashboards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fbeats-dashboards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fbeats-dashboards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fbeats-dashboards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastic","download_url":"https://codeload.github.com/elastic/beats-dashboards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485290,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-09T13:03:03.491Z","updated_at":"2025-04-06T13:11:46.323Z","avatar_url":"https://github.com/elastic.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Beats dashboards\n================\n\nThis repository contains sample Kibana4 dashboards for visualizing the data\ngathered by the Elastic [Beats](https://www.elastic.co/products/beats).\n\nInstallation\n-------------\n\nTo load the dashboards, execute the script pointing to the Elasticsearch HTTP\nURL:\n\n        # Unix\n        ./load.sh -url \"http://localhost:9200\"\n\n        # Windows\n        .\\load.ps1 -url \"http://localhost:9200\"\n\nIf you want to use HTTP authentication for Elasticsearch, you can specify the\ncredentials as a second parameter:\n\n        # Unix\n        ./load.sh -url \"http://localhost:9200\" -user \"admin:secret\"\n\n        # Windows\n        .\\load.ps1 -url \"http://localhost:9200\" -user \"admin:secret\"\n\nTechnical details\n-----------------\nThe `dashboards` folder contains the JSON files as exported from Kibana, by\nusing the simple python tool from the `save` directory. The loader is a simple\nshell script so that you don't need python installed when loading the\ndashboards.\n\n\nCreate a new dashboard\n----------------------\n\nIf you added support for a new protocol in Packetbeat or a module in\nMetricbeat, it would be nice to create a dedicated Kibana dashboard to \nvisualize your data.\nThe Kibana dashboards are saved in a special index in Elasticsearch. By default\nit's `.kibana`, but it can be configured to anything else.\n\nThe first step in creating your own Kibana dashboard is to get a fresh\ninstallation of the Kibana dashboards/visualizations/searches/index patterns,\nthat you can use as a starting point for your own dashboard. You can use the \n`load.sh` script on Unix and `load.ps1` on Windows for loading the sample \ndashboards/visualizations/searches/index patterns in Kibana. The usage of this\nscript is described above.\n\nNote: Make sure you are using the latest Kibana version to create and download\nthe dashboards.\n\nThen, you can create the dashboard together with the necessary\nvisualizations and searches in Kibana. After the dashboard is ready, you can download \nall the dashboards using the `save/kibana_dump.py` script. \n\nBefore executing the save/kibana_dump.py script, make sure you have python and virtualenv\ninstalled:\n\n        # Prepare the environment\n        virtualenv env\n        . env/bin/activate\n        pip install -r requirements.txt\n\n        # go to save directory\n        cd save\n\n        # Download all Kibana dashboards to your host\n        python kibana_dump.py --url 'http://localhost:9200' --dir output\n\nwhere `url` points to the Elasticsearch URL, and `dir` is the directory where\nyou want to save the Kibana dashboards.\n\nFinally, copy the related dashboards, visualizations, searches and\neventually index patterns to the `dashboards` directory, and send us a pull request.\n\n\n\nScreenshots\n-----------\n\n  ![Packetbeat Statistics](/screenshots/Packetbeat-statistics.png)\n  ![MySql performance](/screenshots/MySql-performance.png)\n  ![Thrift performance](/screenshots/Thrift-performance.png)\n  ![Windows Event Log Statistics](/screenshots/winlogbeat-dashboard.png)\n  ![NFS traffic Statistics](/screenshots/NFS-dashboard.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fbeats-dashboards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastic%2Fbeats-dashboards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fbeats-dashboards/lists"}