SlideShare a Scribd company logo
1 of 27
Sumo Logic Confidential
QuickStart Webinar
Getting Started with Sumo Logic
Welcome!
Note you are currently
muted. We will get started
shortly.
Mario Sánchez
September 2017
Sumo Logic Confidential
5 Steps to Get Started
1. How does Sumo Logic help me?
2. What data is available so I can analyze?
3. How can I search, parse and analyze my data?
4. How can I monitor my trends and critical events?
5. Where do I go from here?
Sumo Logic Confidential
1. How Does Sumo Logic help me?
Demo & Dataflow
Sumo Logic Confidential
Logs and Metrics – Troubleshooting Demo
ALERT notifies of a
critical event
METRICS to identify
what’s going on
LOGS to identify why
it’s happening
Sumo Logic Confidential
Sumo Logic Data Flow
Data Collection
Collectors
Sources
1
Search & Analyze
Operators
Charts
2
Visualize &
Monitor
Alerts
Dashboards
3
Sumo Logic Confidential
Data Collection
• Cloud-to-cloud
• Centralized
• Local Data
 Learn more:
Setting Up
Sumo Logic
Sumo Logic Confidential
Data Collection – Metadata
Metadata tags are associated with each log message that is collected. Values
are set through collector and source configuration.
Tag Description Example
_collector Name of the collector (defaults to hostname) prod_us_collector
_source Name of the source this data came through apache_access
_sourceHost Hostname of the server (defaults to hostname) prod_eu_webserver5
_sourceName Name and Path of the log file /var/log/httpd/apache/access*.log
_sourceCategory Can be freely configured. Main metadata tag prod/apache/access
Sumo Logic Confidential
2. What data can I analyze?
What’s available to me?
Sumo Logic Confidential
What Data has been collected?
Navigate to Manage >> Collection * | count by _sourceCategory
Explore your Collectors Search for Source Categoriesor
Sumo Logic Confidential
3. How can I analyze my data?
Search, Parse, Analyze
Sumo Logic Confidential
Data Analytics – Published Content
Has someone already analyzed this same data?
Search the Org for
published content
Sumo Logic Confidential
Data Analytics – Sumo Logic Apps
Is there an App for it?
Search in the
App Catalog
and install it.
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
Keywords and operators, separated by pipes, that build on top of each other
Syntax:
metadata + keywords | parse | filter | aggregate | sort | limit
Example:
_sourceCategory=Labs/Github AND ”committer”
| parse " *@* " as user, domain
| where domain=”sumologic.com”
| count by user
| sort by user
| limit 5
Results
where
metadata
keyword
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
Metadata
metadata + keywords | parse | filter | aggregate | sort | limit
Time RangeKeywords
• Case insensitive
• Wildcard support
• Boolean Logic
Example:
_sourceCategory=apache/access AND !(success*)
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
Structure your logs by extracting the key fields
Anchor Parse Example:
| parse " *@* " as user, domain
Regex Parse Example:
| parse regex "^(?<src_ip>d{1,3}.d{1,3}.d{1,3}.d{1,3})”
Other Parse Operators: csv, json, keyvalue, split, xml
 Learn more: Parse Operators
