SlideShare a Scribd company logo
Become a
Sumo Power User
Level 2 Certification
Sumo Logic Confidential
Become a Sumo Power User
1. Learn how to use a unified Logs and Metrics solution
2. Develop a Toolset for Basic and Advanced Analytics
3. Make Sumo work for you: monitor trends & critical events
4. Learn from Peer Use Cases
5. Next steps: where do you go from here?
Sumo Logic Confidential
Tutorial: Hands-on Exercises
Level 2 Hands-on Labs:
• Follow along using the labs found
under Home > Certifications
Training Environment:
1. service.sumologic.com
2. The username and password is on
your handout
Sumo Logic Confidential
Demo & Dataflow
Reviewing the Basics
Sumo Logic Confidential
Demo: Monitor and Troubleshoot
ALERTS
notify 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
1 2 3
Data Collection Search & Analyze Visualize & Monitor
Operators
Charts
Collectors
Sources
Alerts
Dashboards
Sumo Logic Confidential
Sending Data
● Cloud-to-cloud
● From host, send
local data
● Use centralized
infrastructure
● Learn more: Set
Up Sumo Logic
Sumo Logic Confidential
Sending Data ⇨ Metadata
Metadata tags are associated with each log message that is collected.
Tag Description
_collector Name of the collector (defaults to hostname)
_sourceHost Hostname of the server (defaults to hostname)
_sourceName Name and Path of the log file
_source Name of the source this data came through
_sourceCategory Can be freely configured. Main metadata tag
Sumo Logic Confidential
Filter and Provide Structure
Search and Parse
Sumo Logic Confidential
Search and Parse
Search and Filter your data
Search and Filter your data
• _metadata
• Keywords
• Live Tail
Parse fields to provide structure to your data
• Query Parsing
• Implement your Field Extraction Rules
(?<>d)
Sumo Logic Confidential
Level 2 Certification: Hands-on Labs
Labs 1-2: Search and Parse
● Search Basics: Metadata and Keywords
● Parsing Operators
● Grouping Results
● Field Extraction Rules
Using Sumo Logic
Labs 3: Parsing Options and FERs
● nodrop, parse field, parse multi
Sumo Logic Confidential
Conditional Logic, Filtering,
Formatting Results
Simple Analytics
Sumo Logic Confidential
Review ⇨ Query Syntax
Syntax: metadata
Keywords and operators, separated by pipes, that build on top of each other
parse
filter
aggregate
format
keywords
_sourceCategory=Labs/Apache/Access and "Mozilla"
| parse "GET * HTTP/1.1" * “ as url,status_code
| where status_code matches “5*”
| count by status_code
| sort by _count
| limit 3
Sumo Logic Confidential
Simple Analytics
Aggregation
| count[]
| sum
| avg
| min()
| max()
Conditional
| if()
| []matches[]
| <>in()
| filter
| where
Formatting
| transpose
| fields
| limit
| sort by
| top
Sumo Logic Confidential
Level 2 Certification: Hands-on Labs
Labs 4-5: Conditional & Filtering Operations
● Common operators: if, matches, in, filter, where
Using Sumo Logic
Labs 6-7: Plotting on a Map, Formatting Results
● Geo lookup, transpose
Labs 8: Changes and Moving Averages
● Common operators: Diff, smooth
Sumo Logic Confidential
Outliers, Trends, Needle in the
Haystack
Advanced Analytics
Sumo Logic Confidential
Advanced Analytics
Outlier
_sourceCategory=Labs/Apache/Access and status_code=404
| timeslice 1m
| count(status_code) as error_count by _timeslice
| outlier error_count
Predict
_sourceCategory=Labs/Apache/Access
| timeslice 5m
| count as requests by _timeslice
| predict requests by 5m forecast=12
Sumo Logic Confidential
Advanced Analytics
Find the “needle in the haystack” by identifying patterns.
Compare today’s patterns with patterns in the past.
_sourceCategory=Labs/security/snort
| logreduce
_sourceCategory=Labs/security/snort
| logcompare -24h
LogReduce
LogCompare
Sumo Logic Confidential
Level 2 Certification: Hands-on Labs
Labs 9-12: Advanced Analytics
● Finding the needle in the haystack
● Comparing time periods
● Identifying Outliers
● Identifying Future trends
● Analyzing related logs
Using Sumo Logic
Sumo Logic Confidential
Analyzing your Metrics
Sources, Dashboards and Alerts
Sumo Logic Confidential
Ingesting Metrics - Sources
Graphite-CompatibleAWS MetricsHost Metrics
CollectD
Dropwizard
StatsD
AWS
CloudWatch
Metrics
AWS ECS
✓ Learn More:
Setting up Host Metrics
✓ Learn More:
Setting up AWS Metrics
✓ Learn More:
Setting up Graphite
Metrics
Sumo Logic Confidential
Metrics Apps: Out-of-the-Box Content
Sumo Logic Confidential
Logs and Metrics - Overlay
● Metrics identify the what.
● Logs help identify why.
Overlay helps you correlate metrics
to the relevant logs.
Sumo Logic Confidential
Level 2 Certification: Hands-on Labs
Labs 14-17: Analyzing your Metrics
● Basic Analytics
● Comparing KPIs at different time periods
● Identifying Rate of Change
● Correlating Logs and Metrics
Using Sumo Logic
Sumo Logic Confidential
Dashboards and Alerts
Monitoring your Data
Sumo Logic Confidential
Monitoring Your Data
Visualize your data through Dashboards
● Chart your Data
● Create Panels
● Share your Content!
Receive notification of your Critical Events
● Schedule Your Searches
● Use Webhook Connections to reach your audience
● Create Meaningful Alerts
Sumo Logic Confidential
Level 2 Certification: Hands-on Labs
Labs 18-22: Monitoring your Data
● Creating Dashboards
● Logs and Metrics Dashboards
● Creating Meaningful Alerts
● Installing Apps
Using Sumo Logic
Sumo Logic Confidential
“How To” Template to implement
in your Environment
Use Cases
Sumo Logic Confidential
General Use Cases
How to Create and Alert on Ratios or Percentages
● Outlier
How to Compare and Alert on Historical Data
● Compare and Outlier
Detect Patterns and Changes Across Environments and Time
● LogCompare
Visualize Trends in Your Signatures
● LogReduce and Timeslice
Sumo Logic Confidential
Where do I go from here?
Training, Docs, Community, Support
Need knowledge? ⇨ try the Learn tab
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Find out What’s New
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Find out What’s New
Find answers or post
your questions to
Community
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Find out What’s New
Find answers or post
your questions to
Community
Attend/review training
and get certified
Explore the tutorials
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Find out What’s New
Find answers or post
your questions to
Community
Attend/review training
and get certified
Explore the tutorials
Open a Support case
Need knowledge? ⇨ try the Learn tab
Access comprehensive
lists of operators and
more
Every feature and tool
covered in docs
Find out What’s New
Find answers or post
your questions to
Community
Attend/review training
and get certified
Explore the tutorials
Open a Support case
Questions?
Sumo Logic Confidential
Sumo Logic Confidential
Level 1 Certification: Pro User
In order to get credit for the exam,
In YOUR OWN INSTANCE, go to Certification
Tab.
• Online Exam
• 30 Multiple choice questions
• 60-minute time limit
• 3 attempts
Level 2 Certification: Using Sumo Logic - Oct 2018

