SlideShare a Scribd company logo
Sumo Logic Confidential
July 2016
Advanced Analytics
Sumo Logic ”How To” Webinar
Welcome.
To give everyone a
chance to successfully
connect, we’ll start at
10:05 AM Pacific.
Sumo Logic Confidential
At the completion of this webinar, you will be able to…
Understand the Anatomy of a Query
Run advanced queries using:
Outlier
Join
Transaction
Geo Lookup
LogReduce and LogCompare
Run LiveTail to view your live logs
Explore the Query Library in Sumo Dojo
Sumo Logic Confidential
Sumo Logic Data Flow
Data Collection Search & Analyze Visualize & Monitor
Alerts
Dashboards
Collectors
Sources
Operators
Charts
1 2 3
Sumo Logic Confidential
Why Queries?
Analyze, Monitor and Alert
Sumo Logic Confidential
Building Blocks to Analyze, Monitor and Alert
Create Queries that allow you to troubleshoot, identify trends
Create Dashboards that allow you to monitor and visualize you
data
Create Alerts that provide notification of critical events
Don’t start from scratch! Take advantage Sumo Logic Apps
Out-of-the-Box content for popular sources
Pre-built queries that you can use as templates
Sumo Logic Confidential
Sumo Logic Confidential
Sumo Logic Confidential
The Basics of Searching
Anatomy of a Query
Sumo Logic Confidential
Search Basics Overview
Time Range
Histogram
Search Bar
Search Results
Display Options
Sumo Logic Confidential
Field Browser - Metadata fields and Parsed Fields
Sumo Logic Confidential
Field Browser
Metadata Fields
Parsed Fields
Sumo Logic Confidential
Data Correlation Tips – Filter, Normalize, Filter, Aggregate
• metadata
• keywords
Filter
• parse as
• parse regex
• extract
Normalize • where
• isBlank
Filter
• count by
• sort by
• sum
• etc
Aggregate
Sumo Logic Confidential
Search Structure
Keywords and operators (separated by pipes) that build on top of each other
Syntax:
metadata tags + keywords
| parse
| filter
| aggregate
| format display
Results
where
metadata
keyword
Example:
_sourceCategory=Apache/Access and
”/blog”
| parse "* - - [" as src_ip
| where !(src_ip matches "46.*")
| count by src_ip
| sort by _count desc
| limit 10
Sumo Logic Confidential
Metadata Fields
Each log message is tagged with these metadata fields
Metadata fields are established during Collector and Source configuration
Name Description
_collector Name of Collector
_source Name of Source defined during configuration
_sourceHost Hostname where the source exists
_sourceName Name of log file (including path)
_sourceCategory Category designation associated with message
Sumo Logic Confidential
Keyword Search
Case Insensitive
Wildcard Support
FAIL* (Fail, Failure)
Boolean Logic Support
AND, OR, !(A OR B)
Combine keywords + metadata fields
Example:
_sourceCategory=Apache* and
!("*.gov")
| parse "* - - [" as src_ip
| where !(src_ip matches "46.*")
| count by src_ip
| sort by _count desc
| limit 10
Sumo Logic Confidential
Develop Good Search Habits
Use metadata and keyword combinations to reduce scope
Takes advantage of Bloom Filters
Add line breaks after each operation
Easier to troubleshoot
Limit result sets before aggregating data
| where !(src_ip matches "46.*")
Narrow your time-range down as much as possible
Sumo Logic Confidential
Selecting a Time Range
Use the Dropdown
15 min, Today, Last 7 days
Use Relative Notation
-45m
2h
-2d to -1d
Use Absolute Notation
8:25PM to 8:30PM
8/11/2015 13:00 to 8/11/2015 14:00
Sumo Logic Confidential
Parsing Your Data
Extracting Fields
Sumo Logic Confidential
Extracting Fields
Extract parts of a message and classify them as fields
Perform logical, conditional and mathematical operations
Parsing Options
parse anchor: Leverages beginning and ending anchors
parse regex: Extracts nested information via regex
CSV and Split: Uses comma or other separator to parse fields
key value: Leverages key/value pair format
JSON: Extracts fields within a JSON formatted message
Sumo Logic Confidential
Develop Good Parsing Habits
For structured messages, use parse anchor instead of parse
regex
When possible, avoid the use of expensive parse regex tokens
like .*
Be specific on what you are looking for (i.e. d{2,10})
Use Field Extraction Rules to pre-parse data
Eliminates having to parse on every query
Avoid using soon-to-be-deprecated public parsers (apache/access, iis, windows/2008)
Note that creating FERs is an Admin function
Sumo Logic Confidential
Advanced Operators
Query Examples
Sumo Logic Confidential
Sumo Logic Confidential
JOIN Operator Example
_sourceCategory=prod/api/webhooks and "webhook-worker"
| join
(parse regex "INFO (?<id>.*) Send HTTP request with (?<bytes>.*) byte message body to (?<url>.*)") as
info,
(parse regex "INFO (?<id>.*) [FAILURE] (?<message>.*)") as failure
on info.id = failure.id
| fields info_id, info_url, failure_message, info__messagetime
| where info_url = "<insert_webhook_url_here>"
| formatDate(fromMillis(info__messagetime), "MM-dd-yyyy HH:mm:ss") as myDate
Sumo Logic Confidential
Query Templates for your Needs
Query Library @ Sumo Dojo
Sumo Logic Confidential
Query Examples in Sumo Dojo
Trends over Time
IP Addresses by Bandwidth Usage
Adding Test Values
Parsing Non-Structured Fields
Mapping Client IPs
Creating Meaningful Alerts (Outlier Detection)
Are my Collectors Ingesting Data?
Sumo Logic Confidential
Questions?
Search Documentation and Training
Library of Past Webinars
Search/Post @ Sumo Dojo
Search, Post, Respond
Submit Feature Requests
Vote for Existing Ones
Open a Support Case
Contact Customer Success
customer-success@sumologic.com
Sumo Logic Confidential
Thank You!