metadata + keywords | parse | filter | aggregate | sort | limit
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
metadata + keywords | parse | filter | aggregate | sort | limit
Structure your logs by extracting the key fields
where operator example:
| where !(status_code=304)
in operator example:
| if (status_code in ("501", "502"), "Error", "OK") as code_type
Other Filter Operators: join, lookup, matches, in, isBlank, isEmpty, isNull
 Learn more: Filter operator example
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
metadata + keywords | parse | filter | aggregate | sort | limit
Evaluate messages and place them into groups
avg operator example:
| avg(size) by src_ip
count operator example:
| count by src_ip
Other Filter Operators: sum, count_distinct, stddev, pct, min, max
 Learn more: Aggregation operators
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
Geo Lookup
_sourceCategory=Labs/Apache/Access
| parse "* - -" as src_ip
| lookup latitude, longitude from geo://default on ip=src_ip
| count by latitude, longitude
Outlier
_sourceCategory=Labs/Apache/Access and status_code=404
| timeslice 1m
| count(status_code) as server_error_count by _timeslice
| outlier server_error_count
Predict
_sourceCategory=Labs/Apache/Access
| timeslice 5m
| count as requests by _timeslice
| predict requests by 5m forecast=10
Noteworthy Operators in your Tool Set
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
LogReduce
Find the ”needle in the
hay stack” by identifying
patterns
LogCompare
Compare today’s patterns
with patterns in the past
Noteworthy Operators in your Tool Set
Sumo Logic Confidential
Data Analytics – Search, Parse and Analyze
Get real time view of your logs with Live Tail
Sumo Logic Confidential
4. How can I monitor my data?
Dashboards and Alerts
Sumo Logic Confidential
Monitoring - Dashboards
• Each Panel processes
results from a single
search
• Drill down into
corresponding query or link
to another Dashboard
• Live Mode: provides live
stream of data
• Use Dashboards as
templates with Filters
Sumo Logic Confidential
Monitoring - Alerts
Scheduled Searches trigger Alerts when a condition is met.
• Alert Types:
– Email
– Webhook
– Save to Index
– Script Action
 Learn More: 2 Key Principles for
Creating Meaningful Alerts
Sumo Logic Confidential
5. Where do I go from here?
Training, Docs, Community, Support
Sumo Logic Confidential
Technical Resources
Learn
 Explore the tutorials
 Reference technical docs
 Attend or review training
webinars
 Find answers or post
questions to Community
 Open a Support case
 Log a Feature Request
 Find out What’s New
Sumo Logic Confidential
Questions?
Sumo Logic Confidential
Thank you!

More Related Content

Recently uploaded

How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 

Recently uploaded (20)

How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 

Featured

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 

