Copyright 2014 Splunk Inc. Taming Your Data. Mark Runals Sr Security Engineer The Ohio State University

Size: px
Start display at page:

Download "Copyright 2014 Splunk Inc. Taming Your Data. Mark Runals Sr Security Engineer The Ohio State University"

Transcription

1 Copyright 2014 Splunk Inc. Taming Your Data Mark Runals Sr Security Engineer The Ohio State University

2 Disclaimer During the course of this presentafon, we may make forward- looking statements regarding future events or the expected performance of the company. We caufon you that such statements reflect our current expectafons and esfmates based on factors currently known to us and that actual events or results could differ materially. For important factors that may cause actual results to differ from those contained in our forward- looking statements, please review our filings with the SEC. The forward- looking statements made in the this presentafon are being made as of the Fme and date of its live presentafon. If reviewed arer its live presentafon, this presentafon may not contain current or accurate informafon. We do not assume any obligafon to update any forward- looking statements we may make. In addifon, any informafon about our roadmap outlines our general product direcfon and is subject to change at any Fme without nofce. It is for informafonal purposes only, and shall not be incorporated into any contract or other commitment. Splunk undertakes no obligafon either to develop the features or funcfonality described or to include any such feature or funcfonality in a future release. 2

3 Disclaimer During the course of this presentafon, we may make forward looking statements regarding future events or the expected performance of the company. We caufon you that such statements reflect our current expectafons and esfmates based on factors currently known to us and that actual events or results could differ materially. For important factors that may cause actual results to differ from those contained in our forward- looking statements, please review our filings with the SEC. The forward- looking statements made in the this presentafon are being made as of the Fme and date of its live presentafon. If reviewed arer its live presentafon, this presentafon may not contain current or accurate informafon. We do not assume any obligafon to update any forward looking statements we may make. In addifon, any informafon about our roadmap outlines our general product direcfon and is subject to change at any Fme without nofce. It is for informafonal purposes only and shall not, be incorporated into any contract or other commitment. Splunk undertakes no obligafon either to develop the features or funcfonality described or to include any such feature or funcfonality in a future release. 3

4 Agenda! OSU Splunk deployment environmental background! Props/field extracfon score methodology! Look at data curator app FYI - Splunk Admin Focused PresentaFon 4

5 Some Background & Program Drivers OSU Environment 135 Distributed IT units around OSU Each group is autonomous No standardizafon Huge variety of technologies Splunk use not mandatory + Desired lightweight onboarding process For units & for Splunk team = Incredible roll- on/ adopfon rate 5

6 Fast Forward a Year or 2 +/-! 2TB Of data! 1,800+ Splunk agents! 10k Devices! 12 Types of firewalls! MulFple OS! 90+ Teams with data in Splunk! 700+ Sourcetypes many learned! 350+ People 6

7 Fast Forward a Year or 2 +/-! 2TB Of data! 1,800+ Splunk agents! 10k Devices! 12 Types of firewalls! MulFple OS! 90+ Teams with data in Splunk! 700+ Sourcetypes many learned! 350+ People Is data being ingested correctly? What fields have been defined? Where? What types of data are in Splunk? What s not configured correctly? 7

8 Issue Overview Out of the box and without specific data definifon Splunk will generally ingest data correctly Host names Sourcetypes Timestamp Line breaking Auto key- value fields At best though, this isn t efficient. At worst, it can strain your deployment and may drop/lose events Factors in play Hardware RaFo of indexers to total log volume Sourcetype velocity Data distribufon (forwarders pre will favor first indexer listed in autolb outputs.conf) Weird date/fme informafon in your logs Etc 8

9 Data Import/DefiniFon Pipeline (Mark s View) Get Data to Splunk Data Management Knowledge Management DM = Index Time Processing Sourcetyping Line breaking Timestamp Host field etc KM = Search Time Processing Base level field extracfon Normalized field names Field name alignment within Common InformaFon Model (CIM) Knowledge objects 9

10 The Plan Data Management Score based on Gepng Data in Correctly.conf 2012 preso Data Curator App Knowledge Management Score based on length of fields relafve to _raw length (conversafon with Kevin Meeks) IdenFfy Common Issues Munge through internal logs Data Taxonomy Create way to classify sourcetypes 10

11 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = LINE_BREAKER = TRUNCATE = TZ = 11

12 Data Management Props Score [mah_data_stanza] TIME_PREFIX = +1 MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = +1 SHOULD_LINEMERGE = LINE_BREAKER = TRUNCATE = TZ = +1 OR DATETIME_CONFIG = +3 12

13 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = False +1 LINE_BREAKER = TRUNCATE = TZ =.but what if my data should be merged? 13

14 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = AND SHOULD_LINEMERGE = True LINE_BREAKER = TRUNCATE = TZ = +1 One of these is populated BREAK_ONLY_BEFORE MUST_BREAK_AFTER MUST_NOT_BREAK_BEFORE MUST_NOT_BREAK_AFTER 14

15 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = LINE_BREAKER = +1 TRUNCATE = TZ = Default is ([\r\n\]+) Don t want to line break? ((?!)) or ((*FAIL)) are a couple opfons* *hyp://answers.splunk.com/answers/106075/each- file- as- one- single- splunk- event 15

16 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = LINE_BREAKER = TRUNCATE = +1 TZ = Default is Game your score! Ø Set this to anything other than the default i.e or