More Related Content

PPTX
Sumo Logic QuickStart Webinar July 2016
PDF
Sumo Logic - Optimizing Your Search Experience (2016-08-17)
PDF
Sumo Logic QuickStart Webinar
PDF
Optimizing Your Search Experience
PDF
How To Webinar - Sumo Logic API
PDF
Sumo Logic Quickstart Training 10/14/2015
PPTX
"How to" Webinar: Sending Data to Sumo Logic
PPTX
Sumo Logic: Optimizing Scheduled Searches
Sumo Logic QuickStart Webinar July 2016
Sumo Logic - Optimizing Your Search Experience (2016-08-17)
Sumo Logic QuickStart Webinar
Optimizing Your Search Experience
How To Webinar - Sumo Logic API
Sumo Logic Quickstart Training 10/14/2015
"How to" Webinar: Sending Data to Sumo Logic
Sumo Logic: Optimizing Scheduled Searches

What's hot (20)

PPTX
Sumo Logic Search Job API
PDF
Level 2 Certification: Using Sumo Logic - Oct 2018
PDF
Level 3 Certification: Setting up Sumo Logic - Oct 2018
PPTX
Sumo Logic QuickStart Webinar - Get Certified
PPTX
Sumo Logic QuickStart Webinar - Dec 2016
PPTX
How to Webinar: Sumo Logic Dashboards
PPTX
Using Sumo Logic - Apr 2018
PDF
Security Certification: Security Analytics using Sumo Logic - Oct 2018
PPTX
Sumo Logic "How To" Webinar: Apps
PPTX
Sumo Logic Cert Jam - Fundamentals
PPTX
Sumo Logic Cert Jam - Metrics Mastery
PPTX
How to Reduce your MTTI/MTTR with a Single Click
PPTX
Setting Up Sumo Logic - Sep 2017
PDF
Relevance in the Wild - Daniel Gomez Vilanueva, Findwise
PDF
Introduction to Lucidworks Fusion - Alexander Kanarsky, Lucidworks
PPTX
Taras Girnyk "Debugging and Profiling distributed applications using Opentrac...
PPTX
Logging, tracing and metrics: Instrumentation in .NET 5 and Azure
PPT
Boosting Documents in Solr by Recency, Popularity, and User Preferences
PPT
Advanced full text searching techniques using Lucene
PDF
Improved Search with Lucene 4.0 - Robert Muir
Sumo Logic Search Job API
Level 2 Certification: Using Sumo Logic - Oct 2018
Level 3 Certification: Setting up Sumo Logic - Oct 2018
Sumo Logic QuickStart Webinar - Get Certified
Sumo Logic QuickStart Webinar - Dec 2016
How to Webinar: Sumo Logic Dashboards
Using Sumo Logic - Apr 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018
Sumo Logic "How To" Webinar: Apps
Sumo Logic Cert Jam - Fundamentals
Sumo Logic Cert Jam - Metrics Mastery
How to Reduce your MTTI/MTTR with a Single Click
Setting Up Sumo Logic - Sep 2017
Relevance in the Wild - Daniel Gomez Vilanueva, Findwise
Introduction to Lucidworks Fusion - Alexander Kanarsky, Lucidworks
Taras Girnyk "Debugging and Profiling distributed applications using Opentrac...
Logging, tracing and metrics: Instrumentation in .NET 5 and Azure
Boosting Documents in Solr by Recency, Popularity, and User Preferences
Advanced full text searching techniques using Lucene
Improved Search with Lucene 4.0 - Robert Muir
Ad