Featured (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

Sumo Logic Quick Start - Sep 2017

  • 1. Sumo Logic Confidential QuickStart Webinar Getting Started with Sumo Logic Welcome! Note you are currently muted. We will get started shortly. Mario Sánchez September 2017
  • 2. Sumo Logic Confidential 5 Steps to Get Started 1. How does Sumo Logic help me? 2. What data is available so I can analyze? 3. How can I search, parse and analyze my data? 4. How can I monitor my trends and critical events? 5. Where do I go from here?
  • 3. Sumo Logic Confidential 1. How Does Sumo Logic help me? Demo & Dataflow
  • 4. Sumo Logic Confidential Logs and Metrics – Troubleshooting Demo ALERT notifies of a critical event METRICS to identify what’s going on LOGS to identify why it’s happening
  • 5. Sumo Logic Confidential Sumo Logic Data Flow Data Collection Collectors Sources 1 Search & Analyze Operators Charts 2 Visualize & Monitor Alerts Dashboards 3
  • 6. Sumo Logic Confidential Data Collection • Cloud-to-cloud • Centralized • Local Data  Learn more: Setting Up Sumo Logic
  • 7. Sumo Logic Confidential Data Collection – Metadata Metadata tags are associated with each log message that is collected. Values are set through collector and source configuration. Tag Description Example _collector Name of the collector (defaults to hostname) prod_us_collector _source Name of the source this data came through apache_access _sourceHost Hostname of the server (defaults to hostname) prod_eu_webserver5 _sourceName Name and Path of the log file /var/log/httpd/apache/access*.log _sourceCategory Can be freely configured. Main metadata tag prod/apache/access
  • 8. Sumo Logic Confidential 2. What data can I analyze? What’s available to me?
  • 9. Sumo Logic Confidential What Data has been collected? Navigate to Manage >> Collection * | count by _sourceCategory Explore your Collectors Search for Source Categoriesor
  • 10. Sumo Logic Confidential 3. How can I analyze my data? Search, Parse, Analyze
  • 11. Sumo Logic Confidential Data Analytics – Published Content Has someone already analyzed this same data? Search the Org for published content
  • 12. Sumo Logic Confidential Data Analytics – Sumo Logic Apps Is there an App for it? Search in the App Catalog and install it.
  • 13. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze Keywords and operators, separated by pipes, that build on top of each other Syntax: metadata + keywords | parse | filter | aggregate | sort | limit Example: _sourceCategory=Labs/Github AND ”committer” | parse " *@* " as user, domain | where domain=”sumologic.com” | count by user | sort by user | limit 5 Results where metadata keyword
  • 14. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze Metadata metadata + keywords | parse | filter | aggregate | sort | limit Time RangeKeywords • Case insensitive • Wildcard support • Boolean Logic Example: _sourceCategory=apache/access AND !(success*)
  • 15. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze Structure your logs by extracting the key fields Anchor Parse Example: | parse " *@* " as user, domain Regex Parse Example: | parse regex "^(?<src_ip>d{1,3}.d{1,3}.d{1,3}.d{1,3})” Other Parse Operators: csv, json, keyvalue, split, xml  Learn more: Parse Operators metadata + keywords | parse | filter | aggregate | sort | limit
  • 16. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze metadata + keywords | parse | filter | aggregate | sort | limit Structure your logs by extracting the key fields where operator example: | where !(status_code=304) in operator example: | if (status_code in ("501", "502"), "Error", "OK") as code_type Other Filter Operators: join, lookup, matches, in, isBlank, isEmpty, isNull  Learn more: Filter operator example
  • 17. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze metadata + keywords | parse | filter | aggregate | sort | limit Evaluate messages and place them into groups avg operator example: | avg(size) by src_ip count operator example: | count by src_ip Other Filter Operators: sum, count_distinct, stddev, pct, min, max  Learn more: Aggregation operators
  • 18. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze Geo Lookup _sourceCategory=Labs/Apache/Access | parse "* - -" as src_ip | lookup latitude, longitude from geo://default on ip=src_ip | count by latitude, longitude Outlier _sourceCategory=Labs/Apache/Access and status_code=404 | timeslice 1m | count(status_code) as server_error_count by _timeslice | outlier server_error_count Predict _sourceCategory=Labs/Apache/Access | timeslice 5m | count as requests by _timeslice | predict requests by 5m forecast=10 Noteworthy Operators in your Tool Set
  • 19. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze LogReduce Find the ”needle in the hay stack” by identifying patterns LogCompare Compare today’s patterns with patterns in the past Noteworthy Operators in your Tool Set
  • 20. Sumo Logic Confidential Data Analytics – Search, Parse and Analyze Get real time view of your logs with Live Tail
  • 21. Sumo Logic Confidential 4. How can I monitor my data? Dashboards and Alerts
  • 22. Sumo Logic Confidential Monitoring - Dashboards • Each Panel processes results from a single search • Drill down into corresponding query or link to another Dashboard • Live Mode: provides live stream of data • Use Dashboards as templates with Filters
  • 23. Sumo Logic Confidential Monitoring - Alerts Scheduled Searches trigger Alerts when a condition is met. • Alert Types: – Email – Webhook – Save to Index – Script Action  Learn More: 2 Key Principles for Creating Meaningful Alerts
  • 24. Sumo Logic Confidential 5. Where do I go from here? Training, Docs, Community, Support
  • 25. Sumo Logic Confidential Technical Resources Learn  Explore the tutorials  Reference technical docs  Attend or review training webinars  Find answers or post questions to Community  Open a Support case  Log a Feature Request  Find out What’s New

Editor's Notes

  1. To prep: 1. Open Training instance, open queries under
  2. Today I’m going to walk you through a demo which will show you how a unified Logs and Metrics solution can reduce your troubleshooting time. 1. First, we’ll use our Alerting capabilities to notify a user of a critical event 2. The Alert will direct us to a Metrics dashboard that helps us identify WHAT is going on 3. Lastly, I’ll dive into the relevant logs to Identify WHY this is happening Let’s jump right into it.
  3. Sumo Logic Data Flow is broken into 3 main areas: Data Collection through configurable Collectors and Sources. Collectors collect, compress, cache and encrypt the data for secure transfer. Search and Analyze – Users can run searches and correlate events in real-time across the entire application stack. We will be spending most of our time in this area during this webinar, as this is most likely what you will first be doing as a new user. Visualize and Monitor- Users have the ability to create custom dashboards to help you easily monitor your data in real-time. Custom alerts notify you when specific events are identified across your stack. I will cover Data Collection at a high-level, and cover the next 2 areas through a demo.