Skip to content

ElasticSearch plugin for ServerDensity

Notifications You must be signed in to change notification settings

Robs79/sd-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SD-ElasticSearch

ElasticSearch plugin for ServerDensity for use on Amazon EC2.

Monitors the following statistics per node:

  • CPU %
  • Resident memory
  • Shared memory
  • Virtual memory
  • Size on disk
  • Number of docs

Graphs

You can split metrics into multiple graphs on the plugin tab (on your SD account). Each metric key comes with the node name prefixed. E.g. the keys for a node called Firestar:

  • Firestar - num docs
  • Firestar - size (MiB)
  • Firestar - virtual (MiB)
  • Firestar - share (MiB)
  • Firestar - cpu %
  • Firestar - rss (MiB)

Sample graph

Installation

Copy the ElasticSearch.py script to your sd-agent plugins folder e.g. /usr/bin/sd-agent/plugins. Create the plugins folder if it doesn't exist.

Configuration

No Elastic Search configuration required.

Just make sure the agent knows where to find your plugins:

[Main]
plugin_directory: /usr/bin/sd-agent/plugins

About

ElasticSearch plugin for ServerDensity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages