Introducing: An Elasticsearch plugin that lists installed plugins

Hi,

We've created a small plugin that just lists installed plugins. This might interest other people as well. It can be found in GitHub:

Thanks for you attention,
Henrique Rodrigues

Nice work!

You can also do this with $ES_HOME/bin/plugin -l|--list or curl IP:9200/_cat/plugins.