Viewers also liked (18)

PPTX
Introduction to LogCompare - Reducing MTTI/MTTR with Ease
PPTX
Sumo Logic Quickstart - Jan 2017
PPTX
Bring your Graphite-compatible metrics into Sumo Logic
PPTX
How Netskope Mastered DevOps with Sumo Logic
PDF
Marcel Kornacker, Software Enginner at Cloudera - "Data modeling for data sci...
PPTX
Sumo Logic Webinar: Visibility into your Host Metrics
PPTX
Sumo Logic quickStart Webinar June 2016
PPTX
Sumo Logic QuickStart Webinar Oct 2016
PPTX
How Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and Metrics
PPTX
Sumo Logic Quickstart - Nv 2016
PPTX
Standing Up an Effective Enterprise Data Hub -- Technology and Beyond
PDF
The Future of Data Management: The Enterprise Data Hub
PPTX
Enterprise Data Hub: The Next Big Thing in Big Data
PDF
Thousands of JVMs, Hundreds of Applications, and Two People: How Cerner Learn...
PDF
Memory Heap Analysis with AppDynamics - AppSphere16
PDF
How the World Bank Standardized on AppDynamics as its Enterprise-Wide APM Sol...
PPTX
The Future of Data Management: The Enterprise Data Hub
PDF
AppDynamics Administration - AppSphere16
Introduction to LogCompare - Reducing MTTI/MTTR with Ease
Sumo Logic Quickstart - Jan 2017
Bring your Graphite-compatible metrics into Sumo Logic
How Netskope Mastered DevOps with Sumo Logic
Marcel Kornacker, Software Enginner at Cloudera - "Data modeling for data sci...
Sumo Logic Webinar: Visibility into your Host Metrics
Sumo Logic quickStart Webinar June 2016
Sumo Logic QuickStart Webinar Oct 2016
How Hudl and Cloud Cruiser Leverage Sumo Logic's Unified Logs and Metrics
Sumo Logic Quickstart - Nv 2016
Standing Up an Effective Enterprise Data Hub -- Technology and Beyond
The Future of Data Management: The Enterprise Data Hub
Enterprise Data Hub: The Next Big Thing in Big Data
Thousands of JVMs, Hundreds of Applications, and Two People: How Cerner Learn...
Memory Heap Analysis with AppDynamics - AppSphere16
How the World Bank Standardized on AppDynamics as its Enterprise-Wide APM Sol...
The Future of Data Management: The Enterprise Data Hub
AppDynamics Administration - AppSphere16
Ad

