/Learning-Kibana-5

Learning Kibana 5.0 by Packt

Primary LanguageJavaScriptMIT LicenseMIT

#Learning Kibana 5.0 This is the code repository for Learning Kibana 5.0, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

As application and server environments become more complex, managing security and compliance becomes a challenging situation. By utilizing Puppet and the tools associated with it, you can simplify and automate many of the more repetitive security-related tasks.

##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

PUT /_snapshot/basic_logstash_repository
{
"type": "fs",
"settings": {
"location":
"/Users/bahaaldine/Dropbox/Packt/sources/chapter3/
basic_logstash_repository",
"compress": true
}
}

In this book, you will need to download and install the Elastic Stack, specifically, Elasticsearch, Kibana, Metricbeat, Logstash, and the X-Pack. All the software is available from the following page: http://www.elastic.co/downloads . The Elastic Stack can be run on a various environment on commodity machines; here is the support matrix: https://www.elastic.co/support/matrix .

##Related Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.