Combining Metrics and Logs for Holistic System/Application Analysis

Slides:



Advertisements
Similar presentations
© 2013 IBM Corporation October 4, 2013 IT Analytics and Big Data IBM Solutions Paul Smith (Smitty) Service Management Architect.
Advertisements

MONITORING TOOLS Open Source Security Tools to monitor your network.
1 Vic Hargrave |
June 22-23, 2005 Technology Infusion Team Committee1 High Performance Parallel Lucene search (for an OAI federation) K. Maly, and M. Zubair Department.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
12/11/01 Matt Bridges Advisor: Ralph Morelli. What is Web Analytics? In traditional commerce, store owners can observe their customers habits: What time.
Open Source Security Logging ON THE CHEAP (WELL, CHEAPER ANYWAY)
Log Monitoring, Management and Analysis with Nagios
CERN IT Department CH-1211 Genève 23 Switzerland t Integrating Lemon Monitoring and Alarming System with the new CERN Agile Infrastructure.
Module 5: Managing Public Folders. Overview Managing Public Folder Data Managing Network Access to Public Folders Publishing an Outlook 2003 Form Discussion:
` tuplejump The data engineering platform. A startup with a vision to simplify data engineering and empower the next generation of data powered miracles!
Clemens Düpmeier (KIT / IAI)
Hadoop 2 cluster with Oracle Solaris Zones, ZFS and unified archives Orgad Kimchi - Principal Software Engineer September 29, 2014 Oracle Confidential.
AxKit A member of the Apache XML project Ryan Maslyn Kyle Bechtel.
Carlos Fernando Gamboa RACF, BNL HEPiX
CERN IT Department CH-1211 Geneva 23 Switzerland t CF Computing Facilities Agile Infrastructure Monitoring CERN IT/CF.
2 Floor, , Sunnae-Dong,Kangdong-Gu Seoul, Korea T | F | SEOJINDSA CO. LTD Enterprise LDAP Team LDAP.
+ Logentries Is a Real-Time Log Analytics Service for Aggregating, Analyzing, and Alerting on Log Data from Microsoft Azure Apps and Systems MICROSOFT.
By Ruizhe Ma, Avinash Madineni Sidoine Lafleur Kamgang Nov,
CASTOR logging at RAL Rob Appleyard, James Adams and Kashyap Manjusha.
Alfresco Monitoring with OpenSource Tools Miguel Rodriguez Technical Account Manager.
Elasticsearch – An Open Source Log Analysis Tool Rob Appleyard and James Adams, STFC Application-Level Logging for a Large Tier 1 Storage System.
ORACLE's Approach ORALCE uses a proprietary mechanism for security. They user OLS.... ORACLE Labeling Security. They do data confidentiality They do adjudication.
Leverage Big Data With Hadoop Analytics Presentation by Ravi Namboori Visit
Data Analytics Challenges Some faults cannot be avoided Decrease the availability for running physics Preventive maintenance is not enough Does not take.
A presentation on ElasticSearch
Wataru Takase, Tomoaki Nakamura, Yoshiyuki Watase, Takashi Sasaki
Detecting Web Attacks Using Multi-Stage Log Analysis
Pilot Kafka Service Manuel Martín Márquez. Pilot Kafka Service Manuel Martín Márquez.
Pipe Engineering.
Export Services Deep Dive
DevOps Cloud Native Microservices
Product Overview.
Centralised logging using RSYSLog
Backdooring enemies with a Proxy …..
Section 4 – Link Access Module (Lam) aka Data Adapters
Introduction to Spark Streaming for Real Time data analysis
Hadoop and Analytics at CERN IT
Users and Administrators
WinCC-OA Log Analysis SCADA Application Service - Reporting
Metis Data Science Meetup:
DI4R, 30th September 2016, Krakow
Microsoft Ignite /22/2018 3:27 PM BRK2121
Processes The most important processes used in Web-based systems and their internal organization.
Shubha Vijayasarathy Program Manager, Azure Event Hubs - Microsoft
9/19/2018 7:06 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Streaming Network Analytics System
Microsoft Build /8/2018 5:15 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Gen-Tao Chiang Data and Analytic Engineer
Big Data - in Performance Engineering
NetFlow Analysis with Elastic Stack
Elasticsearch and SQL Server Integration
Ashutosh Rana Rahul Nori 7/17/2018
Near Real Time ETLs with Azure Serverless Architecture
Introduction to SAP HANA
another noSql customization for the HDB++ archiving system
Get your ETL flow under statistical process control
Flexible Distributed Reporting for Millions of Publishers and Thousands of Advertisers Berlin |
Introduction to Elasticsearch with basics of Lucene May 2014 Meetup
The ELK stack - get to know logs
Analytics Plus Product Overview.
Learn ELK in Docker in 90 minutes
Business Intelligence
Indexing with ElasticSearch
End to End Workflow Monitoring Panorama 360 George Papadimitriou
EAST MDSplus Log Data Management System
EAST MDSplus Log Data Management System
Users and Administrators
DIBBs Brown Dog BDFiddle
Presentation transcript:

Combining Metrics and Logs for Holistic System/Application Analysis Sharath Kumar M N Elasticsearch Solutions Architect, Peoplesoft Oracle May 10, 2017 Confidential – Oracle Internal/Restricted/Highly Restricted

Metrics :- A metric is a quantifiable measure that is used to track and assess the status of a specific process Confidential – Oracle Internal/Restricted/Highly Restricted

Logs:- record of incidents or observations Confidential – Oracle Internal/Restricted/Highly Restricted

Need For Holistic Analysis   Confidential – Oracle Internal/Restricted/Highly Restricted

Metrics 10.121.123.104 - - [01/Nov/2016:21:01:00 +0100] "apache" cpu 30 10.121.123.104 - - [01/Nov/2016:21:01:05 +0100] " apache" cpu 35 10.121.123.104 - - [01/Nov/2016:21:01:15 +0100] "apache" cpu 32 Logs 10.121.123.104 - - [01/Nov/2016:21:01:04 +0100] "GET /cluster HTTP/1.1" 200 1272 10.121.123.104 - - [01/Nov/2016:21:01:17 +0100] "GET /cpc/auth.do?loginsetup=true&targetPage=%2Fcpc%2F HTTP/1.1" 302 466 10.121.123.104 - - [01/Nov/2016:21:01:18 +0100] "GET /cpc?loginsetup=true&targetPage=%252Fcpc%252F HTTP/1.1" 302 - Confidential – Oracle Internal/Restricted/Highly Restricted Confidential – Oracle Internal/Restricted/Highly Restricted Confidential – Oracle Internal/Restricted/Highly Restricted 6 6

Application Metrics + Logs Confidential – Oracle Internal/Restricted/Highly Restricted

Architecture Collect/Ship Data Datastore, Search, analytics engine Visualize Edge Nodes Queue Parse/ Enrich Data Confidential – Oracle Internal/Restricted/Highly Restricted

Filebeat Lightweight Shipper for Logs Tail files Ensure At-Least-Once Delivery Extensions: Modules Filebeat comes with internal modules (Apache, Nginx, System, and MySQL)  Filebeat consists of two main components: prospectors and harvesters.They work together to tail files and send event data to the output that you specify. A harvester is responsible for reading the content of a single file. The harvester reads each file, line by line, and sends the content to the output. A prospector is responsible for managing the harvesters and finding all sources to read find all files on the drive that match the defined glob paths and starts a harvester for each file Filebeat keeps the state of each file and frequently flushes the state to disk in the registry file. Confidential – Oracle Internal/Restricted/Highly Restricted

Config file (.yml) Confidential – Oracle Internal/Restricted/Highly Restricted

Metricbeat Lightweight Shipper for Metrics Extensions: Modules and Metricsets Come with many modules (Apache, Nginx, System, Redis, MySQL,PostgreSQL, MongoDB, Kafka ….)  Confidential – Oracle Internal/Restricted/Highly Restricted

Config file (.yml) Confidential – Oracle Internal/Restricted/Highly Restricted

Event Structure Confidential – Oracle Internal/Restricted/Highly Restricted

Logstash Data collection engine with real- time pipelining capabilities  Unify data from disparate sources and normalize the data into destinations of choice Parse and Enrich Logs Confidential – Oracle Internal/Restricted/Highly Restricted

Logstash Pipeline Confidential – Oracle Internal/Restricted/Highly Restricted

Parse Logs 192.164.4.12 - frank [10/Oct/2016:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 { "clientip": "192.164.4.12", "userId": "frank", "timestamp":"10/Oct/2016:13:55:3 6 -0700", "verb": "GET", "request": "/apache_pb.gif", "httpversion": "HTTP/1.0", "response": 200 "bytes" :2336 } filter { grok{ match=>{ "message"=>"%{IPORHOST:clientip} %{USER:userId} %{USER:auth} \[%{HTTPDATE:timestamp}\] "(?:%{WORD:verb} %{NOTSPACE:request}(?: HTTP/%{NUMBER:httpversion}))" %{NUMBER:response} (?:%{NUMBER:bytes}|-)" } Confidential – Oracle Internal/Restricted/Highly Restricted

Enrich Logs 192.164.4.12 - frank [10/Oct/2016:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 { . "geoip": { "continent_name": "North America", "country_iso_code": "US", "region_name": "California", "city_name": "Mountain View", "location": { "lat": 37.386, "lon": -122.0838 } } filter { geoip { source => "clientip" } Confidential – Oracle Internal/Restricted/Highly Restricted

Elasticsearch Distributed, full text search and analytics engine Based on Lucene Its RESTful Highly available Very Fast Connectors for Big Data – “Elasticsearch-Hadoop” Confidential – Oracle Internal/Restricted/Highly Restricted

Kibana Analytics and visualization platform designed to work with Elasticsearch  Browser-based interface for near real time analytics Option of visualizing data in time series. Perform advanced data analysis and visualize your data in a variety of charts, tables, and maps Confidential – Oracle Internal/Restricted/Highly Restricted

Lets See it in Action!! Confidential – Oracle Internal/Restricted/Highly Restricted

Demo – Attachment Processing Confidential – Oracle Internal/Restricted/Highly Restricted

Demo – Attachment Processing Confidential – Oracle Internal/Restricted/Highly Restricted

Demo – Attachment Processing Confidential – Oracle Internal/Restricted/Highly Restricted

The Best Part is …. Confidential – Oracle Internal/Restricted/Highly Restricted

Open Source Powerful Simple Confidential – Oracle Internal/Restricted/Highly Restricted Confidential – Oracle Internal/Restricted/Highly Restricted 25

Benefits Holistic Analysis / Unified Analytics Better Troubleshooting / RCA Deeper Insights into System and Applications “Data” is Power – Intrinsic Values Confidential – Oracle Internal/Restricted/Highly Restricted

Sample Use Cases DevOps , IoT, ITOps , Application Monitoring & Analytics Confidential – Oracle Internal/Restricted/Highly Restricted

Q&A Confidential – Oracle Internal/Restricted/Highly Restricted