17 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = LINE_BREAKER = TRUNCATE = TZ = +1 If sepng this across your environment isn t possible/pracfcal reduce the max score macro in the app. It s used as a variable. Macro: props_score_upper_bounds = \

18 Data Management Props Score [mah_data_stanza] TIME_PREFIX = MAX_TIMESTAMP_LOOKAHEAD = TIME_FORMAT = SHOULD_LINEMERGE = LINE_BREAKER = TRUNCATE = TZ = Max Score = 7 (st_score * `props_score_scale`) / `props_score_upper_bounds` 10 18

19 Props Score Caveats There are a lot of addifonal props sepngs that could be applicable for your data/environment. This method/app doesn t address host fields that are incorrect syslog Default host field? Splunk UF 19

20 Props Score Caveats There are a lot of addifonal props sepngs that could be applicable for your data/environment. This method/app doesn t address host fields that are incorrect syslog Default host field? Splunk UF 20

21 Field ExtracFon Score Methodology [20/Aug/2014:13:44: ] "POST /services/broker/phonehome/ connecfon_ _8089_ _test- TS_68D CC1D CA- 6E24F9FE6538 HTTP/1.0" ms Length of Fields _raw length 1. Account for any autokv field names 2. Do convoluted search to get length of fields 3. Account for Fmestamp in log 4. Get total length 1. Remove spaces 2. Remove newline characters 3. Get _raw length = % of Event has Fields Defined 21

22 Field ExtracFon Score Methodology [20/Aug/2014:13:44: ] "POST /services/broker/phonehome/ connecfon_ _8089_ _test- TS_68D CC1D CA- 6E24F9FE6538 HTTP/1.0" ms Length of Fields _raw length 1. Account for any autokv field names 2. Do convoluted search to get length of fields 3. Account for Fmestamp in log 4. Get total length 1. Remove spaces 2. Remove newline characters 3. Get _raw length = % of Event has Fields Defined 22

23 Field ExtracFon Score Methodology [20/Aug/2014:13:44: ] "POST /services/broker/phonehome/ connecfon_ _8089_ _test- TS_68D CC1D CA- 6E24F9FE6538 HTTP/1.0" ms Length of Fields _raw length 1. Account for any autokv field names 2. Do convoluted search to get length of fields 3. Account for Fmestamp in log 4. Get total length 1. Remove spaces 2. Remove newline characters 3. Get _raw length = % of Event has Fields Defined * Not a great example Splunk forwarder phonehome logs actually have +100% field length compared to _raw 23

24 Field ExtracFon Score Methodology Caveats/ConsideraFons Doesn t account for field alias (will arfficially inflate score) If field extracfon % is over 100 the score is set to 100 DirecFonally correct is about the best this will get Ø Fields extracted!= field value 24

25 Version 1 deprecated out of the box Data Taxonomy Designed to answer What type of data is in Splunk? Created a 2 nd field classificafon csv for several hundred sourcetypes Data family Data subtype Very useful but too many one- to- many relafonships based on data use netstat ConfiguraFon? Networking? Server Monitoring Server InformaFon Server ConfiguraFon Server Performance Too many server * 25

26 Data Taxonomy InteracFve Host Dashboard Host A 26

27 Data Taxonomy InteracFve Host Dashboard Host B 27

28 Data Curator App Goals Flexible scoring scale Generate aggregate, system maturity scores Generate ~accurate individual maturity score Show what app/package contained props sepngs Show current props sepngs Highlight issues related to/solvable by props sepngs Line breaking Timestamp Transforms issues Take Note! Will NOT tell you what the sepngs should be Requires Splunk 6 search head Only able to work through issues I saw in my environment - you may have others. I can troubleshoot my app not your deployment =) 28

29 Deployment At A Glance 29

30 Props Score Breakdown Holy Crap!! Lots of Work.but before you slit your wrists 30

31 Props Score Breakdown 31