More Related Content

What's hot

What's hot (20)

Welcome Webinar PDF
Welcome Webinar PDFWelcome Webinar PDF
Welcome Webinar PDF
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics Mastery
 
Sumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & ComplianceSumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & Compliance
 
Sumo Logic Cert Jam - Administration
Sumo Logic Cert Jam - AdministrationSumo Logic Cert Jam - Administration
Sumo Logic Cert Jam - Administration
 
Sumo Logic Cert Jam - Security Analytics
Sumo Logic Cert Jam - Security AnalyticsSumo Logic Cert Jam - Security Analytics
Sumo Logic Cert Jam - Security Analytics
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics Mastery
 
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
 
Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016
 
Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015
 
Sumo Logic QuickStart
Sumo Logic QuickStartSumo Logic QuickStart
Sumo Logic QuickStart
 
Sumo Logic Search Job API
Sumo Logic Search Job APISumo Logic Search Job API
Sumo Logic Search Job API
 
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
 
Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017
 
"How to" Webinar: Sending Data to Sumo Logic
"How to" Webinar: Sending Data to Sumo Logic"How to" Webinar: Sending Data to Sumo Logic
"How to" Webinar: Sending Data to Sumo Logic
 
Sumo Logic "How to" Webinar: Advanced Analytics
Sumo Logic "How to" Webinar: Advanced AnalyticsSumo Logic "How to" Webinar: Advanced Analytics
Sumo Logic "How to" Webinar: Advanced Analytics
 
How Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and Metrics
How Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and MetricsHow Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and Metrics
How Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and Metrics
 
Sumo Logic Webinar: Visibility into your Host Metrics
Sumo Logic Webinar: Visibility into your Host MetricsSumo Logic Webinar: Visibility into your Host Metrics
Sumo Logic Webinar: Visibility into your Host Metrics
 
Sumo Logic QuickStart Webinar July 2016
Sumo Logic QuickStart Webinar July 2016Sumo Logic QuickStart Webinar July 2016
Sumo Logic QuickStart Webinar July 2016
 
Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016
 
Sumo Logic Quick Start - Feb 2016
Sumo Logic Quick Start - Feb 2016Sumo Logic Quick Start - Feb 2016
Sumo Logic Quick Start - Feb 2016
 

Similar to Level 2 Certification: Using Sumo Logic - Oct 2018

Similar to Level 2 Certification: Using Sumo Logic - Oct 2018 (19)

Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017
 
Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016
 
Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016
 
Sumo Logic QuickStart Webinar
Sumo Logic QuickStart WebinarSumo Logic QuickStart Webinar
Sumo Logic QuickStart Webinar
 
Sumo Logic quickStart Webinar June 2016
Sumo Logic quickStart Webinar June 2016Sumo Logic quickStart Webinar June 2016
Sumo Logic quickStart Webinar June 2016
 
Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016
 
Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016
 
Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017
 
Testing - How Vital and How Easy to use
Testing - How Vital and How Easy to useTesting - How Vital and How Easy to use
Testing - How Vital and How Easy to use
 
Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017
 
Setting Up Sumo Logic - Sep 2017
Setting Up Sumo Logic -  Sep 2017Setting Up Sumo Logic -  Sep 2017
Setting Up Sumo Logic - Sep 2017
 
Observability with Spring-based distributed systems
Observability with Spring-based distributed systemsObservability with Spring-based distributed systems
Observability with Spring-based distributed systems
 
Opticon18: Developer Night
Opticon18: Developer NightOpticon18: Developer Night
Opticon18: Developer Night
 
stackconf 2023 | Measuring Reliability in Production by Thomas Voss.pdf
stackconf 2023 | Measuring Reliability in Production by Thomas Voss.pdfstackconf 2023 | Measuring Reliability in Production by Thomas Voss.pdf
stackconf 2023 | Measuring Reliability in Production by Thomas Voss.pdf
 
Tracing-for-fun-and-profit.pptx
Tracing-for-fun-and-profit.pptxTracing-for-fun-and-profit.pptx
Tracing-for-fun-and-profit.pptx
 
Optimizing Your Search Experience
Optimizing Your Search ExperienceOptimizing Your Search Experience
Optimizing Your Search Experience
 
How to not fail at security data analytics (by CxOSidekick)
How to not fail at security data analytics (by CxOSidekick)How to not fail at security data analytics (by CxOSidekick)
How to not fail at security data analytics (by CxOSidekick)
 
Visual Studio Profiler
Visual Studio ProfilerVisual Studio Profiler
Visual Studio Profiler
 
The Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to KnowThe Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to Know
 

More from Sumo Logic