Similar to Sumo Logic "How to" Webinar: Advanced Analytics (20)

PDF
Sumo Logic QuickStart Webinar - Jan 2016
PPTX
Sumo Logic QuickStart
PPTX
Sumo Logic QuickStart - May 2016
PPTX
Setting Up Sumo Logic - Apr 2017
PDF
Sumo Logic Quick Start - Feb 2016
PPTX
Sumo Logic Cert Jam - Security & Compliance
PPTX
Sumo Logic QuickStart Webinar Sep 2016
PPTX
Sumo Logic QuickStat - Apr 2017
PPTX
Setting up Sumo Logic - June 2017
ODP
COinS (eng version)
PPTX
Customer Intelligence: Using the ELK Stack to Analyze ForgeRock OpenAM Audit ...
PPTX
Microsoft Enterprise Search Products
PPTX
Implementing full text search with Apache Solr
PPTX
Sumo Logic Cert Jam - Administration
ODP
Letting In the Light: Using Solr as an External Search Component
PPT
The life of a query (oracle edition)
PPT
Boost Your Environment With XMLDB - UKOUG 2008 - Marco Gralike
PDF
Introduction to DataFusion An Embeddable Query Engine Written in Rust
PPTX
Welcome Webinar Slides
PPT
Enterprise Library 2.0
Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart
Sumo Logic QuickStart - May 2016
Setting Up Sumo Logic - Apr 2017
Sumo Logic Quick Start - Feb 2016
Sumo Logic Cert Jam - Security & Compliance
Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStat - Apr 2017
Setting up Sumo Logic - June 2017
COinS (eng version)
Customer Intelligence: Using the ELK Stack to Analyze ForgeRock OpenAM Audit ...
Microsoft Enterprise Search Products
Implementing full text search with Apache Solr
Sumo Logic Cert Jam - Administration
Letting In the Light: Using Solr as an External Search Component
The life of a query (oracle edition)
Boost Your Environment With XMLDB - UKOUG 2008 - Marco Gralike
Introduction to DataFusion An Embeddable Query Engine Written in Rust
Welcome Webinar Slides
Enterprise Library 2.0

More from Sumo Logic (12)

PDF
Welcome Webinar PDF
PPTX
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
PPTX
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
PPTX
Sumo Logic Cert Jam - Metrics Mastery
PPTX
Sumo Logic Cert Jam - Security Analytics
PPTX
Sumo Logic Cert Jam - Search Mastery
PPTX
Sumo Logic Cert Jam - Fundamentals (Spanish)
PDF
Sumo Logic Certification - Level 2 (Using Sumo)
PPTX
You Build It, You Secure It: Introduction to DevSecOps
PPTX
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
PPTX
Machine Analytics: Correlate Your Logs and Metrics
PPTX
Scaling Your Tools for Your Modern Application
Welcome Webinar PDF
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Security Analytics
Sumo Logic Cert Jam - Search Mastery
Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Certification - Level 2 (Using Sumo)
You Build It, You Secure It: Introduction to DevSecOps
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Machine Analytics: Correlate Your Logs and Metrics
Scaling Your Tools for Your Modern Application

Recently uploaded (20)

PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
ai tools demonstartion for schools and inter college
PPTX
Transform Your Business with a Software ERP System
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
AI in Product Development-omnex systems
PDF
medical staffing services at VALiNTRY
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
System and Network Administration Chapter 2
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Odoo Companies in India – Driving Business Transformation.pdf
Softaken Excel to vCard Converter Software.pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
ai tools demonstartion for schools and inter college
Transform Your Business with a Software ERP System
PTS Company Brochure 2025 (1).pdf.......
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Design an Analysis of Algorithms II-SECS-1021-03
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Upgrade and Innovation Strategies for SAP ERP Customers
AI in Product Development-omnex systems
medical staffing services at VALiNTRY
Odoo POS Development Services by CandidRoot Solutions
Operating system designcfffgfgggggggvggggggggg
How Creative Agencies Leverage Project Management Software.pdf
System and Network Administration Chapter 2
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025

