Nicht aus der Schweiz? Besuchen Sie lehmanns.de
Practical Elk Stack - Gurpreet Singh Sachdeva

Practical Elk Stack

Build Actionable Insights and Business Metrics Using the Combined Power of Elasticsearch, Logstash, and Kibana
Buch | Softcover
302 Seiten
2017
Apress (Verlag)
978-1-4842-2625-4 (ISBN)
CHF 59,90 inkl. MwSt
  • Titel ist leider vergriffen;
    keine Neuauflage
  • Artikel merken
Use the ELK (Elasticsearch, Logstash, and Kibana) stack to build systems that provide actionable insights and business metrics from data sources, including creating amazing visualizations and dashboards. Learn how to set up the ELK stack, build a data pipeline, and create customized plugins. Practical ELK Stack will teach you to configure the software, install tools, and build a data pipeline. You will learn the key features of Logstash and its role in the ELK stack, including creating Logstash plugins, which will enable you to use your own customized plugins. The importance of Elasticsearch and Kibana in the ELK stack is covered, along with various types of advanced data analysis, including charts, tables, and maps. The simple and powerful nature of ELK stack has contributed to its quick adoption. Diverse scenarios are covered, ranging from social media analysis to grid monitoring at CERN. You will see how ELK stack is being used at companies such as Facebook, Github, and Netflix.
With this book you will learn: * The need for log analytics, and current challenges * How to perform real-time data analytics on streaming data, and turn them into actionable insights * How to create indexing and delete data * The different components of ELK (Elasticsearch, Logstash, and Kibana) stack * Shipping, Filtering, and Parsing Events with Logstash * How to build amazing visualizations and dashboards using Data Discovery, Visualization, and Dashboard with Kibana Who this book is for: This book is for developers or DevOps Engineers interested in building systems that provide amazing insights and business metrics out of different data sources using the ELK stack.

Gurpreet S. Sachdeva is a Technology Leader with 20 years of experience working on some of the most challenging technologies related to Communication Software, Enterprise Computing and Cloud Computing. Gurpreet did his B. Tech (Computer Engineering) from NIT, Kurukshetra and M.S. (Software Systems) from BITS, Pilani. He is currently working as Director - Technology with Aricent, Gurgaon. He is a keen Java enthusiast and co-founder of Delhi - NCR - Java User Group. Gurpreet is passionate about building cloud scale software and manage it through ELK stack along with other DevOps tools. Gurpreet is an invited speaker in prestigious conferences like Oracle - Java One, Great India Developer Summit, Indic Threads. Gurpreet blogs at http://www.thistechnologylife.com