More from Sumo Logic (7)

Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)
 
You Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOpsYou Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOps
 
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic WebinarMaking the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
 
Machine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and MetricsMachine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and Metrics
 
Scaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern ApplicationScaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern Application
 
Bring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo LogicBring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo Logic
 
Sumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled SearchesSumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled Searches
 

Recently uploaded

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 

Recently uploaded (20)

How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT Professionals
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 

Level 2 Certification: Using Sumo Logic - Oct 2018

  • 1. Become a Sumo Power User Level 2 Certification
  • 2. Sumo Logic Confidential Become a Sumo Power User 1. Learn how to use a unified Logs and Metrics solution 2. Develop a Toolset for Basic and Advanced Analytics 3. Make Sumo work for you: monitor trends & critical events 4. Learn from Peer Use Cases 5. Next steps: where do you go from here?
  • 3. Sumo Logic Confidential Tutorial: Hands-on Exercises Level 2 Hands-on Labs: • Follow along using the labs found under Home > Certifications Training Environment: 1. service.sumologic.com 2. The username and password is on your handout
  • 4. Sumo Logic Confidential Demo & Dataflow Reviewing the Basics
  • 5. Sumo Logic Confidential Demo: Monitor and Troubleshoot ALERTS notify of a critical event METRICS to identify what’s going on LOGS to identify why it’s happening
  • 6. Sumo Logic Confidential Sumo Logic Data Flow 1 2 3 Data Collection Search & Analyze Visualize & Monitor Operators Charts Collectors Sources Alerts Dashboards
  • 7. Sumo Logic Confidential Sending Data ● Cloud-to-cloud ● From host, send local data ● Use centralized infrastructure ● Learn more: Set Up Sumo Logic
  • 8. Sumo Logic Confidential Sending Data ⇨ Metadata Metadata tags are associated with each log message that is collected. Tag Description _collector Name of the collector (defaults to hostname) _sourceHost Hostname of the server (defaults to hostname) _sourceName Name and Path of the log file _source Name of the source this data came through _sourceCategory Can be freely configured. Main metadata tag
  • 9. Sumo Logic Confidential Filter and Provide Structure Search and Parse
  • 10. Sumo Logic Confidential Search and Parse Search and Filter your data Search and Filter your data • _metadata • Keywords • Live Tail Parse fields to provide structure to your data • Query Parsing • Implement your Field Extraction Rules (?<>d)
  • 11. Sumo Logic Confidential Level 2 Certification: Hands-on Labs Labs 1-2: Search and Parse ● Search Basics: Metadata and Keywords ● Parsing Operators ● Grouping Results ● Field Extraction Rules Using Sumo Logic Labs 3: Parsing Options and FERs ● nodrop, parse field, parse multi
  • 12. Sumo Logic Confidential Conditional Logic, Filtering, Formatting Results Simple Analytics
  • 13. Sumo Logic Confidential Review ⇨ Query Syntax Syntax: metadata Keywords and operators, separated by pipes, that build on top of each other parse filter aggregate format keywords _sourceCategory=Labs/Apache/Access and "Mozilla" | parse "GET * HTTP/1.1" * “ as url,status_code | where status_code matches “5*” | count by status_code | sort by _count | limit 3
  • 14. Sumo Logic Confidential Simple Analytics Aggregation | count[] | sum | avg | min() | max() Conditional | if() | []matches[] | <>in() | filter | where Formatting | transpose | fields | limit | sort by | top
  • 15. Sumo Logic Confidential Level 2 Certification: Hands-on Labs Labs 4-5: Conditional & Filtering Operations ● Common operators: if, matches, in, filter, where Using Sumo Logic Labs 6-7: Plotting on a Map, Formatting Results ● Geo lookup, transpose Labs 8: Changes and Moving Averages ● Common operators: Diff, smooth
  • 16. Sumo Logic Confidential Outliers, Trends, Needle in the Haystack Advanced Analytics
  • 17. Sumo Logic Confidential Advanced Analytics Outlier _sourceCategory=Labs/Apache/Access and status_code=404 | timeslice 1m | count(status_code) as error_count by _timeslice | outlier error_count Predict _sourceCategory=Labs/Apache/Access | timeslice 5m | count as requests by _timeslice | predict requests by 5m forecast=12
  • 18. Sumo Logic Confidential Advanced Analytics Find the “needle in the haystack” by identifying patterns. Compare today’s patterns with patterns in the past. _sourceCategory=Labs/security/snort | logreduce _sourceCategory=Labs/security/snort | logcompare -24h LogReduce LogCompare
  • 19. Sumo Logic Confidential Level 2 Certification: Hands-on Labs Labs 9-12: Advanced Analytics ● Finding the needle in the haystack ● Comparing time periods ● Identifying Outliers ● Identifying Future trends ● Analyzing related logs Using Sumo Logic
  • 20. Sumo Logic Confidential Analyzing your Metrics Sources, Dashboards and Alerts
  • 21. Sumo Logic Confidential Ingesting Metrics - Sources Graphite-CompatibleAWS MetricsHost Metrics CollectD Dropwizard StatsD AWS CloudWatch Metrics AWS ECS ✓ Learn More: Setting up Host Metrics ✓ Learn More: Setting up AWS Metrics ✓ Learn More: Setting up Graphite Metrics
  • 22. Sumo Logic Confidential Metrics Apps: Out-of-the-Box Content
  • 23. Sumo Logic Confidential Logs and Metrics - Overlay ● Metrics identify the what. ● Logs help identify why. Overlay helps you correlate metrics to the relevant logs.
  • 24. Sumo Logic Confidential Level 2 Certification: Hands-on Labs Labs 14-17: Analyzing your Metrics ● Basic Analytics ● Comparing KPIs at different time periods ● Identifying Rate of Change ● Correlating Logs and Metrics Using Sumo Logic
  • 25. Sumo Logic Confidential Dashboards and Alerts Monitoring your Data
  • 26. Sumo Logic Confidential Monitoring Your Data Visualize your data through Dashboards ● Chart your Data ● Create Panels ● Share your Content! Receive notification of your Critical Events ● Schedule Your Searches ● Use Webhook Connections to reach your audience ● Create Meaningful Alerts
  • 27. Sumo Logic Confidential Level 2 Certification: Hands-on Labs Labs 18-22: Monitoring your Data ● Creating Dashboards ● Logs and Metrics Dashboards ● Creating Meaningful Alerts ● Installing Apps Using Sumo Logic
  • 28. Sumo Logic Confidential “How To” Template to implement in your Environment Use Cases
  • 29. Sumo Logic Confidential General Use Cases How to Create and Alert on Ratios or Percentages ● Outlier How to Compare and Alert on Historical Data ● Compare and Outlier Detect Patterns and Changes Across Environments and Time ● LogCompare Visualize Trends in Your Signatures ● LogReduce and Timeslice
  • 30. Sumo Logic Confidential Where do I go from here? Training, Docs, Community, Support
  • 31. Need knowledge? ⇨ try the Learn tab Explore the tutorials
  • 32. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Explore the tutorials
  • 33. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Explore the tutorials
  • 34. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Find out What’s New Explore the tutorials
  • 35. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Find out What’s New Find answers or post your questions to Community Explore the tutorials
  • 36. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Find out What’s New Find answers or post your questions to Community Attend/review training and get certified Explore the tutorials
  • 37. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Find out What’s New Find answers or post your questions to Community Attend/review training and get certified Explore the tutorials Open a Support case
  • 38. Need knowledge? ⇨ try the Learn tab Access comprehensive lists of operators and more Every feature and tool covered in docs Find out What’s New Find answers or post your questions to Community Attend/review training and get certified Explore the tutorials Open a Support case
  • 40. Sumo Logic Confidential Sumo Logic Confidential Level 1 Certification: Pro User In order to get credit for the exam, In YOUR OWN INSTANCE, go to Certification Tab. • Online Exam • 30 Multiple choice questions • 60-minute time limit • 3 attempts