SlideShare a Scribd company logo
Become a
Sumo Power Admin
Level 3 Certification
Sumo Logic Confidential
Become a Sumo Power Admin
• Deploy a data collection strategy that best fits your environment
• Implement best practices around data collection
• Develop a robust naming convention for your metadata
• Create, share and recommend Searches and Dashboards
• Learn to utilize optimization tools to enhance search performance
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
High-Level Data
Flow
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
Data Collection
Strategy
Sumo Logic Confidential
Enterprise Logs are Everywhere
Custom App
Code
Server / OS
Virtual
Databases
Network
Open Source
Middleware
Content
Delivery
IaaS,
PaaS
SaaS Security
Sumo Logic Confidential
Designing Your
Deployment
● Sumo Logic Data
Collection is
infinitely flexible.
● Design a Sumo
Logic deployment
that’s right for
your organization.
● Installed versus
Hosted Collectors
➔ Learn more: Set Up Sumo Logic
Sumo Logic Confidential
Collector and Deployment Options
Hosted Collectors Installed Collectors
Centralized
Data
Collection
Local Data
Collection
= Collector
Sumo Logic Confidential
Collector Considerations
Consider having one Installed Collector on a dedicated machine if:
• You are running a very high-bandwidth network with high logging levels.
• You want a central collection point for many Sources.
Consider having multiple Installed Collectors if:
• You expect the combined number of files coming into one Collector to exceed 500.
• Your hardware has memory or CPU limitations.
• You expect combined logging traffic for one Collector to be higher than 15,000 events
per second.
• Your network clusters or regions are geographically separated.
• You prefer to install many Collectors, for example, one per machine to collect local files.
➔ For system requirement details, see Installed Collector Requirements.
Sumo Logic Confidential
LOCAL Data Collection
The Sumo Logic Collector is installed on all target Hosts and, where possible, sends log data produced on
those target Hosts directly to Sumo Logic Backend via https connection.
Source Types
Local Files
▪ Operating Systems, Middleware, Custom Apps, etc.
Windows Events
▪ Local Windows Events
Docker
▪ Logs and Stats
Syslog (dedicated Collector)
▪ Network Devices, Snare, etc
Script (dedicated Collector)
▪ Cloud API’s, Database Content, binary data
Typical Scenarios
Customers with large amounts of (similar)
servers, using orchestration/automation,
mostly OS and application logs
- On Premise Datacenters
- Cloud Instances
Benefits/Drawbacks
+ No Hardware Requirement
+ Automation (Chef/Puppet/Scripting)
- Outbound Internet Access Required
- Resource Usage on Target
Sumo Logic Confidential
CENTRALIZED Data Collection
The Sumo Logic Collector is installed on a set of dedicated machines, these collect log data from the target
Hosts via various remote mechanisms and forward the data to the Sumo Logic Backend. This can be
accomplished by either using Sumo Logic syslog source type or by running Syslog Servers (syslog-ng,
rsyslog), write to file, and collect from there.
Source Types
Syslog
▪ Operating Systems, Middleware, Custom
Applications, etc
Windows Events
▪ Remote Windows Events
Script
▪ Cloud API’s, Database Content, binary data
Typical Scenarios
Customers with mostly Windows
Environments or existing logging
infrastructure (syslog/logstash)
- On Premise data centers
Benefits/Drawbacks
+ No Outbound Internet Access
+ Leverage existing logging Infrastructure
- Scale
- Dedicated Hardware
- Complexity (Failover, syslog rules)
Sumo Logic Confidential
CLOUD Data Collection
Most Data is generated in the Cloud and by Cloud Services and is collected via Sumo Logics Cloud
Integrations.
Source Types
S3 Bucket
▪ Any data written to S3 buckets (AWS Audit or other)
HTTPS
▪ Lambda Scripts, Akamai, One Login, Log Appender
Libraries, etc.
Google / O365
▪ Google API and O365
Typical Scenarios
Customers using Cloud infrastructure, while
it’s possible to rely on Cloud Data Collection
entirely, this is not typical. These source
types are normally just part of the overall
collection strategies
Benefits/Drawbacks
+ No Software Installation
- S3 Latency issues
- Https Post Caching Need
Sumo Logic Confidential
Metadata Design
Sumo Logic Confidential
What is Metadata?
Metadata tags are associated with each log message that is collected. Values are
set through collector and source configuration.
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
Source Category Best Practices
Recommended nomenclature for Source Categories
From least descriptive to most descriptive
➔ Best Practices: Good Source Category, Bad Source Category
Component1/Component2/Component3...
Prod/MyApp1/Apache/Access
Prod/MyApp1/Apache/Error
Prod/MyApp1/CloudTrail
Dev/MyApp1/Apache/Access
Dev/MyApp1/Apache/Error
Dev/MyApp1/CloudTrail
Prod/MyApp2/Nginx/Access
Prod/MyApp2/Tomcat/Access
Prod/MyApp2/Tomcat/Catalina/Out
Prod/MyApp2/MySQL/SlowQueries
Dev/MyApp2/Nginx/Access
Dev/MyApp2/Tomcat/Access
Dev/MyApp2/Tomcat/Catalina/Out
Dev/MyApp2/MySQL/SlowQueries
Note: Not all types of logs need to have the same amount of levels.
Sumo Logic Confidential
Metadata: Source Category Best Practices and Benefits
Simple Search Scoping
_sourceCategory=Prod/MyApp1/Apache* (All Apache Logs for Prod)
_sourceCategory=*/MyApp1/Apache* (All Apache Logs for all environments)
Simple, Intuitive and Self-maintaining Partitions/Indexes
_sourceCategory=Prod/MyApp1*
_sourceCategory=Prod/MyApp2*
Note: Not all types of logs need to have the same amount of levels.
Simple and Self-maintaining RBAC Roles
_sourceCategory=Prod/MyApp1*
Sumo Logic Confidential
Metadata: Source Category Best Practices and Benefits
Common components (and any combination of):
• Environment (Prod/UAT/DEV)
• Application Name
• Geographic Information (East vs West datacenter, office location, etc.)
• AWS Region
• Business Unit
Highest level components should group the data how it is most often search together:
Prod/Web/Apache/Access
Dev/Web/Apache/Access
Prod/DB/MySQL/Error
Dev/DB/MySQL/Error
Web/Apache/Access/Prod
Web/Apache/Access/Dev
DB/MySQL/Error/Prod
DB/MySQL/Error/Dev
Sumo Logic Confidential
Ingesting Metrics
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
Sending Metrics to Sumo Logic
Custom Code
StatsD
Server
OS/Container
Metrics
Library
StatsD
CollectD
= Collector
Server/Device/
Container
Graphite
Graphite1.
Host
Metrics
2.
3.
Sumo Logic Confidential
Content Sharing
Sumo Logic Confidential
Sharing and Recommending Searches and Dashboards
Enable your users by sharing and recommending content that is meaningful to them
Share Content
• Grant View, Edit, Manage
Admin Recommended
• Call attention to content
Sumo Logic Confidential
Optimization Tools
Sumo Logic Confidential
Partitions
Indexes for subsets of your data. Segregate your data into smaller, logical
chunks, that are mostly searched in isolation of other Partitions.
Best Practices
● No overlap
● <20 Partitions
● Ideally between 1% and 30% of total
volume
● Group data that is searched together
most often
Examples
Or
_sourceCategory=Prod/MyApp1*
_sourceCategory=Prod/MyApp2*
_sourceCategory=Prod/*
_sourceCategory=Dev/*
Sumo Logic Confidential
Field Extraction Rules
Apply parse logic for a dataset at time of ingest, as opposed to at search time.
Benefits
● Better Performance
● Standardized field names
● Simplified Searches
Best Practices
● Build simple, specific Rules
● Test Parse and other operations thoroughly (use nodrop and isEmpty for testing)
Limitations
● 50 rules/200 fields (Will be removed soon)
● Not all operators supported
Sumo Logic Confidential
Scheduled Views
Copies of subsets of data, similar to a relation DB materialized view.
Use Cases
● Pre-aggregated data (e.g. for long-term trends)
● Find the needle in the haystack
Best Practices
● We recommend selectivity of > 1:10,000
How They Work
● View is updated by service ~once a minute
● Allows for backfilling
● Search view using _view=[viewname]
● Data does count against ingest volume
Sumo Logic Confidential
Review: Search Optimization Tools
What I want to do is Partition Scheduled View Field Extraction
Run queries against a certain set of
data
Choose if the amount of
data is between 1-30%
Choose if the amount of data
you’d like to segregate is 1%
or less
Choose if you want to
pre-extract fields that you are
searching against frequently
Extract fields from logs and make
available to all users ✔
Use data to identify long-term trends ✔
Segregate data by Metadata ✔
Pre-computed or aggregate data ready
to query ✔
Use RBAC to deny or grant access to
the data ✔ ✔
Sumo Logic Confidential
In Summary, you can…
● Ingest any type of logs (structured and non-structured)
● Select a deployment option that best fits your sources
● Develop a robust naming convention for your metadata
● Start sharing and recommending content that is useful to your users
● Take advantage of Optimization Tools
● Call to Action:
○ Set up deployment option or (hybrid option) that best fits your environment
○ Ensure you have a robust _SourceCategory naming convention
○ At the very least, set up Field Extraction Rules for your popular data sources
Questions?
Sumo Logic Confidential
Sumo Logic Confidential
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 3 Certification: Setting up Sumo Logic - Oct  2018

More Related Content

PDF
Level 2 Certification: Using Sumo Logic - Oct 2018
PDF
Security Certification: Security Analytics using Sumo Logic - Oct 2018
PPTX
Sumo Logic QuickStart Webinar - Get Certified
PPTX
Using Sumo Logic - Apr 2018
PDF
Sumo Logic Certification - Level 2 (Using Sumo)
PPTX
Welcome Webinar Slides
PPTX
Sumo Logic: Optimizing Scheduled Searches
PPTX
Sumo Logic Cert Jam - Administration
Level 2 Certification: Using Sumo Logic - Oct 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018
Sumo Logic QuickStart Webinar - Get Certified
Using Sumo Logic - Apr 2018
Sumo Logic Certification - Level 2 (Using Sumo)
Welcome Webinar Slides
Sumo Logic: Optimizing Scheduled Searches
Sumo Logic Cert Jam - Administration

What's hot (20)

PPTX
Sumo Logic Cert Jam - Security Analytics
PPTX
Sumo Logic Cert Jam - Metrics Mastery
PDF
Welcome Webinar PDF
PPTX
Sumo Logic Cert Jam - Fundamentals
PDF
Sumo Logic - Optimizing Your Search Experience (2016-08-17)
PPTX
Sumo Logic Cert Jam - Security & Compliance
PPTX
Sumo Logic QuickStart Webinar - Dec 2016
PDF
Sumo Logic Quickstart Training 10/14/2015
PPTX
Sumo Logic Search Job API
PPTX
Sumo Logic QuickStart
PPTX
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
PDF
Sumo Logic QuickStart Webinar
PDF
How To Webinar - Sumo Logic API
PPTX
Sumo Logic Quickstart - Nv 2016
PPTX
Sumo Logic Cert Jam - Search Mastery
PPTX
"How to" Webinar: Sending Data to Sumo Logic
PPTX
Sumo Logic Cert Jam - Metrics Mastery
PPTX
Sumo Logic Quickstart - Jan 2017
PDF
Optimizing Your Search Experience
PPTX
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Security Analytics
Sumo Logic Cert Jam - Metrics Mastery
Welcome Webinar PDF
Sumo Logic Cert Jam - Fundamentals
Sumo Logic - Optimizing Your Search Experience (2016-08-17)
Sumo Logic Cert Jam - Security & Compliance
Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Search Job API
Sumo Logic QuickStart
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic QuickStart Webinar
How To Webinar - Sumo Logic API
Sumo Logic Quickstart - Nv 2016
Sumo Logic Cert Jam - Search Mastery
"How to" Webinar: Sending Data to Sumo Logic
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Quickstart - Jan 2017
Optimizing Your Search Experience
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Ad

Similar to Level 3 Certification: Setting up Sumo Logic - Oct 2018 (19)

PPTX
Setting Up Sumo Logic - Sep 2017
PPTX
Setting up Sumo Logic - June 2017
PPTX
Setting Up Sumo Logic - Apr 2017
PDF
Sumo Logic QuickStart Webinar - Jan 2016
PPTX
Sumo Logic QuickStart Webinar Oct 2016
PPTX
Sumo Logic QuickStart Webinar July 2016
PPTX
Sumo Logic quickStart Webinar June 2016
PPTX
Microsoft Sentinel Deployment V1.pptx
PDF
Sumo Logic Quick Start - Feb 2016
PPTX
Sumo Logic QuickStat - Apr 2017
PPTX
Sumo Logic QuickStart - May 2016
PPTX
Sumo Logic QuickStart Webinar Sep 2016
PPTX
Using AWS To Build A Scalable Machine Data Analytics Service
PPTX
CSE3069 - FLUENTD real time analytics.pptx
PPTX
Big data journey to the cloud rohit pujari 5.30.18
PDF
Enterprise Cloud Security
PPTX
004 - Logging in the Cloud -- hide01.ir.pptx
PDF
Kks sre book_ch10
PPTX
Cloudify workshop at CCCEU 2014
Setting Up Sumo Logic - Sep 2017
Setting up Sumo Logic - June 2017
Setting Up Sumo Logic - Apr 2017
Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar July 2016
Sumo Logic quickStart Webinar June 2016
Microsoft Sentinel Deployment V1.pptx
Sumo Logic Quick Start - Feb 2016
Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart Webinar Sep 2016
Using AWS To Build A Scalable Machine Data Analytics Service
CSE3069 - FLUENTD real time analytics.pptx
Big data journey to the cloud rohit pujari 5.30.18
Enterprise Cloud Security
004 - Logging in the Cloud -- hide01.ir.pptx
Kks sre book_ch10
Cloudify workshop at CCCEU 2014
Ad

More from Sumo Logic (6)

PPTX
Sumo Logic Cert Jam - Fundamentals (Spanish)
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
PPTX
Bring your Graphite-compatible metrics into Sumo Logic
Sumo Logic Cert Jam - Fundamentals (Spanish)
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
Bring your Graphite-compatible metrics into Sumo Logic

Recently uploaded (20)

PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Programs and apps: productivity, graphics, security and other tools
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Machine learning based COVID-19 study performance prediction
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Empathic Computing: Creating Shared Understanding
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Encapsulation theory and applications.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Tartificialntelligence_presentation.pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Encapsulation_ Review paper, used for researhc scholars
Programs and apps: productivity, graphics, security and other tools
“AI and Expert System Decision Support & Business Intelligence Systems”
Spectral efficient network and resource selection model in 5G networks
Machine learning based COVID-19 study performance prediction
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectroscopy.pptx food analysis technology
Group 1 Presentation -Planning and Decision Making .pptx
Electronic commerce courselecture one. Pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
A comparative analysis of optical character recognition models for extracting...
NewMind AI Weekly Chronicles - August'25-Week II
Empathic Computing: Creating Shared Understanding
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
1. Introduction to Computer Programming.pptx
Encapsulation theory and applications.pdf

Level 3 Certification: Setting up Sumo Logic - Oct 2018

  • 1. Become a Sumo Power Admin Level 3 Certification
  • 2. Sumo Logic Confidential Become a Sumo Power Admin • Deploy a data collection strategy that best fits your environment • Implement best practices around data collection • Develop a robust naming convention for your metadata • Create, share and recommend Searches and Dashboards • Learn to utilize optimization tools to enhance search performance
  • 3. 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
  • 5. Sumo Logic Confidential Sumo Logic Data Flow 1 2 3 Data Collection Search & Analyze Visualize & Monitor Operators Charts Collectors Sources Alerts Dashboards
  • 6. Sumo Logic Confidential Data Collection Strategy
  • 7. Sumo Logic Confidential Enterprise Logs are Everywhere Custom App Code Server / OS Virtual Databases Network Open Source Middleware Content Delivery IaaS, PaaS SaaS Security
  • 8. Sumo Logic Confidential Designing Your Deployment ● Sumo Logic Data Collection is infinitely flexible. ● Design a Sumo Logic deployment that’s right for your organization. ● Installed versus Hosted Collectors ➔ Learn more: Set Up Sumo Logic
  • 9. Sumo Logic Confidential Collector and Deployment Options Hosted Collectors Installed Collectors Centralized Data Collection Local Data Collection = Collector
  • 10. Sumo Logic Confidential Collector Considerations Consider having one Installed Collector on a dedicated machine if: • You are running a very high-bandwidth network with high logging levels. • You want a central collection point for many Sources. Consider having multiple Installed Collectors if: • You expect the combined number of files coming into one Collector to exceed 500. • Your hardware has memory or CPU limitations. • You expect combined logging traffic for one Collector to be higher than 15,000 events per second. • Your network clusters or regions are geographically separated. • You prefer to install many Collectors, for example, one per machine to collect local files. ➔ For system requirement details, see Installed Collector Requirements.
  • 11. Sumo Logic Confidential LOCAL Data Collection The Sumo Logic Collector is installed on all target Hosts and, where possible, sends log data produced on those target Hosts directly to Sumo Logic Backend via https connection. Source Types Local Files ▪ Operating Systems, Middleware, Custom Apps, etc. Windows Events ▪ Local Windows Events Docker ▪ Logs and Stats Syslog (dedicated Collector) ▪ Network Devices, Snare, etc Script (dedicated Collector) ▪ Cloud API’s, Database Content, binary data Typical Scenarios Customers with large amounts of (similar) servers, using orchestration/automation, mostly OS and application logs - On Premise Datacenters - Cloud Instances Benefits/Drawbacks + No Hardware Requirement + Automation (Chef/Puppet/Scripting) - Outbound Internet Access Required - Resource Usage on Target
  • 12. Sumo Logic Confidential CENTRALIZED Data Collection The Sumo Logic Collector is installed on a set of dedicated machines, these collect log data from the target Hosts via various remote mechanisms and forward the data to the Sumo Logic Backend. This can be accomplished by either using Sumo Logic syslog source type or by running Syslog Servers (syslog-ng, rsyslog), write to file, and collect from there. Source Types Syslog ▪ Operating Systems, Middleware, Custom Applications, etc Windows Events ▪ Remote Windows Events Script ▪ Cloud API’s, Database Content, binary data Typical Scenarios Customers with mostly Windows Environments or existing logging infrastructure (syslog/logstash) - On Premise data centers Benefits/Drawbacks + No Outbound Internet Access + Leverage existing logging Infrastructure - Scale - Dedicated Hardware - Complexity (Failover, syslog rules)
  • 13. Sumo Logic Confidential CLOUD Data Collection Most Data is generated in the Cloud and by Cloud Services and is collected via Sumo Logics Cloud Integrations. Source Types S3 Bucket ▪ Any data written to S3 buckets (AWS Audit or other) HTTPS ▪ Lambda Scripts, Akamai, One Login, Log Appender Libraries, etc. Google / O365 ▪ Google API and O365 Typical Scenarios Customers using Cloud infrastructure, while it’s possible to rely on Cloud Data Collection entirely, this is not typical. These source types are normally just part of the overall collection strategies Benefits/Drawbacks + No Software Installation - S3 Latency issues - Https Post Caching Need
  • 15. Sumo Logic Confidential What is Metadata? Metadata tags are associated with each log message that is collected. Values are set through collector and source configuration. 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
  • 16. Sumo Logic Confidential Source Category Best Practices Recommended nomenclature for Source Categories From least descriptive to most descriptive ➔ Best Practices: Good Source Category, Bad Source Category Component1/Component2/Component3... Prod/MyApp1/Apache/Access Prod/MyApp1/Apache/Error Prod/MyApp1/CloudTrail Dev/MyApp1/Apache/Access Dev/MyApp1/Apache/Error Dev/MyApp1/CloudTrail Prod/MyApp2/Nginx/Access Prod/MyApp2/Tomcat/Access Prod/MyApp2/Tomcat/Catalina/Out Prod/MyApp2/MySQL/SlowQueries Dev/MyApp2/Nginx/Access Dev/MyApp2/Tomcat/Access Dev/MyApp2/Tomcat/Catalina/Out Dev/MyApp2/MySQL/SlowQueries Note: Not all types of logs need to have the same amount of levels.
  • 17. Sumo Logic Confidential Metadata: Source Category Best Practices and Benefits Simple Search Scoping _sourceCategory=Prod/MyApp1/Apache* (All Apache Logs for Prod) _sourceCategory=*/MyApp1/Apache* (All Apache Logs for all environments) Simple, Intuitive and Self-maintaining Partitions/Indexes _sourceCategory=Prod/MyApp1* _sourceCategory=Prod/MyApp2* Note: Not all types of logs need to have the same amount of levels. Simple and Self-maintaining RBAC Roles _sourceCategory=Prod/MyApp1*
  • 18. Sumo Logic Confidential Metadata: Source Category Best Practices and Benefits Common components (and any combination of): • Environment (Prod/UAT/DEV) • Application Name • Geographic Information (East vs West datacenter, office location, etc.) • AWS Region • Business Unit Highest level components should group the data how it is most often search together: Prod/Web/Apache/Access Dev/Web/Apache/Access Prod/DB/MySQL/Error Dev/DB/MySQL/Error Web/Apache/Access/Prod Web/Apache/Access/Dev DB/MySQL/Error/Prod DB/MySQL/Error/Dev
  • 19. Sumo Logic Confidential Ingesting Metrics 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
  • 20. Sumo Logic Confidential Sending Metrics to Sumo Logic Custom Code StatsD Server OS/Container Metrics Library StatsD CollectD = Collector Server/Device/ Container Graphite Graphite1. Host Metrics 2. 3.
  • 22. Sumo Logic Confidential Sharing and Recommending Searches and Dashboards Enable your users by sharing and recommending content that is meaningful to them Share Content • Grant View, Edit, Manage Admin Recommended • Call attention to content
  • 24. Sumo Logic Confidential Partitions Indexes for subsets of your data. Segregate your data into smaller, logical chunks, that are mostly searched in isolation of other Partitions. Best Practices ● No overlap ● <20 Partitions ● Ideally between 1% and 30% of total volume ● Group data that is searched together most often Examples Or _sourceCategory=Prod/MyApp1* _sourceCategory=Prod/MyApp2* _sourceCategory=Prod/* _sourceCategory=Dev/*
  • 25. Sumo Logic Confidential Field Extraction Rules Apply parse logic for a dataset at time of ingest, as opposed to at search time. Benefits ● Better Performance ● Standardized field names ● Simplified Searches Best Practices ● Build simple, specific Rules ● Test Parse and other operations thoroughly (use nodrop and isEmpty for testing) Limitations ● 50 rules/200 fields (Will be removed soon) ● Not all operators supported
  • 26. Sumo Logic Confidential Scheduled Views Copies of subsets of data, similar to a relation DB materialized view. Use Cases ● Pre-aggregated data (e.g. for long-term trends) ● Find the needle in the haystack Best Practices ● We recommend selectivity of > 1:10,000 How They Work ● View is updated by service ~once a minute ● Allows for backfilling ● Search view using _view=[viewname] ● Data does count against ingest volume
  • 27. Sumo Logic Confidential Review: Search Optimization Tools What I want to do is Partition Scheduled View Field Extraction Run queries against a certain set of data Choose if the amount of data is between 1-30% Choose if the amount of data you’d like to segregate is 1% or less Choose if you want to pre-extract fields that you are searching against frequently Extract fields from logs and make available to all users ✔ Use data to identify long-term trends ✔ Segregate data by Metadata ✔ Pre-computed or aggregate data ready to query ✔ Use RBAC to deny or grant access to the data ✔ ✔
  • 28. Sumo Logic Confidential In Summary, you can… ● Ingest any type of logs (structured and non-structured) ● Select a deployment option that best fits your sources ● Develop a robust naming convention for your metadata ● Start sharing and recommending content that is useful to your users ● Take advantage of Optimization Tools ● Call to Action: ○ Set up deployment option or (hybrid option) that best fits your environment ○ Ensure you have a robust _SourceCategory naming convention ○ At the very least, set up Field Extraction Rules for your popular data sources
  • 30. Sumo Logic Confidential Sumo Logic Confidential 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