Sumo Logic "How to" Webinar: Advanced Analytics

  • 1. Sumo Logic Confidential July 2016 Advanced Analytics Sumo Logic ”How To” Webinar Welcome. To give everyone a chance to successfully connect, we’ll start at 10:05 AM Pacific.
  • 2. Sumo Logic Confidential At the completion of this webinar, you will be able to… Understand the Anatomy of a Query Run advanced queries using: Outlier Join Transaction Geo Lookup LogReduce and LogCompare Run LiveTail to view your live logs Explore the Query Library in Sumo Dojo
  • 3. Sumo Logic Confidential Sumo Logic Data Flow Data Collection Search & Analyze Visualize & Monitor Alerts Dashboards Collectors Sources Operators Charts 1 2 3
  • 4. Sumo Logic Confidential Why Queries? Analyze, Monitor and Alert
  • 5. Sumo Logic Confidential Building Blocks to Analyze, Monitor and Alert Create Queries that allow you to troubleshoot, identify trends Create Dashboards that allow you to monitor and visualize you data Create Alerts that provide notification of critical events Don’t start from scratch! Take advantage Sumo Logic Apps Out-of-the-Box content for popular sources Pre-built queries that you can use as templates
  • 8. Sumo Logic Confidential The Basics of Searching Anatomy of a Query
  • 9. Sumo Logic Confidential Search Basics Overview Time Range Histogram Search Bar Search Results Display Options
  • 10. Sumo Logic Confidential Field Browser - Metadata fields and Parsed Fields Sumo Logic Confidential Field Browser Metadata Fields Parsed Fields
  • 11. Sumo Logic Confidential Data Correlation Tips – Filter, Normalize, Filter, Aggregate • metadata • keywords Filter • parse as • parse regex • extract Normalize • where • isBlank Filter • count by • sort by • sum • etc Aggregate
  • 12. Sumo Logic Confidential Search Structure Keywords and operators (separated by pipes) that build on top of each other Syntax: metadata tags + keywords | parse | filter | aggregate | format display Results where metadata keyword Example: _sourceCategory=Apache/Access and ”/blog” | parse "* - - [" as src_ip | where !(src_ip matches "46.*") | count by src_ip | sort by _count desc | limit 10
  • 13. Sumo Logic Confidential Metadata Fields Each log message is tagged with these metadata fields Metadata fields are established during Collector and Source configuration Name Description _collector Name of Collector _source Name of Source defined during configuration _sourceHost Hostname where the source exists _sourceName Name of log file (including path) _sourceCategory Category designation associated with message
  • 14. Sumo Logic Confidential Keyword Search Case Insensitive Wildcard Support FAIL* (Fail, Failure) Boolean Logic Support AND, OR, !(A OR B) Combine keywords + metadata fields Example: _sourceCategory=Apache* and !("*.gov") | parse "* - - [" as src_ip | where !(src_ip matches "46.*") | count by src_ip | sort by _count desc | limit 10
  • 15. Sumo Logic Confidential Develop Good Search Habits Use metadata and keyword combinations to reduce scope Takes advantage of Bloom Filters Add line breaks after each operation Easier to troubleshoot Limit result sets before aggregating data | where !(src_ip matches "46.*") Narrow your time-range down as much as possible
  • 16. Sumo Logic Confidential Selecting a Time Range Use the Dropdown 15 min, Today, Last 7 days Use Relative Notation -45m 2h -2d to -1d Use Absolute Notation 8:25PM to 8:30PM 8/11/2015 13:00 to 8/11/2015 14:00
  • 17. Sumo Logic Confidential Parsing Your Data Extracting Fields
  • 18. Sumo Logic Confidential Extracting Fields Extract parts of a message and classify them as fields Perform logical, conditional and mathematical operations Parsing Options parse anchor: Leverages beginning and ending anchors parse regex: Extracts nested information via regex CSV and Split: Uses comma or other separator to parse fields key value: Leverages key/value pair format JSON: Extracts fields within a JSON formatted message
  • 19. Sumo Logic Confidential Develop Good Parsing Habits For structured messages, use parse anchor instead of parse regex When possible, avoid the use of expensive parse regex tokens like .* Be specific on what you are looking for (i.e. d{2,10}) Use Field Extraction Rules to pre-parse data Eliminates having to parse on every query Avoid using soon-to-be-deprecated public parsers (apache/access, iis, windows/2008) Note that creating FERs is an Admin function
  • 20. Sumo Logic Confidential Advanced Operators Query Examples
  • 22. Sumo Logic Confidential JOIN Operator Example _sourceCategory=prod/api/webhooks and "webhook-worker" | join (parse regex "INFO (?<id>.*) Send HTTP request with (?<bytes>.*) byte message body to (?<url>.*)") as info, (parse regex "INFO (?<id>.*) [FAILURE] (?<message>.*)") as failure on info.id = failure.id | fields info_id, info_url, failure_message, info__messagetime | where info_url = "<insert_webhook_url_here>" | formatDate(fromMillis(info__messagetime), "MM-dd-yyyy HH:mm:ss") as myDate
  • 23. Sumo Logic Confidential Query Templates for your Needs Query Library @ Sumo Dojo
  • 24. Sumo Logic Confidential Query Examples in Sumo Dojo Trends over Time IP Addresses by Bandwidth Usage Adding Test Values Parsing Non-Structured Fields Mapping Client IPs Creating Meaningful Alerts (Outlier Detection) Are my Collectors Ingesting Data?
  • 25. Sumo Logic Confidential Questions? Search Documentation and Training Library of Past Webinars Search/Post @ Sumo Dojo Search, Post, Respond Submit Feature Requests Vote for Existing Ones Open a Support Case Contact Customer Success customer-success@sumologic.com

