SlideShare a Scribd company logo
1© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
How to Scale Your
Architecture and DevOps
Practices for Big Data
Applications
Manoj Chaudhary
CTO and VP of Engineering
March 30, 2017
2© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
• Cloud-based log management
• Founded in 2009
• Based in San Francisco
• 10,000+ customers
• Startups to Fortune 500
3© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
How log management starts
Management = simple stuff
• Rotate files, compress and delete
• Scan for specific events (not easy)
• Log retention policies evolve over
time
4© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Log volume
Self-InflictedPain
“…hmmm, our logs are getting a bit bloated”
“…let’s spend time managing our log capacity”
“…how can I make this someone else’s problem!”
As log data grows
5© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Focus on managing application vs. managing logs
from the trenches…
If you get a disk space alert, first login…
% sudo rm –rf /var/log/apache2/*
Admit it, we’ve all seen this kind of thing!
Do not make this is an either/or proposition!
!
6© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
We believe the future is all
about increasingly complex
systems, and companies need
better ways to be able to
understand them.
7© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
The way we make complex
systems understandable is by
making it ridiculously easy to
reveal the hidden stories in your
log data.
8© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Loggly makes log
management easy and
simple
• Cloud-based SaaS for easy central log
collection, aggregation, management
• Agent-free, easy setup
• Uses open or industry standards and native
log transfer capabilities (example: syslog)
• No dependency on / maintenance effort
from proprietary agents
• 54 logging technologies supported out of
the box, list growing
• Setup Wizard or optionally fully manual
configuration with full control and
transparency
9© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Dynamic parsing
• Parses data in real-time at ingestion
time, auto-recognizes common log
formats, but also supports custom
parsing rules
• Automatically breaks data down into
meaningful groups, fields, values that
can be mouse-navigated in a menu-
style structure (Dynamic Field
Explorer™)
• JSON support / extraction
• Custom parsing and tagging rules
allow to segregate dynamically
• Self-documenting data inventory
10© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Gamut Search™
• Provides instant results over massive
amounts of data and long time
periods
• Rather than waiting minutes, hours or
days for a query to complete, the new
capabilities enable users to begin
analyzing the entire range, or the
“gamut” of their log data, immediately,
in a highly interactive fashion.
• No special query language to learn,
common Regular Expressions syntax
• Surround Search shows events context
with one single click
11© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Other key features
• In-depth analytics
• Dashboards, pre-configured and
customizable, shareable
• Anomaly Detection
• Alerts that can be sent to HipChat,
Slack, PagerDuty, HTTP endpoints,
others
• JIRA Software integration, point-and-
click ticket creation without leaving
Loggly
Log management is
part of a bigger
process!
DevOps, Agile, CI/CD, …
12© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Log management is a big data problem
Massive incoming event stream
Fundamentally multi-tenant
Scalable framework for analysis
Near real-time indexing
Near real-time search
Time-series index management
Logs are TLDR;
Traffic is unpredictable
13© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
But can be viewed as simple as
Ingest Process Index
Search and
other
Services
14© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Let’s look under the covers of simplicity
Amazon
Route 53
Kafka
broker
Kafka
broker
Search and
analytics
engine
Ingestion pod Indexing pod
S3 ingestion
Services on processing pod
Services on indexing
Index
management
• Convert unstructured data to
structured
• Data processing happens here
• Checkpoint processed data to Kafka
• Can have multiple indexing clusters
• Time-series index management
• Index and store data in search and
analytics engine
• Entry point for logs
• Collect and validate
• Checkpoint logs to Kafka
Amazon S3 &
AWS CloudTrail
Amazon
RDS
MySQL
S3 archiving
Amazon S3
15© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Scalability means not
just the ability to
operate, but to operate
efficiently and with
adequate quality of
service, over the given
range of configurations.
Build for scalability
developing
service
Scalability is a feature
“
”
+ running
service
governing
service+
SaaS engineering =
16© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
All customers don’t behave as good citizens at all times
“Noisy neighbors” with spikes in log volumes
• Application on fire
• Log management configuration problem
• Other human error
• Spikes can last a long time
17© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
How to mitigate the effects of unpredictable load patterns
• Have governors
• Hawk for your infrastructure
• Processes for managing
out-of-policy activity
• Set up metrics and alerts that let
you know about unexpected
behavior
18© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Sits on top of platform and “watches” what’s going on – across tenants
Governors to segregate tenants
Identify out-of-
policy behavior
Segregate
misbehavior
Inform the
right people
19© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Search and
analytics engine
Index management
Trusted platform for all customers
Amazon
Route53
Kafka broker
Kafka
broker
Services on indexing pod
Search and
analytics engine
Index management
Kafka broker
Ingestion pod Indexing pod
Services on ingestion pod like
S3 archiving
Services on processing pod
Governors
Amazon ElastiCache Amazon RDS MySQL
RDS
RDS
20© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Case study
21© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Troubleshooting use case
Problem
• Running our business involves integrating with
more than 100 web-based services and billions
of API calls every month.
• There are many places where things can go
awry. Segment depends on its log data to
troubleshoot operational issues
• Solve operational issues with partner
integrations
• Isolate relevant log data from billions of API calls
per month
Competing solutions
• ELK stack
• Homegrown log management system
22© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Troubleshooting use case
Solution
• Use UUID to trace API calls to and from partner services
• Monitor API volume from specific customers
• Error monitoring with code releases
Results
• Faster MTTR
• DevOps team no longer involved in most troubleshooting = Devops efficiency
• Pro-active alerts = Devops efficiency and increase customer satisfaction.
• Integrated with bug tracking system = Devops and engineering team efficiency
23© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Troubleshooting demo
24© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
25© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
26© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
27© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
28© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
29© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
30© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
31© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
32© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
33© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
34© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
35© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
36© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
37© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
38© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
39© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
40© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
41© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
42© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Monitoring for errors
43© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
44© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
45© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
46© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
47© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
48© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
49© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
50© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
51© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
52© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
53© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Other common Loggly use cases
Proactive log
monitoring and alerting
Data analysis and
optimization
Team collaboration
56© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
Manoj Chaudhary
twitter: @twitt_2_manoj
Visit us at loggly.com or follow @loggly on Twitter.
Try Loggly for Free! → https://www.loggly.com/

More Related Content

PDF
Loggly - Tools and Techniques For Logging Microservices
PDF
Loggly - Benchmarking 5 Node.js Logging Libraries
PDF
MongoDB .local London 2019: Migrating a Monolith to MongoDB Atlas – Auto Trad...
PDF
MongoDB .local Chicago 2019: Modern Data Backup and Recovery from On-premises...
PDF
Hyperledger Lightning Talk
PDF
MongoDB .local London 2019: New Encryption Capabilities in MongoDB 4.2: A Dee...
PPTX
How Thermo Fisher is Reducing Data Analysis Times from Days to Minutes with M...
PPTX
Standardizing Microservice Management With a Service Mesh
Loggly - Tools and Techniques For Logging Microservices
Loggly - Benchmarking 5 Node.js Logging Libraries
MongoDB .local London 2019: Migrating a Monolith to MongoDB Atlas – Auto Trad...
MongoDB .local Chicago 2019: Modern Data Backup and Recovery from On-premises...
Hyperledger Lightning Talk
MongoDB .local London 2019: New Encryption Capabilities in MongoDB 4.2: A Dee...
How Thermo Fisher is Reducing Data Analysis Times from Days to Minutes with M...
Standardizing Microservice Management With a Service Mesh

What's hot (20)

PDF
Webinar: Serverless Architectures with AWS Lambda and MongoDB Atlas
PPTX
AWS Lambda, Step Functions & MongoDB Atlas Tutorial
PDF
MongoDB .local London 2019: Nationwide Building Society: Building Mobile Appl...
PPTX
Microservices in GO lang
PPTX
Introducing Stitch
PDF
MongoDB .local Toronto 2019: MongoDB Atlas Jumpstart
PPTX
A Free New World: Atlas Free Tier and How It Was Born
PPTX
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
PDF
MongoDB .local Chicago 2019: MongoDB Atlas Data Lake Technical Deep Dive
PPTX
Accelerating a Path to Digital with a Cloud Data Strategy
PPTX
Sizing Your MongoDB Cluster
PPTX
Managing Cloud Security Design and Implementation in a Ransomware World
PPTX
Private Cloud Self-Service at Scale
PDF
MongoDB .local Toronto 2019: Keep your Business Safe and Scaling Holistically...
PPTX
Fabric Composer - Construct 2017
PDF
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
PDF
MongoDB .local Bengaluru 2019: The Journey of Migration from Oracle to MongoD...
PPTX
MongoDB 3.4: Deep Dive on Views, Zones, and MongoDB Compass
PPTX
.NET Fest 2017. Андрей Антиликаторов. Проектирование и разработка приложений ...
Webinar: Serverless Architectures with AWS Lambda and MongoDB Atlas
AWS Lambda, Step Functions & MongoDB Atlas Tutorial
MongoDB .local London 2019: Nationwide Building Society: Building Mobile Appl...
Microservices in GO lang
Introducing Stitch
MongoDB .local Toronto 2019: MongoDB Atlas Jumpstart
A Free New World: Atlas Free Tier and How It Was Born
Powering Microservices with MongoDB, Docker, Kubernetes & Kafka – MongoDB Eur...
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local Chicago 2019: MongoDB Atlas Data Lake Technical Deep Dive
Accelerating a Path to Digital with a Cloud Data Strategy
Sizing Your MongoDB Cluster
Managing Cloud Security Design and Implementation in a Ransomware World
Private Cloud Self-Service at Scale
MongoDB .local Toronto 2019: Keep your Business Safe and Scaling Holistically...
Fabric Composer - Construct 2017
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB .local Bengaluru 2019: The Journey of Migration from Oracle to MongoD...
MongoDB 3.4: Deep Dive on Views, Zones, and MongoDB Compass
.NET Fest 2017. Андрей Антиликаторов. Проектирование и разработка приложений ...
Ad

Similar to Loggly - How to Scale Your Architecture and DevOps Practices for Big Data Applications (AWS DevOps Week 2017) (20)

PDF
Loggly - Case Study - Loggly and Kubernetes Give Molecule Easy Access to the ...
PDF
Loggly - Case Study - Stanley Black & Decker Transforms Work with Support fro...
PDF
Why @Loggly Loves Apache Kafka, and How We Use Its Unbreakable Messaging for ...
PDF
Loggly - Case Study - Datami Keeps Developer Productivity High with Loggly
PDF
Loggly - Case Study - Loggly and Docker Deliver Powerful Monitoring for XAPPm...
PDF
AWS re:Invent presentation: Unmeltable Infrastructure at Scale by Loggly
PDF
The burden of a successful feature: Scaling our real time logging platform
PDF
6 Critical SaaS Engineering Mistakes to Avoid
PDF
Loggly - Case Study - BEMOBI - Bemobi Monitors the Experience of 500 Million ...
PDF
Log everything!
PDF
Security Events Logging at Bell with the Elastic Stack
PDF
Mining Your Logs - Gaining Insight Through Visualization
PDF
Python vs JLizard.... a python logging experience
PDF
The State of Log Management & Analytics for AWS
PDF
Cloud Storage Spring Cleaning: A Treasure Hunt
KEY
London devops logging
PDF
Splunk, SIEMs, and Big Data - The Undercroft - November 2019
PPTX
Lessons Learned in Deploying the ELK Stack (Elasticsearch, Logstash, and Kibana)
PPTX
AWS Chicago 2016 Lessons Learned Deploying the ELK Stack
PDF
Technology behind-real-time-log-analytics
Loggly - Case Study - Loggly and Kubernetes Give Molecule Easy Access to the ...
Loggly - Case Study - Stanley Black & Decker Transforms Work with Support fro...
Why @Loggly Loves Apache Kafka, and How We Use Its Unbreakable Messaging for ...
Loggly - Case Study - Datami Keeps Developer Productivity High with Loggly
Loggly - Case Study - Loggly and Docker Deliver Powerful Monitoring for XAPPm...
AWS re:Invent presentation: Unmeltable Infrastructure at Scale by Loggly
The burden of a successful feature: Scaling our real time logging platform
6 Critical SaaS Engineering Mistakes to Avoid
Loggly - Case Study - BEMOBI - Bemobi Monitors the Experience of 500 Million ...
Log everything!
Security Events Logging at Bell with the Elastic Stack
Mining Your Logs - Gaining Insight Through Visualization
Python vs JLizard.... a python logging experience
The State of Log Management & Analytics for AWS
Cloud Storage Spring Cleaning: A Treasure Hunt
London devops logging
Splunk, SIEMs, and Big Data - The Undercroft - November 2019
Lessons Learned in Deploying the ELK Stack (Elasticsearch, Logstash, and Kibana)
AWS Chicago 2016 Lessons Learned Deploying the ELK Stack
Technology behind-real-time-log-analytics
Ad

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation theory and applications.pdf
PPTX
A Presentation on Artificial Intelligence
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Cloud computing and distributed systems.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Modernizing your data center with Dell and AMD
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Electronic commerce courselecture one. Pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
The Rise and Fall of 3GPP – Time for a Sabbatical?
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Unlocking AI with Model Context Protocol (MCP)
Encapsulation theory and applications.pdf
A Presentation on Artificial Intelligence
“AI and Expert System Decision Support & Business Intelligence Systems”
Cloud computing and distributed systems.
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Modernizing your data center with Dell and AMD
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Electronic commerce courselecture one. Pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf

Loggly - How to Scale Your Architecture and DevOps Practices for Big Data Applications (AWS DevOps Week 2017)

  • 1. 1© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 How to Scale Your Architecture and DevOps Practices for Big Data Applications Manoj Chaudhary CTO and VP of Engineering March 30, 2017
  • 2. 2© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 • Cloud-based log management • Founded in 2009 • Based in San Francisco • 10,000+ customers • Startups to Fortune 500
  • 3. 3© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 How log management starts Management = simple stuff • Rotate files, compress and delete • Scan for specific events (not easy) • Log retention policies evolve over time
  • 4. 4© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Log volume Self-InflictedPain “…hmmm, our logs are getting a bit bloated” “…let’s spend time managing our log capacity” “…how can I make this someone else’s problem!” As log data grows
  • 5. 5© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Focus on managing application vs. managing logs from the trenches… If you get a disk space alert, first login… % sudo rm –rf /var/log/apache2/* Admit it, we’ve all seen this kind of thing! Do not make this is an either/or proposition! !
  • 6. 6© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 We believe the future is all about increasingly complex systems, and companies need better ways to be able to understand them.
  • 7. 7© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 The way we make complex systems understandable is by making it ridiculously easy to reveal the hidden stories in your log data.
  • 8. 8© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Loggly makes log management easy and simple • Cloud-based SaaS for easy central log collection, aggregation, management • Agent-free, easy setup • Uses open or industry standards and native log transfer capabilities (example: syslog) • No dependency on / maintenance effort from proprietary agents • 54 logging technologies supported out of the box, list growing • Setup Wizard or optionally fully manual configuration with full control and transparency
  • 9. 9© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Dynamic parsing • Parses data in real-time at ingestion time, auto-recognizes common log formats, but also supports custom parsing rules • Automatically breaks data down into meaningful groups, fields, values that can be mouse-navigated in a menu- style structure (Dynamic Field Explorer™) • JSON support / extraction • Custom parsing and tagging rules allow to segregate dynamically • Self-documenting data inventory
  • 10. 10© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Gamut Search™ • Provides instant results over massive amounts of data and long time periods • Rather than waiting minutes, hours or days for a query to complete, the new capabilities enable users to begin analyzing the entire range, or the “gamut” of their log data, immediately, in a highly interactive fashion. • No special query language to learn, common Regular Expressions syntax • Surround Search shows events context with one single click
  • 11. 11© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Other key features • In-depth analytics • Dashboards, pre-configured and customizable, shareable • Anomaly Detection • Alerts that can be sent to HipChat, Slack, PagerDuty, HTTP endpoints, others • JIRA Software integration, point-and- click ticket creation without leaving Loggly Log management is part of a bigger process! DevOps, Agile, CI/CD, …
  • 12. 12© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Log management is a big data problem Massive incoming event stream Fundamentally multi-tenant Scalable framework for analysis Near real-time indexing Near real-time search Time-series index management Logs are TLDR; Traffic is unpredictable
  • 13. 13© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 But can be viewed as simple as Ingest Process Index Search and other Services
  • 14. 14© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Let’s look under the covers of simplicity Amazon Route 53 Kafka broker Kafka broker Search and analytics engine Ingestion pod Indexing pod S3 ingestion Services on processing pod Services on indexing Index management • Convert unstructured data to structured • Data processing happens here • Checkpoint processed data to Kafka • Can have multiple indexing clusters • Time-series index management • Index and store data in search and analytics engine • Entry point for logs • Collect and validate • Checkpoint logs to Kafka Amazon S3 & AWS CloudTrail Amazon RDS MySQL S3 archiving Amazon S3
  • 15. 15© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Scalability means not just the ability to operate, but to operate efficiently and with adequate quality of service, over the given range of configurations. Build for scalability developing service Scalability is a feature “ ” + running service governing service+ SaaS engineering =
  • 16. 16© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 All customers don’t behave as good citizens at all times “Noisy neighbors” with spikes in log volumes • Application on fire • Log management configuration problem • Other human error • Spikes can last a long time
  • 17. 17© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 How to mitigate the effects of unpredictable load patterns • Have governors • Hawk for your infrastructure • Processes for managing out-of-policy activity • Set up metrics and alerts that let you know about unexpected behavior
  • 18. 18© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Sits on top of platform and “watches” what’s going on – across tenants Governors to segregate tenants Identify out-of- policy behavior Segregate misbehavior Inform the right people
  • 19. 19© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Search and analytics engine Index management Trusted platform for all customers Amazon Route53 Kafka broker Kafka broker Services on indexing pod Search and analytics engine Index management Kafka broker Ingestion pod Indexing pod Services on ingestion pod like S3 archiving Services on processing pod Governors Amazon ElastiCache Amazon RDS MySQL RDS RDS
  • 20. 20© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Case study
  • 21. 21© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Troubleshooting use case Problem • Running our business involves integrating with more than 100 web-based services and billions of API calls every month. • There are many places where things can go awry. Segment depends on its log data to troubleshoot operational issues • Solve operational issues with partner integrations • Isolate relevant log data from billions of API calls per month Competing solutions • ELK stack • Homegrown log management system
  • 22. 22© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Troubleshooting use case Solution • Use UUID to trace API calls to and from partner services • Monitor API volume from specific customers • Error monitoring with code releases Results • Faster MTTR • DevOps team no longer involved in most troubleshooting = Devops efficiency • Pro-active alerts = Devops efficiency and increase customer satisfaction. • Integrated with bug tracking system = Devops and engineering team efficiency
  • 23. 23© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Troubleshooting demo
  • 24. 24© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 25. 25© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 26. 26© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 27. 27© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 28. 28© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 29. 29© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 30. 30© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 31. 31© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 32. 32© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 33. 33© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 34. 34© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 35. 35© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 36. 36© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 37. 37© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 38. 38© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 39. 39© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 40. 40© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 41. 41© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 42. 42© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Monitoring for errors
  • 43. 43© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 44. 44© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 45. 45© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 46. 46© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 47. 47© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 48. 48© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 49. 49© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 50. 50© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 51. 51© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 52. 52© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17
  • 53. 53© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Other common Loggly use cases Proactive log monitoring and alerting Data analysis and optimization Team collaboration
  • 54. 56© 2017 Loggly, Inc. Confidential & Proprietary. 6/29/17 Manoj Chaudhary twitter: @twitt_2_manoj Visit us at loggly.com or follow @loggly on Twitter. Try Loggly for Free! → https://www.loggly.com/