Git Product home page Git Product logo

elasticbeat's Introduction

Build Status GoReportCard

ElasticBeat

Use your elasticsearch to store your cluster's statistics easy with only elastic components!! :) Current version of ElasticBeat works with Elasticsearch as stated in table below.

Current status: development release. Further development and fine-tuning is in progress.

If you have any ideas or issues, please contribute. I expect that fields and statistics will settle down over time to reflect user's needs

Description

Simple beat for ElasticSearch cluster (and/or nodes) statistics. This beat requests statistics from your elastisearch cluster via available API. Following API is currently supported:

  • /_cluster/health
  • /_cluster/stats
  • /_nodes/stats/process,jvm,os,fs,thread_pool,transport,http,breaker,script

You can decide which statistics to store. Configure your options in elasticbeat.yml config file:

stats:
  cluster: true
  nodes: true
  health: true

Upload ElasticBeat template:

curl -XPUT 'http://localhost:9200/_template/elasticbeat' [email protected]

Important Note

In order to have consistent Node statistics, you need to set unique node names for each node of your elasticsearch cluster.

In configuration file elasticsearch.yml:

node.name: testnode1

How to run it

This is simple run guide.

Kibana guide

This is simple KIBANA guide.

Compatibility matrix

Current development version of Elasticbeat was tested against elasticsearch in table.

Elasticsearch Elasticbeat
2.0 DEV version
2.1 DEV version
2.2 DEV version
2.3 DEV version
5.0 alpha DEV version

Examples

ElasticBeat example 1 ElasticBeat example 2

elasticbeat's People

Contributors

radoondas avatar shadyabhi avatar

Watchers

Prerak Shah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.