Editor's Notes

  • #2: Welcome everyone. My name is…. Housekeeping items: Everyone is on mute to avoid distractions If you want to ask a question, please do so using the GTW question panel This webinar will be recorded and shared with all of you, along with the slides
  • #4: 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.
  • #6: Show Apache Access Dashboards and Artifactory Dashboards (Artifactory - Download Activity) In Apache - Web Server Operations dashboard, click on top-right dashboard (Server Errors Over Time) to show query behind it.
  • #7: Example of AWS Cloud Trail Dashboard
  • #13: The combination of metadata and keywords reflect the search of your scope. This is what we’re going to talk a little bit more about in the next few slides. It’s very important that you be very selective about the data you’ll be searching through.
  • #14: These proverbial sticky notes are slapped onto every message that Sumo ingests The five metadata fields can also be used when searching your data. NOTE: the underscore
  • #15: You’ll also want to include keywords as part of your search scope.
  • #16: Plug for regex101.
  • #17: Plug for regex101.
  • #19: Need Identify Specific value you want to extract It enables you to perform additional operations Logical/Conditional – based on values Mathematical - Ways of defining fields Parse Anchor: is used to extract a string based on start and stop anchor points, and then to alias the extracted string as a user-created field. Parse Regex: or Extract, uses regular expressions to extract more complex or nested information as aliased fields.
  • #22: _sourceCategory=ecommark| parse regex "(?<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" nodrop| transaction on ip with "*/cart*" as cart, with "*/shippingInfo*" as shipping, with "*/billingInfo*" as billing, with "*Verifying credit card with external service*" as billingVerification, with "*/confirmation*" as confirmation, with "*Order shipped*" as orderShipped results by flow| count by fromstate, tostate _sourceCategory=aws_elb| parse "* * *:* *:* * * * * * * * \"* *://*:*/* HTTP" as f1, elb_server, clientIP, port, backend, backend_port, requestProc, ba_Response, cli_Response, ELB_StatusCode, be_StatusCode, rcvd, send, method, protocol, domain, server_port, path | timeslice 1m| count as requests by _timeslice| predict requests by 1m //forecast=20