Skip to content
carysyd edited this page Mar 2, 2016 · 3 revisions

What Is PureELK?

PureELK is an Open Source solution to provide monitoring to Pure Storage FlashArrays.

How to Install?

PureELK recommends Ubuntu 14.04LTS. Simply run the following command on a clean Ubuntu to install PureELK.

curl -s https://raw.githubusercontent.com/pureelk/pureelk/master/pureelk.sh | sudo bash -s install

Once installation is completed, PureELK can be accessed from a browser using the following address

http://<ubuntu-host-ip>:8080

Hardware Requirement

  • Duo core processor (2GHz or faster)
  • 4GB RAM
  • 20GB of hard disk space to store 90 days of historical data for each FlashArray.

About PureELK

PureELK Network Architecture

A bit more background of PureELK software stack. During installation, three Docker images (Elasticsearch, Kibana and PureELK) are pulled from Docker Hub and linked together.

PureELK Software Stack
Clone this wiki locally