SlideShare a Scribd company logo
Copyright	
  ©	
  2015	
  Splunk	
  Inc.
Matthew	
  Erbs	
  
@matthewerbs	
  
github.com/merbla
Throw	
  Your	
  Future	
  Self	
  
a	
  Lifeline	
  with	
  a	
  Little	
  
DevOps	
  Data!
Disclaimer
2
During	
  the	
  course	
  of	
  this	
  presentation,	
  we	
  may	
  make	
  forward	
  looking	
  statements	
  regarding	
  future	
  events	
  
or	
  the	
  expected	
  performance	
  of	
  the	
  company.	
  We	
  caution	
  you	
  that	
  such	
  statements	
  reflect	
  our	
  current	
  
expectations	
  and	
  estimates	
  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	
  presentation	
  are	
  being	
  made	
  as	
  of	
  the	
  time	
  and	
  date	
  of	
  its	
  live	
  presentation.	
  If	
  reviewed	
  after	
  
its	
  live	
  presentation,	
  this	
  presentation	
  may	
  not	
  contain	
  current	
  or	
  accurate	
  information.	
  We	
  do	
  not	
  
assume	
  any	
  obligation	
  to	
  update	
  any	
  forward	
  looking	
  statements	
  we	
  may	
  make.	
  	
  
In	
  addition,	
  any	
  information	
  about	
  our	
  roadmap	
  outlines	
  our	
  general	
  product	
  direction	
  and	
  is	
  subject	
  to	
  
change	
  at	
  any	
  time	
  without	
  notice.	
  It	
  is	
  for	
  informational	
  purposes	
  only	
  and	
  shall	
  not,	
  be	
  incorporated	
  
into	
  any	
  contract	
  or	
  other	
  commitment.	
  Splunk	
  undertakes	
  no	
  obligation	
  either	
  to	
  develop	
  the	
  features	
  or	
  
functionality	
  described	
  or	
  to	
  include	
  any	
  such	
  feature	
  or	
  functionality	
  in	
  a	
  future	
  release.
3
Who	
  am	
  I?
4
Brisbane, Australia…
5pm…
a normal Friday
5
-­‐	
  a	
  manager
“Remember	
  that	
  client…	
  	
  
they	
  want	
  that	
  thing…”	
  
“oh	
  yeah,	
  by	
  TODAY	
  please!”
6
Would	
  you	
  release??
7
Why? Why	
  Not?
8
DevOps
9
DevOps	
  Tool	
  Chains
10
How	
  can	
  Splunk	
  Help?
11
talking	
  by	
  Designify.me	
  from	
  the	
  Noun	
  Project	
  
Eye	
  by	
  Atacan	
  Gucluol	
  from	
  the	
  Noun	
  Project	
  
Businessman	
  by	
  Viktor	
  Fedyuk	
  from	
  the	
  Noun	
  Project
12
Which	
  cookbook	
  applied	
  a	
  certificate	
  change	
  
to	
  the	
  Load	
  Balancer?
Who	
  authorised	
  a	
  Cloud	
  Formation	
  release	
  
that	
  impacted	
  a	
  firewall	
  white	
  list?
Which	
  version	
  of	
  the	
  software	
  is	
  running	
  
across	
  our	
  web	
  farm?
When	
  was	
  the	
  last	
  successful	
  build	
  for	
  our	
  
flagship	
  app?	
  
Questions…	
  Questions…	
  Questions…
13
What	
  is	
  out	
  there?
14
Push	
  -­‐	
  Chef	
  
15
Server Analytics via	
  8089
Chef	
  App
Push	
  -­‐	
  Your	
  Applications
16
Event	
  Collector,	
  TCP,	
  UDP
17
Pull	
  -­‐	
  Octopus	
  Deploy
18
NodeJS	
  
Modular	
  Input
Octopus	
  Deploy	
  
App
Query	
  via	
  	
  
REST	
  API
Pull	
  -­‐	
  Your	
  Database
19
Scripted/Modular	
  
Input
A	
  
Splunk	
  
AppDB
What	
  about	
  my	
  apps?