Chapter 1: Introduction to ELK StackChapter Goal: This chapter emphasizes the importance of log analysis in today's big data crazy world. It would go on to analyze the challenges with log analysis. It presents ELK stack as a thorough solution for log analysis. Different components of ELK Stack - Elasticsearch, Logstash and Kibana are introduced with a description of their functions and installation.No of pages: 25Sub -Topics1.Log Analysis in Today's World2.The ELK Stack3.ELK Data Pipeline4.ELK Stack Installation" Chapter 2: Shipping, Filtering and Parsing Events with LogstashChapter Goal: The goal of this chapter is to get started with using Logstash for log generation, collection and filtering. It starts with introducing configuration settings of Logstash. It then goes on to illustrate how Logstash facilitates shipping of logs, filtering and transforming any type of data to a common format. This can further help in arriving at actionable insights.No of pages: 40Sub - Topics1.Configuring Logstash2.Shipping Events3.Filtering Events with Logstash4.Outputting Events from Logstash" "div>Chapter 3: Extending LogstashChapter Goal: The goal of this chapter is to illustrate how Logstash is internally organized using Plugins. Logstash has a diverse collection of input, filter, codec and output plugins. An overview of the common plugins would be provided. It would then show how to create and use your own custom plugin.No of pages: 20Sub - Topics: 1.Plugin Management2.Structure of a Plugin3.Adding custom plugins" Chapter 4: Creating, Indexing and Deleting DataChapter Goal: This chapter introduces data management using Elasticsearch. It covers features of Elasticsearch. Data is organized as documents. This chapter would show how to add data, index it, update it, and delete it. It also goes on to show how to work with distributed document stores.No of pages: 40Sub - Topics: 1.Anatomy of a Document2.Creating Document3.Indexing a Document4.Updating a Document5.Deleting a Document6.Distributed Document Store Chapter 5: Searching DataChapter Goal: The goal of this chapter is to explore the elaborate mechanism for searching data available in Elasticsearch. It covers both the search query variations - Search Lite and Full Body Search. Then it illustrates Query DSL and Filters.No of pages: 25Sub - Topics: 1.Basic Search2.Search with Multi-Index, Multi-Type3.Pagination in Search4.Search Lite5.Query DSL6.Queries and Filters7.Advanced Search Concepts" Chapter 6: Mapping and AnalysisChapter Goal: The goal of this chapter is to examine how Elasticsearch maps data. It then goes on to show how to map data for relevant analysis.No of pages: 25Sub - Topics: 1.Data Type2.Analyzers3.Mapping4.Composite Field Types Chapter 7: Data Exploration with AggregatesChapter Goal: This chapter explores the subject of Aggregates. It would help in giving a top level view of entire set of documents. This is unlike queries which just focus on a particular document. It is also shown how to group documents into buckets.No of pages: 20Sub - Topics: 1.Buckets and Metrics2.Bar Charts3.Scoping Aggregations4.Aggregates with Filters5.Approximate Aggregates Chapter 8: Exploring KibanaChapter Goal: This chapter introduces Kibana. It explains basic concepts and key features.No of pages: 25Sub - Topics: 1.Kibana Key Concepts2.Kibana Features Chapter 9: Kibana - Discover, Visualize and DashboardChapter Goal: This chapter will show how to work with Kibana by illustrating its interface to filter and visualize log messages gathered by Elasticsearch. It will cover the main interface components, and demonstrate how to create searches, visualizations, and dashboards.No of pages: 40Sub - Topics: 1.Exploring Discover Page2.Exploring Visualize Page3.Exploring Dashboard Page4.Settings Page Chapter 10: Insights with ELK StackChapter Goal: This chapter really ties up all the components of ELK stack together to arrive at actionable insights. It first shows how to do proper data modelling so that useful logs are emitted by Logstash. Then these logs need to be organized into documents with proper indexing. Finally, appropriate dashboards need to be configured in Kibana to provide data analytics.No of pages: 30Sub - Topics: 1.Data Modelling2.Configuring Logstash input3.Analysis with Kibana Chapter 11: Designing for ScaleChapter Goal: Elasticsearch can be used to index and search petabytes of data. This chapter shows how Elasticsearch can be run in a cluster containing hundreds of nodes. This requires planning and design. It would cover replica shards and multiple indices.No of pages: 25Sub - Topics: 1.Elasticsearch Cluster2.Logstash Second Indexer3.Replica Shards4.Multiple Indices Chapter 12: ELK Stack at WorkChapter Goal: This chapter would cover practical areas where ELK stack is being used. All the earlier chapters were laying the foundation for the practical aspects of ELK stack. It is being used in companies like Facebook, Netflix. It can be used for lot of diverse purpose like Social Media Analysis, Troubleshooting applications or Grid Monitoring at CERN.No of pages: 40Sub - Topics: 1.Social Media Analysis2.Live Application Troubleshooting3.ELK Stack at Github4.ELK Stack at http://stackoverflow.com/5.Real Time Analytics6.Grid Monitoring at CERN7.Searching New York Times Articles8.Message Analytics at Netflix9.Search at Facebook 13: Cover troubleshooting, performance improvement

Erscheinungsdatum
Zusatzinfo 93 colour illustrations, biography
Verlagsort Berkley
Sprache englisch
Maße 155 x 235 mm
Gewicht 510 g
Themenwelt Informatik Datenbanken Data Warehouse / Data Mining
Mathematik / Informatik Informatik Theorie / Studium
Mathematik / Informatik Informatik Web / Internet
Schlagworte CERN • ELK Data Pipeline • ELK STack • ELK Stackflow • Grid Monetering • Kibana • log analysis • Logtash • Mapping and Analysis
ISBN-10 1-4842-2625-9 / 1484226259
ISBN-13 978-1-4842-2625-4 / 9781484226254
Zustand Neuware
Haben Sie eine Frage zum Produkt?
Mehr entdecken
aus dem Bereich
Auswertung von Daten mit pandas, NumPy und IPython

von Wes McKinney

Buch | Softcover (2023)
O'Reilly (Verlag)
CHF 62,85
Datenanalyse für Künstliche Intelligenz

von Jürgen Cleve; Uwe Lämmel

Buch | Softcover (2024)
De Gruyter Oldenbourg (Verlag)
CHF 104,90