32 Learned Sourcetypes (- too_small OR - #) Beware of diminishing returns on working the long tail 32

33 Sourcetype Deep Dive Dashboard Avamar Logs 33

34 Sourcetype Deep Dive Dashboard Avamar Logs Not all items factor into score 34

35 Sourcetype Deep Dive Dashboard Avamar Logs Loaded score based on volume of events per punct. Score created on the fly 35

36 Sourcetype Deep Dive Dashboard Avamar Logs Based on volume of events per punct. Quick way to see how unique logs in a parfcular sourcetype are. Had 75 unique punct 36

37 Sourcetype Deep Dive Dashboard ABDCB (learned) 37

38 Sourcetype Deep Dive Dashboard Argus 38

39 IdenFfying Date/Time Issues 39

40 IdenFfying Date/Time Issues These events don t have Fmestamps! 40

41 IdenFfying Date/Time Issues These events don t have Fmestamps! What if Splunk thinks the last known good Fmestamp was 6 years ago? 41

42 IdenFfying Date/Time Issues These events don t have Fmestamps! What if Splunk thinks the last known good Fmestamp was 6 years ago? 42

43 Date/Time Workspace Dashboard Pre- populated with sourcetypes having issues (No Fme informafon set) AddiFonal Dashboard Elements Clustered internal logs giving you a level of visibility 100 most recent events (DATETIME_CONFIG added to view arer screenshot) 43

44 Line Breaking/Truncate Workspace Dashboard 44

45 Line Breaking/Truncate Workspace Dashboard 45

46 Line Breaking Sanity Check Dashboard Sourcetypes have line breaking set but have mulfple line counts in recent events 46

47 Line Breaking Sanity Check Sourcetypes have line breaking set but have mulfple line counts in recent events Set in mulfple apps; potenfal problem down the road? 47

48 Query TroubleshooFng Two main scheduled searches that are somewhat computafonally expensive. Dashboard allows admin to compare run length & frequency to coverage Sourcetype field length percentage query 48

49 Extract/Report/Transforms Issues Example Internal Warning Logs :55: WARN SearchOperator:kv - IndexOutOfBounds invalid The FORMAT capturing group id: id=7, transform_name='message' :59: WARN SearchOperator:kv - Invalid key- value parser, ignoring it, transform_name='extract_cmd_change' :59: WARN SearchOperator:kv - Invalid key- value parser, ignoring it, transform_name='(?i)^(?:[^\ ]*\ ){3}(?P<dest_domain>[^\ ]+)' wut? Which app? In props or transforms? SoluFon: grep - r through 520+ packages in deployment- apps directory for Message? 49

50 Extract/Report/Transforms Issues 50

51 Extract/Report/Transforms Issues Only 5 tokens 51

52 Extract/Report/Transforms Issues Anyone know what the issue is? 52

53 Extract/Report/Transforms Issues Should be an EXTRACT 53

54 KM Sourcetype Fields Comparison Boyom of explanatory text. There is a freeform text search box at top of dashboard 54

55 App Roadmap Now Props maturity scores Field extracfon scores Issues workspaces Data taxonomy RelaFvely non- scaling Next Dashboard opfmizafon (ie searchtemplate) Tag based data taxonomy Any inifal app bug fixes ARer Next Tie in data model fields Field value? Expand issue troubleshoofng Based on community feedback 55

56 ?.conf 14 updated Ge8ng Data in Correctly presentafon Andrew Duca Blog: runals.blogspot.com Check out the Forwarder Health app in Splunkbase 56

57 THANK YOU

Search Language Intermediate Lincoln Bowser

Search Language Intermediate Lincoln Bowser Copyright 2013 Splunk Inc. Search Language Intermediate Lincoln Bowser Sr. Technical Instructor, Splunk #splunkconf Legal NoFces During the course of this presentafon, we may make forward- looking statements

More information

Harnessing 6.3 Performance and Scalability

Harnessing 6.3 Performance and Scalability Copyright 2015 Splunk Inc. Harnessing 6.3 Performance and Scalability Abhinav NekkanF Tameem Anwar Sourav Pal Splunk Disclaimer During the course of this presentafon, we may make forward looking statements

More information

Data Onboarding. Where Do I begin? Luke Netto Senior Professional Services Splunk. September 26, 2017 Washington, DC

Data Onboarding. Where Do I begin? Luke Netto Senior Professional Services Splunk. September 26, 2017 Washington, DC Data Onboarding Where Do I begin? Luke Netto Senior Professional Services Consultant @ Splunk September 26, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may

More information

Onboard Data into Splunk, Correctly

Onboard Data into Splunk, Correctly Copyright 2013 Splunk Inc. Onboard Data into Splunk, Correctly Ma:hew Se=pane Professional Services Manager, Splunk #splunkconf Legal NoJces During the course of this presentajon, we may make forward-

More information

Copyright 2014 Splunk Inc. Data On- Boarding. Andrew Duca Sr. Professional Services Consultant, Splunk

Copyright 2014 Splunk Inc. Data On- Boarding. Andrew Duca Sr. Professional Services Consultant, Splunk Copyright 2014 Splunk Inc. Data On- Boarding Andrew Duca Sr. Professional Services Consultant, Splunk Disclaimer During the course of this presentagon, we may make forward- looking statements regarding

More information

Bring Context To Your Machine Data With Hadoop, RDBMS & Splunk

Bring Context To Your Machine Data With Hadoop, RDBMS & Splunk Bring Context To Your Machine Data With Hadoop, RDBMS & Splunk Raanan Dagan and Rohit Pujari September 25, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may

More information

Tail Recursion and Accumulators

Tail Recursion and Accumulators Tail Recursion and Accumulators Recursion Should now be comfortable with recursion: No harder than using a loop (Maybe?) OAen much easier than a loop When processing a tree (e.g., evaluate an arithmefc

More information

Measuring HEC Performance For Fun and Profit

Measuring HEC Performance For Fun and Profit Measuring HEC Performance For Fun and Profit Itay Neeman Director, Engineering, Splunk Clif Gordon Principal Software Engineer, Splunk September 2017 Washington, DC Forward-Looking Statements During the

More information

Centrify for Splunk Integration Guide

Centrify for Splunk Integration Guide July 2018 Centrify Corporation Abstract This guide is written for Centrify Infrastructure Services customers who want to integrate Centrify events with Splunk. Legal Notice This document and the software

More information

Welcome to Tomorrow... Today

Welcome to Tomorrow... Today Copyright 2016 Splunk Inc. Welcome to Tomorrow... Today The need and benefit of merging of IT and Security in today's ever connected world of security and IT Tim Lee CISO, City of LA Ernie Welch Sales

More information

Dashboard Time Selection

Dashboard Time Selection Dashboard Time Selection Balancing flexibility with a series of system-crushing searches Chuck Gilbert Analyst, chuck_gilbert@comcast.com September 2017 Washington, DC Forward-Looking Statements During

More information

Backbone Networks. Networking Case Studies. Backbone Networks. Backbone Topology. Mike Freedman COS 461: Computer Networks.

Backbone Networks. Networking Case Studies. Backbone Networks. Backbone Topology. Mike Freedman COS 461: Computer Networks. Networking Case Studies Datacenter Backbone Networks Enterprise Backbone Mike Freedman COS 6: Computer Networks Cellular h>p://www.cs.princeton.edu/courses/archive/spr/cos6/ Wireless Backbone Networks

More information

Monitoring Docker Containers with Splunk

Monitoring Docker Containers with Splunk Monitoring Docker Containers with Splunk Marc Chéné Product Manager Sept 27, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking statements

More information

Centralized Log Hosting Manual for User

Centralized Log Hosting Manual for User Centralized Log Hosting Manual for User English Version 1.0 Page 1 of 31 Table of Contents 1 WELCOME...3 2 WAYS TO ACCESS CENTRALIZED LOG HOSTING PAGE...4 3 YOUR APPS IN KSC CENTRALIZED LOG HOSTING WEB...5

More information

Next Generation Dashboards

Next Generation Dashboards Next Generation Dashboards Stephen Luedtke Sr. Technical Marketing Manager September 27, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking

More information

Keep Learning with Oracle University

Keep Learning with Oracle University Keep Learning with Oracle University Classroom Training Learning SubscripFon Live Virtual Class Training On Demand Cloud Technology ApplicaFons Industries educa7on.oracle.com 3 Session Surveys Help us

More information

Inside Secrets From Support- How to Solve the Top 10 Support Issues

Inside Secrets From Support- How to Solve the Top 10 Support Issues Copyright 2014 Splunk Inc. Inside Secrets From Support- How to Solve the Top 10 Support Issues Barak Reeves Sales Engineer, Splunk Todd Gow Sales Engineer, Splunk Disclaimer During the course of this presentajon,

More information

The Vectra App for Splunk. Table of Contents. Overview... 2 Getting started Setup... 4 Using the Vectra App for Splunk... 4

The Vectra App for Splunk. Table of Contents. Overview... 2 Getting started Setup... 4 Using the Vectra App for Splunk... 4 Table of Contents Overview... 2 Getting started... 3 Installation... 3 Setup... 4 Using the Vectra App for Splunk... 4 The Vectra Dashboard... 5 Hosts... 7 Detections... 8 Correlations... 9 Technical support...

More information

Create Dashboards that People Love

Create Dashboards that People Love Create Dashboards that People Love Introducing Splunk Dashboard Design Guidelines Iryna Vogler User Experience Design September 26, 2017 Washington, DC Forward-Looking Statements During the course of this

More information

HTTP Event Collector in Splunk 6.5 More Super Powers!

HTTP Event Collector in Splunk 6.5 More Super Powers! Copyright 2016 Splunk Inc. HTTP Event Collector in Splunk 6.5 More Super Powers! Itay Neeman Director of Engineering, Splunk Shakeel Mohamed SoJware Engineer, Splunk Disclaimer During the course of this

More information

CSE 21 Math for Algorithms and Systems Analysis. Lecture 14 Review of Random Variables

CSE 21 Math for Algorithms and Systems Analysis. Lecture 14 Review of Random Variables CSE 21 Math for Algorithms and Systems Analysis Lecture 14 Review of Random Variables Outline Probability spaces DefiniFon of a random variable DistribuFon funcfon of a random variable Expected Value of

More information

Dashboards & Visualizations: What s New

Dashboards & Visualizations: What s New Dashboards & Visualizations: What s New Nicholas Filippi Product Management, Splunk Patrick Ogdin Product Management, Splunk September 2017 Washington, DC Welcome Patrick Ogdin Product Management, Splunk

More information

AWS Security Monitoring & Compliance ValidaFon From Adobe

AWS Security Monitoring & Compliance ValidaFon From Adobe Copyright 2016 Splunk Inc. AWS Security Monitoring & Compliance ValidaFon From Adobe Sco8 Pack Security Engineer, Adobe Presenter Sco8 Pack Security Engineer @ Adobe SLC, UT 4 Year Splunker Proudly DQd

More information

Introducing Splunk Validated Architectures (SVA)

Introducing Splunk Validated Architectures (SVA) Introducing Splunk Validated Architectures (SVA) Optimizing Your Path To Success With Splunk Sean Delaney Principal Architect Stefan Sievert Staff Architect September 2017 Washington, DC Forward-Looking

More information

Architecting Splunk For High Availability And Disaster Recovery

Architecting Splunk For High Availability And Disaster Recovery Architecting Splunk For High Availability And Disaster Recovery Sean Delaney Principal Architect, Splunk September 2017 Washington, DC Forward-Looking Statements During the course of this presentation,

More information

A Trip Through The Splunk Data Ingestion And Retrieval Pipeline

A Trip Through The Splunk Data Ingestion And Retrieval Pipeline A Trip Through The Splunk Data Ingestion And Retrieval Pipeline Harold Murn Senior Systems Engineer 2017-09-27 Washington, DC Forward-Looking Statements During the course of this presentation, we may make

More information

The Power of Data Normalization. A look at the Common Information Model

The Power of Data Normalization. A look at the Common Information Model The Power of Data Normalization A look at the Common Information Model Mark Bonsack, CISSP Vladimir Skoryk, CISSP, CCFE, CHFI, CISA, CISM, RGTT Staff Sales Engineer, Splunk PS Supreme Architect, Splunk

More information

Tracking Logs at Zillow with Lookups & JIRA

Tracking Logs at Zillow with Lookups & JIRA Tracking Logs at Zillow with Lookups & JIRA Seth Thomas, Jon Wentworth September 27 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking statements

More information

Modernizing InfoSec Training and IT Operations at USF

Modernizing InfoSec Training and IT Operations at USF Modernizing InfoSec Training and IT Operations at USF Goodbye Tedious Tasks! A Novel Automation Framework Leveraging Splunk Tim Ip, Senior Security Engineer Nicholas Recchia, Director & Information Security

More information

LOG AGGREGATION. To better manage your Red Hat footprint. Miguel Pérez Colino Strategic Design Team - ISBU

LOG AGGREGATION. To better manage your Red Hat footprint. Miguel Pérez Colino Strategic Design Team - ISBU LOG AGGREGATION To better manage your Red Hat footprint Miguel Pérez Colino Strategic Design Team - ISBU 2017-05-03 @mmmmmmpc Agenda Managing your Red Hat footprint with Log Aggregation The Situation The

More information

Metrics Analysis with the Splunk Platform

Metrics Analysis with the Splunk Platform Metrics Analysis with the Splunk Platform How to work with metrics for Monitoring, Alerting, and ad-hoc analysis at scale Michael Porath Product Management, Splunk Allan Yan Principal Software Engineer,

More information

Visualizing the Health of Your Mobile App

Visualizing the Health of Your Mobile App Visualizing the Health of Your Mobile App Jay Tamboli ios Engineer, Capital One September 26, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking

More information

Search Head Clustering Basics To Best Practices

Search Head Clustering Basics To Best Practices Search Head Clustering Basics To Best Practices Bharath Aleti Product Manager, Splunk Manu Jose Sr. Software Engineer, Splunk September 2017 Washington, DC Forward-Looking Statements During the course

More information

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Making the Most of the Splunk Scheduler

Making the Most of the Splunk Scheduler Making the Most of the Splunk Scheduler Paul J. Lucas Principal Software Engineer, Splunk September 25 28, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may

More information

Data Obfuscation and Field Protection in Splunk

Data Obfuscation and Field Protection in Splunk Data Obfuscation and Field Protection in Splunk Angelo Brancato Security Specialist Dirk Nitschke Senior Sales Engineer 28 September 2017 Washington, DC 2017 SPLUNK INC. Agenda Protect Your Machine Data

More information

SQL Diagnostic Manager Management Pack for Microsoft System Center

SQL Diagnostic Manager Management Pack for Microsoft System Center SQL Diagnostic Manager Management Pack for Microsoft System Center INTEGRATE SQL SERVER MONITORS AND ALERTS WITH SYSTEM CENTER SQL Diagnostic Manager (SQL DM) Management Pack for Microsoft System Center

More information

NetFlow Optimizer. Overview. Version (Build ) May 2017

NetFlow Optimizer. Overview. Version (Build ) May 2017 NetFlow Optimizer Overview Version 2.4.9 (Build 2.4.9.0.3) May 2017 Copyright 2013-2017 NetFlow Logic Corporation. All rights reserved. Patents both issued and pending. Contents About NetFlow Optimizer...

More information

Faster Splunk App Cer=fica=on with Splunk AppInspect

Faster Splunk App Cer=fica=on with Splunk AppInspect Copyright 2016 Splunk Inc. Faster Splunk App Cer=fica=on with Splunk AppInspect Andy Nortrup Product Manager, Splunk Grigori Melnik Director, Product Management, Splunk Disclaimer During the course of this

More information

Splunk & AWS. Gain real-time insights from your data at scale. Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk

Splunk & AWS. Gain real-time insights from your data at scale. Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk Splunk & AWS Gain real-time insights from your data at scale Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk Forward-Looking Statements During the course of this presentation, we may

More information

Squeezing all the Juice out of Splunk Enterprise Security

Squeezing all the Juice out of Splunk Enterprise Security Squeezing all the Juice out of Splunk Enterprise Security Marquis Montgomery, CISSP Sr. Staff Security Consultant, Splunk Jae Jung Professional Services Consultant, Splunk September 23 25, 2017 Washington,

More information

Getting Started User s Guide

Getting Started User s Guide Getting Started User s Guide Savision iq V2.3 Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Understanding Savision iq... 4 2. First Run Experience... 4 2.1 Adding the License Key... 5 2.2

More information

Atlassian s Journey Into Splunk

Atlassian s Journey Into Splunk Atlassian s Journey Into Splunk The Building Of Our Logging Pipeline On AWS Tim Clancy Engineering Manager, Observability James Mackie Infrastructure Engineer, Observability September 2017 Washington,

More information

IBM Cognos Business Intelligence New Features Part II

IBM Cognos Business Intelligence New Features Part II IBM Cognos Business Intelligence 10.2.2 New Features Part II 18-Feb-15 IBM Analytics Open MIC Team Chakravarthi Mannava Facilitator & Technical Panel Member Subhash Kothari Presenter 2 Agenda Framework

More information

Splunk is a great tool for exploring your log data. It s very powerful, but

Splunk is a great tool for exploring your log data. It s very powerful, but Sysadmin David Lang David Lang is a site reliability engineer at Google. He spent more than a decade at Intuit working in the Security Department for the Banking Division. He was introduced to Linux in

More information

Demolishing the Silos: Integra2ng Data Systems for Effec2ve Decision Making

Demolishing the Silos: Integra2ng Data Systems for Effec2ve Decision Making Demolishing the Silos: Integra2ng Data Systems for Effec2ve Decision Making Kelsey R. Morris, EdD University of Missouri Drew Braun, PhD University of Oregon October 22, 2015 Data CollecFon vs Data Analysis

More information

KV Store: Hammer Time

KV Store: Hammer Time Copyright 2016 Splunk Inc. KV Store: Hammer Time Nadine Miller Technical Support Engineer, Splunk aka 'vraptor' on IRC and Slack Disclaimer During the course of this presentation, we may make forward looking

More information

» How do I Integrate Excel information and objects in Word documents? How Do I... Page 2 of 10 How do I Integrate Excel information and objects in Word documents? Date: July 16th, 2007 Blogger: Scott Lowe

More information

Worst PracBces And How To Fix Them

Worst PracBces And How To Fix Them Copyright 2016 Splunk Inc. Worst PracBces And How To Fix Them Jeff Champagne Staff Architect, Splunk Disclaimer During the course of this presentabon, we may make forward looking statements regarding future

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Dragons and Splunk Do Not Do Well In Captivity

Dragons and Splunk Do Not Do Well In Captivity Dragons and Splunk Do Not Do Well In Captivity Tame Splunk Dragons Before Winter Comes Kyle Prins & Keith Quebodeaux DellEMC Splunk Ninjas September 2017 Washington, DC Forward-Looking Statements During

More information

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here.

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here. UVdesk Helpdesk webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/ January 31, 2017 UVdesk Helpdesk is an amazing extension which allows the customers to create support tickets regarding their

More information

Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector

Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector Copyright 2016 Splunk Inc. Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector Mike Sclimen; Experian Consumer Services, Splunk Inc. MaB Poland

More information

Splunk for Akamai Cloud Monitor

Splunk for Akamai Cloud Monitor Copyright 2015 Splunk Inc. Splunk for Akamai Cloud Monitor Pierre Pellissier Leela Kesireddy Performance Management PayPal, Inc. Disclaimer During the course of this presentaeon, we may make forward looking

More information

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp White Paper Parallels Remote Application Server 2017 Table of Contents Executive Summary... 3 Introduction... 4 Who

More information

Cognition User Guide. Phone: Web: Bluesky Interactive ltd American Barns Banbury Road Lighthorne, CV35 0AE

Cognition User Guide.   Phone:   Web: Bluesky Interactive ltd American Barns Banbury Road Lighthorne, CV35 0AE Cognition User Guide www.blueskyinteractive.co.uk Address Contact Options Bluesky Interactive ltd American Barns Banbury Road Lighthorne, CV5 0AE Phone: Email: Web: 096 65 000 info@blueskyinteractive.co.uk

More information

Health Scores. Understanding Health Scores

Health Scores. Understanding Health Scores Understanding, on page 1 Understanding Faults, on page 4 How Are Calculated, on page 5 Health Score Use Cases, on page 7 Understanding ACME's Operations team has been challenged on a regular basis to answer

More information

FFIEC Cybersecurity Assessment Tool

FFIEC Cybersecurity Assessment Tool FFIEC Cybersecurity Assessment Tool Cybersecurity Controls & Incidence Mappings for Splunk Enterprise, Enterprise Security, User Behavior Analytics Curtis Johnson Senior Sales Engineer & Security SME September

More information

Easing Into Clustering

Easing Into Clustering Copyright 2016 Splunk Inc. Easing Into Clustering Lisa Guinn Sr. Instructor, Splunk Disclaimer During the course of this presentabon, we may make forward looking statements regarding future events or the

More information

User Guide Check Point Analytics App by QOS

User Guide Check Point Analytics App by QOS User Guide Check Point Analytics App by QOS Version: 1.0 Date: 19 August 2015 Table of Contents IMPORTANT INFORMATION... 4 COMMON SETTINGS... 4 Time to display:... 4 Select a index:... 5 Select a sourcetype:...

More information

Qualys Cloud Suite 2.30

Qualys Cloud Suite 2.30 Qualys Cloud Suite 2.30 Here s what s new in Qualys Cloud Suite 2.30! AssetView ThreatPROTECT Dynamic tag support for Amazon EC2 Metadata Search Assets by Amazon EC2 Metadata Cloud Agent Download Search

More information

LCE Splunk Client 4.6 User Manual. Last Revised: March 27, 2018

LCE Splunk Client 4.6 User Manual. Last Revised: March 27, 2018 LCE Splunk Client 4.6 User Manual Last Revised: March 27, 2018 Table of Contents Getting Started with the LCE Splunk Client 3 Standards and Conventions 4 Install, Configure, and Remove 5 Download an LCE

More information

Search Language - Beginner Mitch Fleischman

Search Language - Beginner Mitch Fleischman Copyright 2013 Splunk Inc. Search Language - Beginner Mitch Fleischman Senior Instructor #splunkconf Legal NoDces During the course of this presentadon, we may make forward- looking statements regarding

More information

CS 61C: Great Ideas in Computer Architecture. Virtual Memory III. Instructor: Dan Garcia

CS 61C: Great Ideas in Computer Architecture. Virtual Memory III. Instructor: Dan Garcia CS 61C: Great Ideas in Computer Architecture Virtual Memory III Instructor: Dan Garcia 1 Agenda Review of Last Lecture Goals of Virtual Memory Page Tables TranslaFon Lookaside Buffer (TLB) Administrivia

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Cloud Native Applications. 主讲人 :Capital One 首席工程师 Kevin Hoffman

Cloud Native Applications. 主讲人 :Capital One 首席工程师 Kevin Hoffman Cloud Native Applications 主讲人 :Capital One 首席工程师 Kevin Hoffman Agenda Define Cloud Native Cloud Native practices and the 15 factors From Monoliths to the Cloud Q&A What is Cloud Native? Contract between

More information

Scaling Indexer Clustering

Scaling Indexer Clustering Scaling Indexer Clustering 5 Million Unique Buckets and Beyond Cher-Hung Chang Principal Software Engineer Tameem Anwar Software Engineer 09/26/2017 Washington, DC Forward-Looking Statements During the

More information

DomainTools for Splunk

DomainTools for Splunk DomainTools for Splunk Installation Guide version 2.0 January 2018 Solution Overview The DomainTools Technology Add-On (TA) for Splunk populates a whois index with DomainTools Whois and Risk Score data

More information

Protect Session B10039 ArcSight Activate Threat Intelligence Packages

Protect Session B10039 ArcSight Activate Threat Intelligence Packages Protect2016 - Session B10039 ArcSight Activate Threat Intelligence Packages Time to stop reinventing the wheel Prepared by SEMplicity & HPE George A. Boitano 617-524-0171 gboitano@semplicityinc.com Yun

More information

Compare Security Analytics Solutions

Compare Security Analytics Solutions Compare Security Analytics Solutions Learn how Cisco Stealthwatch compares with other security analytics products. This solution scales easily, giving you visibility across the entire network. Stealthwatch

More information

Inputs: File, Network, Script, and More! Splunkd: Pipelines & Processors & Queues, Oh my!

Inputs: File, Network, Script, and More! Splunkd: Pipelines & Processors & Queues, Oh my! Copyright 2014 Splunk Inc. Inputs: File, Network, Script, and More! Splunkd: Pipelines & Processors & Queues, Oh my! Amrit Bath Jag Kerai Disclaimer During the course of this presentanon, we may make forward

More information

RTCWEB Signaling. Ma/hew Kaufman

RTCWEB Signaling. Ma/hew Kaufman RTCWEB Signaling Ma/hew Kaufman Scope Web Server Browser Browser Scope Web Server HTTP Already standardized Beyond that several possibilifes Browser Browser Scope Web Server Browser Browser Media Transport

More information

Search Head Clustering

Search Head Clustering Copyright 2015 Splunk Inc. Search Head Clustering Eric Woo Senior Engineer Manu Jose Senior Engineer Disclaimer During the course of this presentaeon, we may make forward looking statements regarding future

More information

release notes effective version 10.3 ( )

release notes effective version 10.3 ( ) Introduction We are pleased to announce that Issuetrak 10.3 is available today! 10.3 focuses on improved security, introducing a new methodology for storing passwords. This document provides a brief outline

More information

ArcSight Activate Framework

ArcSight Activate Framework ArcSight Activate Framework Petropoulos #HPProtect 44% Have trouble managing their SIEM eiqnetworks 2013 SIEM Survey #1 challenge Identification of key events SANS 2012 Log Management and Event Management

More information

Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server

Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server Copyright 2013 Splunk Inc. Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server Gen: Zaimi Professional Services #splunkconf Legal No:ces During the course of this presenta:on,

More information

Modern BIOS Management from the Cloud

Modern BIOS Management from the Cloud Modern BIOS Management from the Cloud Josué Negrón Sr. Solutions Architect VMware Brooks Peppin EUS Systems Engineer VMware Agenda Modern Management Challenges Cloud Architecture Microsoft BIOS & Firmware

More information

Splunk for Ad Hoc Explora2on of Twi6er (and more) Stephen Sorkin VP Engineering, Splunk

Splunk for Ad Hoc Explora2on of Twi6er (and more) Stephen Sorkin VP Engineering, Splunk Splunk for Ad Hoc Explora2on of Twi6er (and more) Stephen Sorkin VP Engineering, Splunk Who am I Berkeley PhD dropout. LeH to work at HP Labs. At Splunk since 2005. VP Engineering since 2010. Run the core

More information

Extending SPL with Custom Search Commands

Extending SPL with Custom Search Commands Extending SPL with Custom Search Commands Jacob Leverich Director of Engineering 2017/08/11 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking

More information

Replication of summary data in indexer cluster

Replication of summary data in indexer cluster Copyright 2016 Splunk Inc. Replication of summary data in indexer cluster Dhruva Kumar Bhagi Sr. Software engineer Splunk Inc. Disclaimer During the course of this presentation, we may make forward looking

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme CNA2080BU Deep Dive: How to Deploy and Operationalize Kubernetes Cornelia Davis, Pivotal Nathan Ness Technical Product Manager, CNABU @nvpnathan #VMworld #CNA2080BU Disclaimer This presentation may contain

More information

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019 D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics VERSION: 2.3 PUBLICATION DATE: February, 2019 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING

More information

Okta Identity Cloud Addon for Splunk

Okta Identity Cloud Addon for Splunk Okta Identity Cloud Addon for Splunk Okta Inc. 301 Brannan Street, 3 rd Floor San Francisco, CA, 94107 V2.25.6 April 2018 info@okta.com 1-888-722-7871 Table of Contents Overview... 3 What is the Okta Identity

More information

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM THE HOME BUILDER S GUIDE TO Mastering New Home Marketing with Your CRM Table of Contents Introduction 1 Capture Every Lead Automatically 2 Email Marketing 3 Email & Website Analytics 6 Nurturing Leads

More information

How-to Guide: Tenable Applications for Splunk. Last Revised: August 21, 2018

How-to Guide: Tenable Applications for Splunk. Last Revised: August 21, 2018 How-to Guide: Tenable Applications for Splunk Last Revised: August 21, 2018 Table of Contents Overview 3 Components 4 Tenable Add-on (TA-tenable) 5 Source and Source Types 6 CIM Mapping 7 Tenable App for

More information

Technical Deep Dive Splunk Cloud. Copyright 2015 Splunk Inc.

Technical Deep Dive Splunk Cloud. Copyright 2015 Splunk Inc. Technical Deep Dive Splunk Cloud Copyright 2015 Splunk Inc. Disclaimer During the course of this presentaaon, we may make forward looking statements regarding future events or the expected performance

More information

Avoiding alerts overload from microservices

Avoiding alerts overload from microservices Avoiding alerts overload from microservices Sarah Wells Principal Engineer, Financial Times @sarahjwells Knowing when there s a problem isn t enough @sarahjwells You only want an alert when you need

More information

Log- in. Go to survey.wisc.edu Log- in using your network ID Create an account with your .

Log- in. Go to survey.wisc.edu Log- in using your network ID Create an account with your  . Qualtrics Log- in Go to survey.wisc.edu Log- in using your network ID Create an account with your email. In the future, you can log- in through survey.wisc.edu and it will bring you to your Qualitrics

More information

James Turnbull

James Turnbull State of the Nation James Turnbull james@puppetlabs.com Where we were Puppet user mailing list membership was 3000 With about 600 messages a month The #puppet IRC channel averaged 400 people Puppet on

More information

Docker and Splunk Development

Docker and Splunk Development Docker and Splunk Development Empowering Splunk Development with Docker Ron Cooper & David Kraemer Booz Allen Hamilton 26 September 2017 Washington, DC Forward-Looking Statements During the course of this

More information

Understanding and Using Fields

Understanding and Using Fields Copyright 2015 Splunk Inc. Understanding and Using Fields Jesse Miller Product Manager, Splunk Clara Lee SoCware Engineer, Splunk Disclaimer During the course of this presentaion, we may make forward looking

More information

Dealing with Disappearance of nodes in Social Networks

Dealing with Disappearance of nodes in Social Networks Dealing with Disappearance of nodes in Social Networks Idrissa Sarr (Université Cheikh Anta Diop, Senegal) October 2012 Outline MoFvaFon ObjecFves Basic concepts Managing single node disappearance Managing

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Copyright 2014 Splunk Inc. Splunk for VMware. Architecture & Design. Michael Donnelly, Sr. Sales Engineer

Copyright 2014 Splunk Inc. Splunk for VMware. Architecture & Design. Michael Donnelly, Sr. Sales Engineer Copyright 2014 Splunk Inc. Splunk for VMware Architecture & Design Michael Donnelly, Sr. Sales Engineer Disclaimer During the course of this presentaeon, we may make forward looking statements regarding

More information

Microsoft SAGE and LLVM KLEE. Julian Cohen Manual and Automatic Program Analysis

Microsoft SAGE and LLVM KLEE. Julian Cohen Manual and Automatic Program Analysis Microsoft SAGE and LLVM KLEE Julian Cohen HockeyInJune@isis.poly.edu Manual and Automatic Program Analysis KLEE KLEE [OSDI 2008, Best Paper Award] Based on symbolic execution and constraint solving techniques

More information

COMP Web Crawling

COMP Web Crawling COMP 4601 Web Crawling What is Web Crawling? Process by which an agent traverses links on a web page For each page visited generally store content Start from a root page (or several) 2 MoFvaFon for Crawling

More information

Netfilter Iptables for Splunk Documentation

Netfilter Iptables for Splunk Documentation Netfilter Iptables for Splunk Documentation Release 0 Guilhem Marchand Oct 06, 2017 Contents 1 Overview: 3 1.1 About the Netfilter Iptables application for Splunk........................... 3 1.2 Release

More information

SaaS Providers. ThousandEyes for. Summary

SaaS Providers. ThousandEyes for. Summary USE CASE ThousandEyes for SaaS Providers Summary With Software-as-a-Service (SaaS) applications rapidly replacing onpremise solutions, the onus of ensuring a great user experience for these applications

More information

Understanding And Using Custom Queries

Understanding And Using Custom Queries Purpose This document describes how to use the full flexibility of Nagios to get the most out of your network flow data. Target Audience Network admins performing forensic analysis on a network's flow

More information

DB Connect Is Back. and it is better than ever. Tyler Muth Denis Vergnes. September 2017 Washington, DC

DB Connect Is Back. and it is better than ever. Tyler Muth Denis Vergnes. September 2017 Washington, DC DB Connect Is Back and it is better than ever Tyler Muth Denis Vergnes September 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking statements

More information