20
`
21
    Log.Logger  =  new  LoggerConfiguration()  
        .Enrich.With<HttpRequestIdEnricher>()  
        .Enrich.With<MachineNameEnricher>()  
        .WriteTo.EventCollector("https://mysplunk:8088/services/collector",  "mytoken")  
        .CreateLogger();
Bring	
  it	
  together!
22
Notifications	
  of	
  significant	
  pipeline	
  events
Build	
  reporting	
  across	
  DevOps	
  tooling	
  silos Talk	
  to	
  other	
  teams	
  and	
  examine	
  your	
  tooling
Are	
  you	
  ready	
  for	
  DevOps?
Resources
23
Splunk	
  
App	
  and	
  Mod	
  Input	
  Guidance	
  -­‐	
  	
  https://dev.splunk.com	
  
	
  	
  
Octopus	
  Deploy	
  
Octopus	
  Deploy	
  App	
  -­‐	
  https://github.com/merbla/splunk-­‐octopusdeploy-­‐app	
  
Chef	
  
Kung	
  Fu	
  -­‐	
  https://www.chef.io/devops/devops-­‐kungfu.pdf	
  
Chef	
  App	
  -­‐	
  https://splunkbase.splunk.com/app/2687/	
  
	
  	
  
https://github/merbla
24
It’s YOUR
data…
OWN IT!
Get	
  Amongst	
  It!!
THANK	
  YOU

More Related Content

What's hot

DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
Yuval Yeret
 
DevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshopDevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshop
DevOpsGroup
 
Leading the Transformation: Stories from the Trenches
Leading the Transformation: Stories from the TrenchesLeading the Transformation: Stories from the Trenches
Leading the Transformation: Stories from the Trenches
DevOps.com
 
Xcode eXtreme Programming - #pragmamark 2014, Milan
Xcode eXtreme Programming - #pragmamark 2014, MilanXcode eXtreme Programming - #pragmamark 2014, Milan
Xcode eXtreme Programming - #pragmamark 2014, Milan
Giulio Roggero
 
The What and Why of DevOps - DevOps Cardiff - May 2014
The What and Why of DevOps - DevOps Cardiff - May 2014The What and Why of DevOps - DevOps Cardiff - May 2014
The What and Why of DevOps - DevOps Cardiff - May 2014
DevOpsGroup
 
01 why of dev ops - devopsguys - magentys - final
01   why of dev ops - devopsguys - magentys - final01   why of dev ops - devopsguys - magentys - final
01 why of dev ops - devopsguys - magentys - final
DevOpsGroup
 
Continuous Delivery e-book
Continuous Delivery e-bookContinuous Delivery e-book
Continuous Delivery e-book
Zend by Rogue Wave Software
 
Devopsguys DevOps 101 for recruiters
Devopsguys   DevOps 101 for recruitersDevopsguys   DevOps 101 for recruiters
Devopsguys DevOps 101 for recruiters
DevOpsGroup
 
DevOpsDays - Pick any Three - Devops from scratch
DevOpsDays - Pick any Three - Devops from scratchDevOpsDays - Pick any Three - Devops from scratch
DevOpsDays - Pick any Three - Devops from scratch
Pete Cheslock
 
Supercharging Optimizely Performance by Moving Decisions to the Edge
Supercharging Optimizely Performance by Moving Decisions to the EdgeSupercharging Optimizely Performance by Moving Decisions to the Edge
Supercharging Optimizely Performance by Moving Decisions to the Edge
Optimizely
 
The benefits of using an APM solution while performance testing
The benefits of using an APM solution while performance testingThe benefits of using an APM solution while performance testing
The benefits of using an APM solution while performance testing
DevOpsGroup
 
Vue js & vue cli 3 plugins to boost up the performance of your application
Vue js & vue cli 3 plugins to boost up the performance of your applicationVue js & vue cli 3 plugins to boost up the performance of your application
Vue js & vue cli 3 plugins to boost up the performance of your application
Katy Slemon
 
Shipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHubShipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHub
Optimizely
 
Dev ops lpi-701
Dev ops lpi-701Dev ops lpi-701
Dev ops lpi-701
Radhouen Assakra
 
13 things your QA team wants you to know
13 things your QA team wants you to know13 things your QA team wants you to know
13 things your QA team wants you to know
Simon Papineau
 
SAFe Integration Patterns: Scaling with Continuous Collaboration
SAFe Integration Patterns: Scaling with Continuous CollaborationSAFe Integration Patterns: Scaling with Continuous Collaboration
SAFe Integration Patterns: Scaling with Continuous Collaboration
TechWell
 
Shift left-devoxx-pl
Shift left-devoxx-plShift left-devoxx-pl
Shift left-devoxx-pl
John Ferguson Smart Limited
 
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
Sonatype
 
Meteorjs
MeteorjsMeteorjs
Taking Your Product Development to the Next Level with Full Stack
Taking Your Product Development to the Next Level with Full StackTaking Your Product Development to the Next Level with Full Stack
Taking Your Product Development to the Next Level with Full Stack
Optimizely
 

What's hot (20)

DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
DevOps - the Future of Agile - Why/What/How - from Enterprise DevOps Israel 2015
 
DevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshopDevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshop
 
Leading the Transformation: Stories from the Trenches
Leading the Transformation: Stories from the TrenchesLeading the Transformation: Stories from the Trenches
Leading the Transformation: Stories from the Trenches
 
Xcode eXtreme Programming - #pragmamark 2014, Milan
Xcode eXtreme Programming - #pragmamark 2014, MilanXcode eXtreme Programming - #pragmamark 2014, Milan
Xcode eXtreme Programming - #pragmamark 2014, Milan
 
The What and Why of DevOps - DevOps Cardiff - May 2014
The What and Why of DevOps - DevOps Cardiff - May 2014The What and Why of DevOps - DevOps Cardiff - May 2014
The What and Why of DevOps - DevOps Cardiff - May 2014
 
01 why of dev ops - devopsguys - magentys - final
01   why of dev ops - devopsguys - magentys - final01   why of dev ops - devopsguys - magentys - final
01 why of dev ops - devopsguys - magentys - final
 
Continuous Delivery e-book
Continuous Delivery e-bookContinuous Delivery e-book
Continuous Delivery e-book
 
Devopsguys DevOps 101 for recruiters
Devopsguys   DevOps 101 for recruitersDevopsguys   DevOps 101 for recruiters
Devopsguys DevOps 101 for recruiters
 
DevOpsDays - Pick any Three - Devops from scratch
DevOpsDays - Pick any Three - Devops from scratchDevOpsDays - Pick any Three - Devops from scratch
DevOpsDays - Pick any Three - Devops from scratch
 
Supercharging Optimizely Performance by Moving Decisions to the Edge
Supercharging Optimizely Performance by Moving Decisions to the EdgeSupercharging Optimizely Performance by Moving Decisions to the Edge
Supercharging Optimizely Performance by Moving Decisions to the Edge
 
The benefits of using an APM solution while performance testing
The benefits of using an APM solution while performance testingThe benefits of using an APM solution while performance testing
The benefits of using an APM solution while performance testing
 
Vue js & vue cli 3 plugins to boost up the performance of your application
Vue js & vue cli 3 plugins to boost up the performance of your applicationVue js & vue cli 3 plugins to boost up the performance of your application
Vue js & vue cli 3 plugins to boost up the performance of your application
 
Shipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHubShipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHub
 
Dev ops lpi-701
Dev ops lpi-701Dev ops lpi-701
Dev ops lpi-701
 
13 things your QA team wants you to know
13 things your QA team wants you to know13 things your QA team wants you to know
13 things your QA team wants you to know
 
SAFe Integration Patterns: Scaling with Continuous Collaboration
SAFe Integration Patterns: Scaling with Continuous CollaborationSAFe Integration Patterns: Scaling with Continuous Collaboration
SAFe Integration Patterns: Scaling with Continuous Collaboration
 
Shift left-devoxx-pl
Shift left-devoxx-plShift left-devoxx-pl
Shift left-devoxx-pl
 
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
 
Meteorjs
MeteorjsMeteorjs
Meteorjs
 
Taking Your Product Development to the Next Level with Full Stack
Taking Your Product Development to the Next Level with Full StackTaking Your Product Development to the Next Level with Full Stack
Taking Your Product Development to the Next Level with Full Stack
 

Viewers also liked

Master EASA presentation
Master EASA presentation Master EASA presentation
Master EASA presentation
CraigPoll
 
Abc siembra verde
Abc siembra verdeAbc siembra verde
Abc siembra verde
HORACIOESTRADAGIL
 
Careers in public prosecutor
Careers in public prosecutorCareers in public prosecutor
Careers in public prosecutor
entranzz123
 
EVALUASI PROGRAM PEMBERITAAN - P3SPS
EVALUASI PROGRAM PEMBERITAAN - P3SPSEVALUASI PROGRAM PEMBERITAAN - P3SPS
EVALUASI PROGRAM PEMBERITAAN - P3SPS
Diana Amelia Bagti
 
Capítulo 8 Democracia e Educação
Capítulo 8 Democracia e EducaçãoCapítulo 8 Democracia e Educação
Capítulo 8 Democracia e Educação
Fernanda Maciel
 
Pacesetter Handout: STC India YouTube Channel
Pacesetter Handout: STC India YouTube ChannelPacesetter Handout: STC India YouTube Channel
Pacesetter Handout: STC India YouTube Channel
JLSagan
 
Fex 1610003 - big data komt naar hr @valid
Fex   1610003 - big data komt naar hr @validFex   1610003 - big data komt naar hr @valid
Fex 1610003 - big data komt naar hr @valid
Flevum
 
Ultimate Seal Tire Sealant
Ultimate Seal Tire Sealant Ultimate Seal Tire Sealant
Ultimate Seal Tire Sealant
Ultimate Seal Tire Sealant
 
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
Flevum
 
20160812 0800 poz norte [reparado]
20160812 0800 poz norte [reparado]20160812 0800 poz norte [reparado]
20160812 0800 poz norte [reparado]
HORACIOESTRADAGIL
 
Bilan Social Media #JFD16
Bilan Social Media #JFD16Bilan Social Media #JFD16
Bilan Social Media #JFD16
the bureau, digital agency
 
Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...
TERN Australia
 
Cumberland Metals
Cumberland MetalsCumberland Metals
Cumberland Metals
Blair Hardesty Belliveau
 
Project Management - How to create my Project Plan
Project Management - How to create my Project PlanProject Management - How to create my Project Plan
Project Management - How to create my Project Plan
Nikos Tziminidis
 

Viewers also liked (14)

Master EASA presentation
Master EASA presentation Master EASA presentation
Master EASA presentation
 
Abc siembra verde
Abc siembra verdeAbc siembra verde
Abc siembra verde
 
Careers in public prosecutor
Careers in public prosecutorCareers in public prosecutor
Careers in public prosecutor
 
EVALUASI PROGRAM PEMBERITAAN - P3SPS
EVALUASI PROGRAM PEMBERITAAN - P3SPSEVALUASI PROGRAM PEMBERITAAN - P3SPS
EVALUASI PROGRAM PEMBERITAAN - P3SPS
 
Capítulo 8 Democracia e Educação
Capítulo 8 Democracia e EducaçãoCapítulo 8 Democracia e Educação
Capítulo 8 Democracia e Educação
 
Pacesetter Handout: STC India YouTube Channel
Pacesetter Handout: STC India YouTube ChannelPacesetter Handout: STC India YouTube Channel
Pacesetter Handout: STC India YouTube Channel
 
Fex 1610003 - big data komt naar hr @valid
Fex   1610003 - big data komt naar hr @validFex   1610003 - big data komt naar hr @valid
Fex 1610003 - big data komt naar hr @valid
 
Ultimate Seal Tire Sealant
Ultimate Seal Tire Sealant Ultimate Seal Tire Sealant
Ultimate Seal Tire Sealant
 
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
Presentatie | Zorg | Naar een nieuw organisatiemodel: case Parnassia Groep | ...
 
20160812 0800 poz norte [reparado]
20160812 0800 poz norte [reparado]20160812 0800 poz norte [reparado]
20160812 0800 poz norte [reparado]
 
Bilan Social Media #JFD16
Bilan Social Media #JFD16Bilan Social Media #JFD16
Bilan Social Media #JFD16
 
Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...
 
Cumberland Metals
Cumberland MetalsCumberland Metals
Cumberland Metals
 
Project Management - How to create my Project Plan
Project Management - How to create my Project PlanProject Management - How to create my Project Plan
Project Management - How to create my Project Plan
 

Similar to Throw Your Future Self a Lifeline with a Little DevOps Data!

Splunk for net developers
Splunk for net developersSplunk for net developers
Splunk for net developers
Glenn Block
 
Liberate your Application Logging
Liberate your Application LoggingLiberate your Application Logging
Liberate your Application Logging
Glenn Block
 
You've Made Kubernetes Available to Your Developers, Now What?
You've Made Kubernetes Available to Your Developers, Now What?You've Made Kubernetes Available to Your Developers, Now What?
You've Made Kubernetes Available to Your Developers, Now What?
cornelia davis
 
Splunk in Otto: Business Analytics
Splunk in Otto: Business Analytics Splunk in Otto: Business Analytics
Splunk in Otto: Business Analytics
Timur Bagirov
 
SplunkLive! London 2015 - DevOps Breakout
SplunkLive! London 2015 - DevOps BreakoutSplunkLive! London 2015 - DevOps Breakout
SplunkLive! London 2015 - DevOps Breakout
Splunk
 
New Features, Pivot and Search Dojo
New Features, Pivot and Search DojoNew Features, Pivot and Search Dojo
New Features, Pivot and Search Dojo
Gabrielle Knowles
 
SplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
SplunkLive Wellington 2015 - New Features, Pivot and Search DojoSplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
SplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
Splunk
 
SplunkLive Auckland 2015 - New Features, Pivot and Search dojo
SplunkLive Auckland 2015 - New Features, Pivot and Search dojoSplunkLive Auckland 2015 - New Features, Pivot and Search dojo
SplunkLive Auckland 2015 - New Features, Pivot and Search dojo
Splunk
 
HTTP Event Collector, Simplified Developer Logging
HTTP Event Collector, Simplified Developer LoggingHTTP Event Collector, Simplified Developer Logging
HTTP Event Collector, Simplified Developer Logging
Glenn Block
 
Metadata definition between flows on Studio 7 : MuleSoft Virtual Muleys Meetups
Metadata definition between flows on Studio 7  : MuleSoft Virtual Muleys MeetupsMetadata definition between flows on Studio 7  : MuleSoft Virtual Muleys Meetups
Metadata definition between flows on Studio 7 : MuleSoft Virtual Muleys Meetups
Angel Alberici
 
A Lap Around Developer Awesomeness in Splunk 6.3
A Lap Around Developer Awesomeness in Splunk 6.3A Lap Around Developer Awesomeness in Splunk 6.3
A Lap Around Developer Awesomeness in Splunk 6.3
Glenn Block
 
SplunkSummit 2015 - Real World Big Data Architecture
SplunkSummit 2015 -  Real World Big Data ArchitectureSplunkSummit 2015 -  Real World Big Data Architecture
SplunkSummit 2015 - Real World Big Data Architecture
Splunk
 
Dreamforce 2013 - Pitfalls and solutions
Dreamforce 2013 - Pitfalls and solutionsDreamforce 2013 - Pitfalls and solutions
Dreamforce 2013 - Pitfalls and solutions
Vincent Spehner
 
Splunk MINT for Mobile Intelligence
Splunk MINT for Mobile IntelligenceSplunk MINT for Mobile Intelligence
Splunk MINT for Mobile Intelligence
Splunk
 
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
Salesforce Developers
 
Webinar: Neuigkeiten zu Splunk Enterprise 6.3
Webinar: Neuigkeiten zu Splunk Enterprise 6.3Webinar: Neuigkeiten zu Splunk Enterprise 6.3
Webinar: Neuigkeiten zu Splunk Enterprise 6.3
Splunk
 
Getting Started with Splunk Enterprises
Getting Started with Splunk EnterprisesGetting Started with Splunk Enterprises
Getting Started with Splunk Enterprises
Splunk
 
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps StrategyA Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
DevOps.com
 
Splunk in Target: Internet of Things (Robot Analytics)
Splunk in Target: Internet of Things (Robot Analytics)Splunk in Target: Internet of Things (Robot Analytics)
Splunk in Target: Internet of Things (Robot Analytics)
Timur Bagirov
 
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction ProfilerSplunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
Splunk
 

Similar to Throw Your Future Self a Lifeline with a Little DevOps Data! (20)

Splunk for net developers
Splunk for net developersSplunk for net developers
Splunk for net developers
 
Liberate your Application Logging
Liberate your Application LoggingLiberate your Application Logging
Liberate your Application Logging
 
You've Made Kubernetes Available to Your Developers, Now What?
You've Made Kubernetes Available to Your Developers, Now What?You've Made Kubernetes Available to Your Developers, Now What?
You've Made Kubernetes Available to Your Developers, Now What?
 
Splunk in Otto: Business Analytics
Splunk in Otto: Business Analytics Splunk in Otto: Business Analytics
Splunk in Otto: Business Analytics
 
SplunkLive! London 2015 - DevOps Breakout
SplunkLive! London 2015 - DevOps BreakoutSplunkLive! London 2015 - DevOps Breakout
SplunkLive! London 2015 - DevOps Breakout
 
New Features, Pivot and Search Dojo
New Features, Pivot and Search DojoNew Features, Pivot and Search Dojo
New Features, Pivot and Search Dojo
 
SplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
SplunkLive Wellington 2015 - New Features, Pivot and Search DojoSplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
SplunkLive Wellington 2015 - New Features, Pivot and Search Dojo
 
SplunkLive Auckland 2015 - New Features, Pivot and Search dojo
SplunkLive Auckland 2015 - New Features, Pivot and Search dojoSplunkLive Auckland 2015 - New Features, Pivot and Search dojo
SplunkLive Auckland 2015 - New Features, Pivot and Search dojo
 
HTTP Event Collector, Simplified Developer Logging
HTTP Event Collector, Simplified Developer LoggingHTTP Event Collector, Simplified Developer Logging
HTTP Event Collector, Simplified Developer Logging
 
Metadata definition between flows on Studio 7 : MuleSoft Virtual Muleys Meetups
Metadata definition between flows on Studio 7  : MuleSoft Virtual Muleys MeetupsMetadata definition between flows on Studio 7  : MuleSoft Virtual Muleys Meetups
Metadata definition between flows on Studio 7 : MuleSoft Virtual Muleys Meetups
 
A Lap Around Developer Awesomeness in Splunk 6.3
A Lap Around Developer Awesomeness in Splunk 6.3A Lap Around Developer Awesomeness in Splunk 6.3
A Lap Around Developer Awesomeness in Splunk 6.3
 
SplunkSummit 2015 - Real World Big Data Architecture
SplunkSummit 2015 -  Real World Big Data ArchitectureSplunkSummit 2015 -  Real World Big Data Architecture
SplunkSummit 2015 - Real World Big Data Architecture
 
Dreamforce 2013 - Pitfalls and solutions
Dreamforce 2013 - Pitfalls and solutionsDreamforce 2013 - Pitfalls and solutions
Dreamforce 2013 - Pitfalls and solutions
 
Splunk MINT for Mobile Intelligence
Splunk MINT for Mobile IntelligenceSplunk MINT for Mobile Intelligence
Splunk MINT for Mobile Intelligence
 
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
The Open-source Eclipse Plugin for Force.com Development, Summer ‘14
 
Webinar: Neuigkeiten zu Splunk Enterprise 6.3
Webinar: Neuigkeiten zu Splunk Enterprise 6.3Webinar: Neuigkeiten zu Splunk Enterprise 6.3
Webinar: Neuigkeiten zu Splunk Enterprise 6.3
 
Getting Started with Splunk Enterprises
Getting Started with Splunk EnterprisesGetting Started with Splunk Enterprises
Getting Started with Splunk Enterprises
 
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps StrategyA Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
A Decade of DevOps: Design Patterns for Future-Proofing Your DevOps Strategy
 
Splunk in Target: Internet of Things (Robot Analytics)
Splunk in Target: Internet of Things (Robot Analytics)Splunk in Target: Internet of Things (Robot Analytics)
Splunk in Target: Internet of Things (Robot Analytics)
 
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction ProfilerSplunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
Splunk conf2014 - Dashboard Fun - Creating an Interactive Transaction Profiler
 

Recently uploaded

How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 

Recently uploaded (20)

How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 

Throw Your Future Self a Lifeline with a Little DevOps Data!

  • 1. Copyright  ©  2015  Splunk  Inc. Matthew  Erbs   @matthewerbs   github.com/merbla Throw  Your  Future  Self   a  Lifeline  with  a  Little   DevOps  Data!
  • 2. Disclaimer 2 During  the  course  of  this  presentation,  we  may  make  forward  looking  statements  regarding  future  events   or  the  expected  performance  of  the  company.  We  caution  you  that  such  statements  reflect  our  current   expectations  and  estimates  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  presentation  are  being  made  as  of  the  time  and  date  of  its  live  presentation.  If  reviewed  after   its  live  presentation,  this  presentation  may  not  contain  current  or  accurate  information.  We  do  not   assume  any  obligation  to  update  any  forward  looking  statements  we  may  make.     In  addition,  any  information  about  our  roadmap  outlines  our  general  product  direction  and  is  subject  to   change  at  any  time  without  notice.  It  is  for  informational  purposes  only  and  shall  not,  be  incorporated   into  any  contract  or  other  commitment.  Splunk  undertakes  no  obligation  either  to  develop  the  features  or   functionality  described  or  to  include  any  such  feature  or  functionality  in  a  future  release.
  • 5. 5 -­‐  a  manager “Remember  that  client…     they  want  that  thing…”   “oh  yeah,  by  TODAY  please!”
  • 6. 6
  • 9. 9
  • 11. How  can  Splunk  Help? 11 talking  by  Designify.me  from  the  Noun  Project   Eye  by  Atacan  Gucluol  from  the  Noun  Project   Businessman  by  Viktor  Fedyuk  from  the  Noun  Project
  • 12. 12 Which  cookbook  applied  a  certificate  change   to  the  Load  Balancer? Who  authorised  a  Cloud  Formation  release   that  impacted  a  firewall  white  list? Which  version  of  the  software  is  running   across  our  web  farm? When  was  the  last  successful  build  for  our   flagship  app?   Questions…  Questions…  Questions…
  • 13. 13 What  is  out  there?
  • 14. 14
  • 15. Push  -­‐  Chef   15 Server Analytics via  8089 Chef  App
  • 16. Push  -­‐  Your  Applications 16 Event  Collector,  TCP,  UDP
  • 17. 17
  • 18. Pull  -­‐  Octopus  Deploy 18 NodeJS   Modular  Input Octopus  Deploy   App Query  via     REST  API
  • 19. Pull  -­‐  Your  Database 19 Scripted/Modular   Input A   Splunk   AppDB
  • 20. What  about  my  apps? 20
  • 21. ` 21    Log.Logger  =  new  LoggerConfiguration()          .Enrich.With<HttpRequestIdEnricher>()          .Enrich.With<MachineNameEnricher>()          .WriteTo.EventCollector("https://mysplunk:8088/services/collector",  "mytoken")          .CreateLogger();
  • 22. Bring  it  together! 22 Notifications  of  significant  pipeline  events Build  reporting  across  DevOps  tooling  silos Talk  to  other  teams  and  examine  your  tooling Are  you  ready  for  DevOps?
  • 23. Resources 23 Splunk   App  and  Mod  Input  Guidance  -­‐    https://dev.splunk.com       Octopus  Deploy   Octopus  Deploy  App  -­‐  https://github.com/merbla/splunk-­‐octopusdeploy-­‐app   Chef   Kung  Fu  -­‐  https://www.chef.io/devops/devops-­‐kungfu.pdf   Chef  App  -­‐  https://splunkbase.splunk.com/app/2687/       https://github/merbla