SlideShare a Scribd company logo
1 of 49
Download to read offline
Copyright	 ©	2015	Splunk	 Inc.
IT	Service	Intelligence
The	Hands-On	Version
Juergen	Magiera
Senior	Architect,	IT	Operations	Analytics
Setup	Before	You	Can	Play
Download	this	presentation	slide	deck:	https://splunk.box.com/v/ITSI-HandsOn
Follow	the	instructions	 on	your	paper	hand-out	 to	log	in	to	your	VM.	
Please	log	in	as	either
• user1@buttercupgms.com	OR
• user2@buttercupgms.com
• Password	is	“Changeme1”	or	
“Changeme2”
After	logging	 in,	select
IT	Service	Intelligence	from	the
list	of	apps	at	the	left
2
ITSI	Core	Concepts
3
What	is	a	Service?
Service
Requests
Responses
In	ITSI,	a	Service is	a	logical	group	of	technology	 components	 that	a	user	
deems	need	to	be	monitored	 together.
It	can	often	be	generalized	as	a	“black	box”	which	we	send	requests,	and	
expect	responses
4
What	is	a	Service?
DNS
Requests
Responses
Technical	Services
Auth
Requests
Responses
Web
Requests
Responses
Services	can	be	lower	level	(technical)	…
5
What	is	a	Service?
DNS
Requests
Responses
Technical	Services
Customer	
Transactions
Requests
Responses
Business	Services
Auth
Requests
Responses
Web
Requests
Responses
Support	Desk
Requests
Responses
Services	can	also	be	higher	level	(business)	 …
6
What	is	a	Service?
Packet	Network
Hypervisor	and	Hosts
RBMDBs
Storage	Tier
API	Services
Web	Services
Customer	Transactions
Mobile	
API/Middleware
Partner	Portal
DNS
Services	can	encompass	multiple	 tiers	of	the	IT	domain.		
Services	may	also	depend	upon	other	services
7
What	is	a	KPI?
DNS
Requests
Responses
KPI:	Number	of	requests
KPI:	Error	rate
KPI:	Average	response	time
KPI:	Servicer	CPU	load
KPI:	Server	network	I/F	errors
Customer	
Transactions
Requests
Responses
KPI:	Number	of	transactions
KPI:	Error	rate
KPI:	Average	response	time
KPI:	Count	of	Incident	Tickets
KPI:	Synthetic	Transx	Health
KPIs	and	Health	scores	constitute	the	means	by	which	
Services	are	monitored.
8
Key	Performance	Indicators	(KPIs)
9
A	Key	Performance	Indicator	(KPI)	is	a	Splunk	saved	search	created	within	the	
ITSI	UI	that	helps	monitor	 a	specific	field	like	CPU,	Memory,	 Number	of	Errors	
and	so	on.			KPIs	are	contained	within	Services.
Service	Health	Scores
10
A	Health	score	is	a	score	form	0-100	(0	being	critical	and	100	being	normal)	
that	helps	determine	the	health	of	a	Service.		It	is	calculated	based	on	all	KPIs	
importance	and	its	status	(e.g.	green,	orange,	red),	once	every	minute.
ITSI	Tour
11
Service	Decomposition	in	ITSI
12
CLICK
“Glass	Tables”
Service	Decomposition	in	ITSI
13
CLICK	(open	in	new	tab)
“Buttercup	Games	
Business	Process”
Service	Decomposition	in	ITSI
14
CLICK	(open	in	new	tab)
“Buttercup	Games	
Online	Store”
Service	Decomposition	(Refresher)
15
1	- What	is	a	high-value	business	service?
(“Online	Store”	in	Buttercup	Games)
Service	Decomposition	(Refresher)
16
1	- What	is	a	high-value	business	service?	(Online	Store)
2- Process	flow,	and	underlying	sub-services?
(Web	->	Middleware	->	DB	->	Middleware	->	Web)
Service	Decomposition	(Refresher)
17
1	- What	is	a	high-value	business	service?	(Online	Store)
2- Process	flow,	and	underlying	sub-services?	(Web	->	Middleware	…)
3- For	each	(sub)service:	KPIs	to	show	health	&	status?
(Database:	errors,	SQL	hits,	response	time,	…)
Service	Decomposition	(Refresher)
18
1	- What	is	a	high-value	business	service?	(Online	Store)
2- Process	flow	&	underlying	sub-services?	(Web	->	Middleware	…)
3- For	each	(sub)service:	 KPIs?	(Database:	errors,	SQL	hits,	…)
4- For	each	KPI:	Need	a	Splunk	search
(index=DB	(warn*	OR	error*)	|	stats	count)
Service	Decomposition	(Refresher)
19
1	- What	is	a	high-value	business	service?	(Online	Store)
2- Process	flow	&	underlying	sub-services?	(Web	->	Middleware	…)
3- For	each	(sub)service:	 KPIs?	(Database:	errors,	SQL	hits,	…)
4- For	each	KPI:	Need	a	Splunk	search	(index=DB	(warn*	OR	error*)	|	stats	count)
Service	Decomp:	The	Business	Processes
20
Service	Decomp:	End-To-End	Process	Flow
21
New	Requirements!
22
● Create	a	new	KPI	for	the	DB	Service:	
● Network	Utilization	
● Modify	the	Executive	Glass	Table
in	order	to	show	off	the	services
you	slave	over	
“WE	only	have	about	15min	
TO	DO	WHAT	???!!???”
Think	about	how	long	this	
would	take	you	today?
23
Configuration	of	DB	Service
Click Configure >	
Click Services
Let’s	Talk	Entities
24
● Select DB	Service
● Entities	are	the	relevant	things	which	support	
this	service	(usually	hosts)
● Select	the	right	entries	with	filters,	ANDs,	ORs
● Original	Entity	list	can	come	from	CMDB,	
spreadsheet,	Splunk	search,	others
A	KPI	in	5	minutes?	Absolutely!
25
Click	New	– Generic	KPI
Name	that	KPI!
26
● Click	on	title
● Call	it	“Network	Utilization”,
with	your	username	up	front
Now	start
27
Select Data	Model
● Host	Operating	System
● Network
● #	bytes
● Next
KPI	Continued….	
28
Splunk	Builds	Searches	for	you	–
Oh	Yeah,	that’s	happening	J
● Select Yes	for Split	by	& Filter	options
● Select host	for Entity	Lookup	& Alias	options
● Click Next
Almost	There…
29
Select
● KPI	Search	Schedule:	Every	Minute	
● Entity	Calculation:	Average
● Service/Agg	Calculation:	Average
● Calculation	Window:	Last	Minute
● Next	
● Unit:	Bps
● Next
Final	Steps	…
30
Set	your	thresholds	
● Aggregate	(All)	
● Per	Entity		
● Click “Add	Threshold”	TWICE
● Make	the	Neapolitan	ice	cream	colors	
Yellow,	Green,	Yellow
● Drag	the	sliders	around	in	order	to	get	
the	current	data	graph	entirely	inside	the	
Green	(normal) band
● Finish
● Other	options	are	also	available,	
including	adaptive	thresholds	and	
anomaly	detection
Adaptive	Thresholds
31
What	if	your	KPI	data	looks	like	this?
32
Adaptive	Thresholds
Static	thresholds	will	not	work…
33
Adaptive	Thresholds
Adaptive	Thresholding	works	beautifully	with	cyclical	data
Anomaly	Detection	
34
● Machine	Learning
● Works	well	for	data	with	patterns
● Requires	some	“training”	(trial	&	error)	
to	zero	in	on	best	sensitivity
● More	sophisticated	 capabilities	coming!	
(multivariate,	 more	algorithms,	 etc)
Let’s	Fix	that	Glass	Table
35
Clone	the	Glass	Table
36
Return	to	Saved	Glass	Tables	page	
(click on	Glass	Tables	in	the	upper	menu	bar)
CLICK	Edit for	“Buttercup	Games	Business	Process”
• Select	Clone
• Title:	Add	your	username	
to	the	front
• Permissions:	Shared	in	App
• Clone	Page
• Click on	your	new	Glass	Table
from	the	list,	to	view	it
Edit	&	Have	Fun!
37
Click	on	Edit in	the	upper	right	corner	of	your	Glass	Table
Use	the	“Services”	panel	on	the	left	to	select	Individual	KPIs,	
or	Aggregate	Service	Health	Scores
• Choose	2	KPIs	from	Online	Store that	would	be	useful	in	
the	“Order	Process”	section
• Drag	the	selected	widgets	onto	the	canvas,	positioning	in	
the	gray	oval
• What’s	the	difference	between	the
and															tools	at	the	top	left?
More	Fun	with	the	Glass	Table	Editor…
38
Use	the	Configurations panel	on	the	right	to	edit	a	
selected	widget
• Can	change	the	visualization	type,	drilldown	
behavior,	and	other	settings
• You	should	hit	Save frequently
• I	wonder	what	Auto	Layout	does?
• (YIKES!)	Revert	All	Changes	might	be	helpful
Finishing	up	…
39
• Add	a	ServiceHealthScore widget	for	Online	
Store	under	Buttercup
• Choose	a	Viz	Type	with	a	sparkline	graph,	then	
resize	to	make	it	look	pretty
• Modify	the	Custom	Drilldown	action	to	go	to	
the	saved	glass	table,	
Buttercup	Games	Online	Store
• Bonus	Points:	Make	the	label	bigger,	more	
readable
• Save
• View when	done
A	Troubleshooting	Exercise
40
Let’s	use	ITSI	to	troubleshoot	an	outage	
● Start	at	your	Glass	Table,	“<UserName>	Buttercup	Business	Process”
● Customer	Care	reports	that	unhappy	customers	are	complaining	of	failures	
and	long	delays	when	trying	to	purchase
● The	calls	began	coming	in	at	around	40	minutes	after	the	(previous)	hour.
● In	the	upper	right	corner	of	the	Glass	Table,	change	the	time	picker	from	Now
to	XX:40:00.0,	where	XX	is	the	previous	hour.		For	example,	if	it	is	currently	
14:05,	set	the	time	picker	to	13:40:00.0,	then	Apply
● This	is	how	we	can	“time	travel”	back	to	see	conditions	at	a	particular	
outage– oh	yeah!
A	Troubleshooting	Exercise,	cont’d
41
● The	Online	Store	seems	to	be	degraded,	just	as	Customer	Care	reported.		
Click	on	the	widget	under	Buttercup	to	drill	down	further
A	Troubleshooting	Exercise,	cont’d
42
● The	Online	Store	Glass	Table	shows	a	much	more	detailed	view,	including	the	impacted	customer-facing	KPIs	
at	the	far	left	(Revenue,	etc)	
● Based	on	this	view	of	all	the	relevant	
services,	where	do	you	think	the	root	cause	
lies?		
● Which	service	should	we	troubleshoot	first?
● Click	on	Health	widget	for	that	service,	to	
drill	down	to	a	Deep	Dive
Deep	Dive
43
● Deep	Dive	shows	multiple	KPIs	and	Health	Scores	in	parallel	“swim	
lanes”.		The	initial	time	span	shown	is	15	minutes.
● The	Health	Score	for	this	DB	Service	is	the	top	swim	lane.		Can	you	
see	when	it	begins	to	degrade	from	100%?
● Mousing	over	this	point	in	time,	can	you	spot	the	KPI	with	the	
leading	fault	indication?		I.e.,	what	busted	first?
● To	improve	readability,	change	the	Primary	
Time	Range	(lower	left	corner)	to	
Presets >	Last	60	minutes
Multi-KPI	Alerts	and	Notable	Events
44
● Click on	Notable	Events	Review
● Multiple	KPIs	and	Healthscores	can	
be	combined	in	sophisticated	ways	
to	create	Multi-KPI	alerts
● When	a	Multi-KPI	alert	fires,	one	
of	the	outcomes	is	the	creation	of	
a	Notable	Event
● Notable	Events	allow	NOC	
personnel	and	others	to	triage	and	
coordinate	event	management	
efforts
Service	Analyzer
45
● Click on	Service	Analyzer	> Default	Service	Analyzer
● Back	where	we	started!
● This	view	shows	a	“no-frills”	list	of	
services	(top)	and	hottest	KPIs	
(bottom)
● Provides	a	quick	jumping	off	point	
into	Deep	Dives	and	the	Notable	
Events	Review
● It	is	useful	for	NOCs	and	others	
who	need	a	high-level	situational	
view
Review
46
● High-value	services	can	be	decomposed	and	modeled	in	ITSI,	using	machine	data	
from	the	relevant	systems
● Services and	KPIs can	be	created	in	minutes,	with	sophisticated	thresholding	
techniques	to	distinguish	“normal”	from	“not	normal”
● Glass	Tables	allow	service	health	and	KPI	metrics	to	be	displayed	in	a	way	that	
makes	sense	to	specific	groups,	such	as	Executive	Leadership,	Business	Service	
Owners,	the	NOC,	DevOps	&	Others
● Deep	Dives	allow	KPIs	to	be	compared	side-by-side	across	any	time	range,	
accelerating	root	cause	analysis	and	significantly	reducing	MTTR
● Multi-KPI	Alerts	and	Notable	Events	reduce	alert	noise,	producing	actionable	
events	and	a	means	to	manage	them
● …	and	it’s	fun	to	build!
PLAY	TIME	IS	OVER!
Everyone	out	of	the	sandbox!	
47
NOT!		You	can	have	your	very	own	15-day	free	eval	sandbox,	
to	continue	playing:
● http://splunk.com/ITSI Then	select:
And	a	Guidebook	to	help	you	explore	ITSI’s	capabilities:
● https://splunk.box.com/ITSI-Sandbox-Guidebook
48
SEPT	26-29,	2016
WALT	DISNEY	WORLD,	ORLANDO
SWAN	AND	DOLPHIN	RESORTS
• 5000+		IT	&	Business	Professionals
• 3	days	of	technical	content
• 165+	sessions	
• 80+	Customer	Speakers
• 35+	Apps	in	Splunk	 Apps	Showcase
• 75+	Technology	 Partners
• 1:1	networking:	 Ask	The	Experts	and	Security	
Experts,	Birds	of	a	Feather	and	Chalk	Talks
• NEW	hands-on	labs!	
• Expanded	show	floor,	 Dashboards	Control	
Room	&	Clinic,	and	MORE!	
The	7th Annual	Splunk	Worldwide	Users’	Conference
PLUS	Splunk	University
• Three	days:	Sept	24-26,	2016
• Get	Splunk	Certified	for	FREE!
• Get	CPE credits	for	CISSP,	CAP,	SSCP
• Save	thousands	 on	Splunk	 education!
Thank	You
Juergen	Magiera
Senior	Architect,	IT	Operations	Analytics

More Related Content

What's hot

Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseSplunk
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkSplunk
 
Getting started with Splunk Breakout Session
Getting started with Splunk Breakout SessionGetting started with Splunk Breakout Session
Getting started with Splunk Breakout SessionSplunk
 
Splunk IT Service Intelligence for Nationwide
Splunk IT Service Intelligence for NationwideSplunk IT Service Intelligence for Nationwide
Splunk IT Service Intelligence for NationwideSplunk
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkSplunk
 
SplunkLive! Splunk for IT Operations
SplunkLive! Splunk for IT OperationsSplunkLive! Splunk for IT Operations
SplunkLive! Splunk for IT OperationsSplunk
 
SplunkLive! Zürich 2016 - Use Case Swisscom
SplunkLive! Zürich 2016 - Use Case SwisscomSplunkLive! Zürich 2016 - Use Case Swisscom
SplunkLive! Zürich 2016 - Use Case SwisscomSplunk
 
Splunk IT Service Intelligence
Splunk IT Service IntelligenceSplunk IT Service Intelligence
Splunk IT Service IntelligenceGeorg Knon
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkSplunk
 
SplunkLive! Wien 2016 - Splunk Enterprise 6.4
SplunkLive! Wien 2016 - Splunk Enterprise 6.4SplunkLive! Wien 2016 - Splunk Enterprise 6.4
SplunkLive! Wien 2016 - Splunk Enterprise 6.4Splunk
 
SplunkLive! Wien 2016 - Use Case TTTech Computertechnik
SplunkLive! Wien 2016 - Use Case TTTech ComputertechnikSplunkLive! Wien 2016 - Use Case TTTech Computertechnik
SplunkLive! Wien 2016 - Use Case TTTech ComputertechnikSplunk
 
Splunk for IT Operations
Splunk for IT OperationsSplunk for IT Operations
Splunk for IT OperationsSplunk
 
SplunkLive! Tampa: Getting Started Session
SplunkLive! Tampa: Getting Started SessionSplunkLive! Tampa: Getting Started Session
SplunkLive! Tampa: Getting Started SessionSplunk
 
Splunk IT Service Intelligence
Splunk IT Service IntelligenceSplunk IT Service Intelligence
Splunk IT Service IntelligenceSplunk
 
SplunkLive! Wien 2016 - Splunk für IT Operations
SplunkLive! Wien 2016 - Splunk für IT OperationsSplunkLive! Wien 2016 - Splunk für IT Operations
SplunkLive! Wien 2016 - Splunk für IT OperationsSplunk
 
Gov Day Sacramento 2015 - Keynote/Overview
Gov Day Sacramento 2015 - Keynote/OverviewGov Day Sacramento 2015 - Keynote/Overview
Gov Day Sacramento 2015 - Keynote/OverviewSplunk
 
Get your Service Intelligence off to a Flying Start
Get your Service Intelligence off to a Flying StartGet your Service Intelligence off to a Flying Start
Get your Service Intelligence off to a Flying StartSplunk
 
SplunkLive! Zürich - Splunk für Security
SplunkLive! Zürich - Splunk für SecuritySplunkLive! Zürich - Splunk für Security
SplunkLive! Zürich - Splunk für SecuritySplunk
 
Splunk for DevOps - Faster Insights - Better Code
Splunk for DevOps - Faster Insights - Better CodeSplunk for DevOps - Faster Insights - Better Code
Splunk for DevOps - Faster Insights - Better CodePhilipp Drieger
 

What's hot (19)

Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk Enterprise
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in Splunk
 
Getting started with Splunk Breakout Session
Getting started with Splunk Breakout SessionGetting started with Splunk Breakout Session
Getting started with Splunk Breakout Session
 
Splunk IT Service Intelligence for Nationwide
Splunk IT Service Intelligence for NationwideSplunk IT Service Intelligence for Nationwide
Splunk IT Service Intelligence for Nationwide
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in Splunk
 
SplunkLive! Splunk for IT Operations
SplunkLive! Splunk for IT OperationsSplunkLive! Splunk for IT Operations
SplunkLive! Splunk for IT Operations
 
SplunkLive! Zürich 2016 - Use Case Swisscom
SplunkLive! Zürich 2016 - Use Case SwisscomSplunkLive! Zürich 2016 - Use Case Swisscom
SplunkLive! Zürich 2016 - Use Case Swisscom
 
Splunk IT Service Intelligence
Splunk IT Service IntelligenceSplunk IT Service Intelligence
Splunk IT Service Intelligence
 
How to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in SplunkHow to Design, Build and Map IT and Business Services in Splunk
How to Design, Build and Map IT and Business Services in Splunk
 
SplunkLive! Wien 2016 - Splunk Enterprise 6.4
SplunkLive! Wien 2016 - Splunk Enterprise 6.4SplunkLive! Wien 2016 - Splunk Enterprise 6.4
SplunkLive! Wien 2016 - Splunk Enterprise 6.4
 
SplunkLive! Wien 2016 - Use Case TTTech Computertechnik
SplunkLive! Wien 2016 - Use Case TTTech ComputertechnikSplunkLive! Wien 2016 - Use Case TTTech Computertechnik
SplunkLive! Wien 2016 - Use Case TTTech Computertechnik
 
Splunk for IT Operations
Splunk for IT OperationsSplunk for IT Operations
Splunk for IT Operations
 
SplunkLive! Tampa: Getting Started Session
SplunkLive! Tampa: Getting Started SessionSplunkLive! Tampa: Getting Started Session
SplunkLive! Tampa: Getting Started Session
 
Splunk IT Service Intelligence
Splunk IT Service IntelligenceSplunk IT Service Intelligence
Splunk IT Service Intelligence
 
SplunkLive! Wien 2016 - Splunk für IT Operations
SplunkLive! Wien 2016 - Splunk für IT OperationsSplunkLive! Wien 2016 - Splunk für IT Operations
SplunkLive! Wien 2016 - Splunk für IT Operations
 
Gov Day Sacramento 2015 - Keynote/Overview
Gov Day Sacramento 2015 - Keynote/OverviewGov Day Sacramento 2015 - Keynote/Overview
Gov Day Sacramento 2015 - Keynote/Overview
 
Get your Service Intelligence off to a Flying Start
Get your Service Intelligence off to a Flying StartGet your Service Intelligence off to a Flying Start
Get your Service Intelligence off to a Flying Start
 
SplunkLive! Zürich - Splunk für Security
SplunkLive! Zürich - Splunk für SecuritySplunkLive! Zürich - Splunk für Security
SplunkLive! Zürich - Splunk für Security
 
Splunk for DevOps - Faster Insights - Better Code
Splunk for DevOps - Faster Insights - Better CodeSplunk for DevOps - Faster Insights - Better Code
Splunk for DevOps - Faster Insights - Better Code
 

Viewers also liked

Founders Academy Information Package
Founders Academy Information PackageFounders Academy Information Package
Founders Academy Information PackageFrank E Pobutkiewicz
 
NIH BD2K DataMed metadata model - Force11, 2016
NIH BD2K DataMed metadata model - Force11, 2016NIH BD2K DataMed metadata model - Force11, 2016
NIH BD2K DataMed metadata model - Force11, 2016Susanna-Assunta Sansone
 
Raj_Kiran_Fresher_BE(CSE)
Raj_Kiran_Fresher_BE(CSE)Raj_Kiran_Fresher_BE(CSE)
Raj_Kiran_Fresher_BE(CSE)Raj Kiran
 
Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Gary Barber
 
johnkaneresume 08 26 15
johnkaneresume 08 26 15johnkaneresume 08 26 15
johnkaneresume 08 26 15Jack Kane
 
SplunkLive! London Enterprise Security & UBA
SplunkLive! London Enterprise Security & UBASplunkLive! London Enterprise Security & UBA
SplunkLive! London Enterprise Security & UBASplunk
 
A-Level English Breathless: An American Girl in Paris by Nancy Miller
A-Level English Breathless: An American Girl in Paris by Nancy Miller A-Level English Breathless: An American Girl in Paris by Nancy Miller
A-Level English Breathless: An American Girl in Paris by Nancy Miller Kayleigh Robinson
 
Key Web Writing Principles for Higher Education
Key Web Writing Principles for Higher EducationKey Web Writing Principles for Higher Education
Key Web Writing Principles for Higher EducationBob Johnson, Ph.D.
 
DevOps Powered by Splunk Hands-On
DevOps Powered by Splunk Hands-OnDevOps Powered by Splunk Hands-On
DevOps Powered by Splunk Hands-OnSplunk
 
Overview of digital content channels presentation
Overview of digital content channels presentationOverview of digital content channels presentation
Overview of digital content channels presentationAldrin Nepomuceno
 
Graduate Training in 21st Century Pedagogy
Graduate Training in 21st Century PedagogyGraduate Training in 21st Century Pedagogy
Graduate Training in 21st Century PedagogyJesse Stommel
 

Viewers also liked (13)

Ficha de-inscrição
Ficha de-inscriçãoFicha de-inscrição
Ficha de-inscrição
 
Founders Academy Information Package
Founders Academy Information PackageFounders Academy Information Package
Founders Academy Information Package
 
NIH BD2K DataMed metadata model - Force11, 2016
NIH BD2K DataMed metadata model - Force11, 2016NIH BD2K DataMed metadata model - Force11, 2016
NIH BD2K DataMed metadata model - Force11, 2016
 
Raj_Kiran_Fresher_BE(CSE)
Raj_Kiran_Fresher_BE(CSE)Raj_Kiran_Fresher_BE(CSE)
Raj_Kiran_Fresher_BE(CSE)
 
Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Webstock2016 Sketchnotes
Webstock2016 Sketchnotes
 
johnkaneresume 08 26 15
johnkaneresume 08 26 15johnkaneresume 08 26 15
johnkaneresume 08 26 15
 
SplunkLive! London Enterprise Security & UBA
SplunkLive! London Enterprise Security & UBASplunkLive! London Enterprise Security & UBA
SplunkLive! London Enterprise Security & UBA
 
A-Level English Breathless: An American Girl in Paris by Nancy Miller
A-Level English Breathless: An American Girl in Paris by Nancy Miller A-Level English Breathless: An American Girl in Paris by Nancy Miller
A-Level English Breathless: An American Girl in Paris by Nancy Miller
 
Key Web Writing Principles for Higher Education
Key Web Writing Principles for Higher EducationKey Web Writing Principles for Higher Education
Key Web Writing Principles for Higher Education
 
DevOps Powered by Splunk Hands-On
DevOps Powered by Splunk Hands-OnDevOps Powered by Splunk Hands-On
DevOps Powered by Splunk Hands-On
 
Overview of digital content channels presentation
Overview of digital content channels presentationOverview of digital content channels presentation
Overview of digital content channels presentation
 
Graduate Training in 21st Century Pedagogy
Graduate Training in 21st Century PedagogyGraduate Training in 21st Century Pedagogy
Graduate Training in 21st Century Pedagogy
 
Selection
SelectionSelection
Selection
 

Similar to SplunkLive! London 2016 Get your service intelligence off to a flying start

SplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceSplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceSplunk
 
SplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceSplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceGabrielle Knowles
 
SplunkLive Brisbane Getting starting with IT Service Intelligence
SplunkLive Brisbane Getting starting with IT Service IntelligenceSplunkLive Brisbane Getting starting with IT Service Intelligence
SplunkLive Brisbane Getting starting with IT Service IntelligenceSplunk
 
SplunkLive! Houston IT Service Intelligence Hands On Version
SplunkLive! Houston IT Service Intelligence Hands On VersionSplunkLive! Houston IT Service Intelligence Hands On Version
SplunkLive! Houston IT Service Intelligence Hands On VersionSplunk
 
Getting Started with IT Service Intelligence (Hands On)
Getting Started with IT Service Intelligence (Hands On) Getting Started with IT Service Intelligence (Hands On)
Getting Started with IT Service Intelligence (Hands On) Splunk
 
Building Business Service Intelligence
Building Business Service IntelligenceBuilding Business Service Intelligence
Building Business Service IntelligenceSplunk
 
Building Service Intelligence with Splunk IT Service Intelligence (ITSI)
Building Service Intelligence with Splunk IT Service Intelligence (ITSI) Building Service Intelligence with Splunk IT Service Intelligence (ITSI)
Building Service Intelligence with Splunk IT Service Intelligence (ITSI) Splunk
 
CEO's Guide to Effective IT Management
CEO's Guide to Effective IT ManagementCEO's Guide to Effective IT Management
CEO's Guide to Effective IT ManagementdhaydenSlide
 
CEO's Guide Effective IT Management
CEO's Guide Effective IT ManagementCEO's Guide Effective IT Management
CEO's Guide Effective IT Managementguest86c967
 
CEO's Guide to Effective IT Management
CEO's Guide to Effective IT ManagementCEO's Guide to Effective IT Management
CEO's Guide to Effective IT Managementguest64c5c
 
Getting Started with IT Service Intelligence
Getting Started with IT Service IntelligenceGetting Started with IT Service Intelligence
Getting Started with IT Service IntelligenceSplunk
 
Log Analytics for Distributed Microservices
Log Analytics for Distributed MicroservicesLog Analytics for Distributed Microservices
Log Analytics for Distributed MicroservicesKai Wähner
 
What's New with Ivanti Service Desk
What's New with Ivanti Service DeskWhat's New with Ivanti Service Desk
What's New with Ivanti Service DeskIvanti
 
Brighttalk converged infrastructure and it operations management - final
Brighttalk   converged infrastructure and it operations management - finalBrighttalk   converged infrastructure and it operations management - final
Brighttalk converged infrastructure and it operations management - finalAndrew White
 
5 Overlooked Outsourcing Opportunities for MSPs
5 Overlooked Outsourcing Opportunities for MSPs5 Overlooked Outsourcing Opportunities for MSPs
5 Overlooked Outsourcing Opportunities for MSPsCA Nimsoft
 

Similar to SplunkLive! London 2016 Get your service intelligence off to a flying start (20)

SplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceSplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service Intelligence
 
SplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service IntelligenceSplunkLive Brisbane Getting Started with IT Service Intelligence
SplunkLive Brisbane Getting Started with IT Service Intelligence
 
SplunkLive Brisbane Getting starting with IT Service Intelligence
SplunkLive Brisbane Getting starting with IT Service IntelligenceSplunkLive Brisbane Getting starting with IT Service Intelligence
SplunkLive Brisbane Getting starting with IT Service Intelligence
 
SplunkLive! Houston IT Service Intelligence Hands On Version
SplunkLive! Houston IT Service Intelligence Hands On VersionSplunkLive! Houston IT Service Intelligence Hands On Version
SplunkLive! Houston IT Service Intelligence Hands On Version
 
Getting Started with IT Service Intelligence (Hands On)
Getting Started with IT Service Intelligence (Hands On) Getting Started with IT Service Intelligence (Hands On)
Getting Started with IT Service Intelligence (Hands On)
 
Building Business Service Intelligence
Building Business Service IntelligenceBuilding Business Service Intelligence
Building Business Service Intelligence
 
Building Service Intelligence with Splunk IT Service Intelligence (ITSI)
Building Service Intelligence with Splunk IT Service Intelligence (ITSI) Building Service Intelligence with Splunk IT Service Intelligence (ITSI)
Building Service Intelligence with Splunk IT Service Intelligence (ITSI)
 
CEO's Guide to Effective IT Management
CEO's Guide to Effective IT ManagementCEO's Guide to Effective IT Management
CEO's Guide to Effective IT Management
 
CEO's Guide Effective IT Management
CEO's Guide Effective IT ManagementCEO's Guide Effective IT Management
CEO's Guide Effective IT Management
 
CEO's Guide to Effective IT Management
CEO's Guide to Effective IT ManagementCEO's Guide to Effective IT Management
CEO's Guide to Effective IT Management
 
Getting Started with IT Service Intelligence
Getting Started with IT Service IntelligenceGetting Started with IT Service Intelligence
Getting Started with IT Service Intelligence
 
IT Intranet
IT IntranetIT Intranet
IT Intranet
 
Log Analytics for Distributed Microservices
Log Analytics for Distributed MicroservicesLog Analytics for Distributed Microservices
Log Analytics for Distributed Microservices
 
What's New with Ivanti Service Desk
What's New with Ivanti Service DeskWhat's New with Ivanti Service Desk
What's New with Ivanti Service Desk
 
ISG POV Workplace of the Future February 2018
ISG POV Workplace of the Future February 2018ISG POV Workplace of the Future February 2018
ISG POV Workplace of the Future February 2018
 
Andy Malone - Microsoft office 365 security deep dive
Andy Malone - Microsoft office 365 security deep diveAndy Malone - Microsoft office 365 security deep dive
Andy Malone - Microsoft office 365 security deep dive
 
Brighttalk converged infrastructure and it operations management - final
Brighttalk   converged infrastructure and it operations management - finalBrighttalk   converged infrastructure and it operations management - final
Brighttalk converged infrastructure and it operations management - final
 
Israel IT Market 2006 2008
Israel IT Market 2006 2008Israel IT Market 2006 2008
Israel IT Market 2006 2008
 
5 Overlooked Outsourcing Opportunities for MSPs
5 Overlooked Outsourcing Opportunities for MSPs5 Overlooked Outsourcing Opportunities for MSPs
5 Overlooked Outsourcing Opportunities for MSPs
 
Dit yvol2iss39
Dit yvol2iss39Dit yvol2iss39
Dit yvol2iss39
 

More from Splunk

.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routineSplunk
 
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTVSplunk
 
.conf Go 2023 - Navegando la normativa SOX (Telefónica)
.conf Go 2023 - Navegando la normativa SOX (Telefónica).conf Go 2023 - Navegando la normativa SOX (Telefónica)
.conf Go 2023 - Navegando la normativa SOX (Telefónica)Splunk
 
.conf Go 2023 - Raiffeisen Bank International
.conf Go 2023 - Raiffeisen Bank International.conf Go 2023 - Raiffeisen Bank International
.conf Go 2023 - Raiffeisen Bank InternationalSplunk
 
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett .conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett Splunk
 
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär).conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)Splunk
 
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu....conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...Splunk
 
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever....conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...Splunk
 
.conf go 2023 - De NOC a CSIRT (Cellnex)
.conf go 2023 - De NOC a CSIRT (Cellnex).conf go 2023 - De NOC a CSIRT (Cellnex)
.conf go 2023 - De NOC a CSIRT (Cellnex)Splunk
 
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)Splunk
 
Splunk - BMW connects business and IT with data driven operations SRE and O11y
Splunk - BMW connects business and IT with data driven operations SRE and O11ySplunk - BMW connects business and IT with data driven operations SRE and O11y
Splunk - BMW connects business and IT with data driven operations SRE and O11ySplunk
 
Splunk x Freenet - .conf Go Köln
Splunk x Freenet - .conf Go KölnSplunk x Freenet - .conf Go Köln
Splunk x Freenet - .conf Go KölnSplunk
 
Splunk Security Session - .conf Go Köln
Splunk Security Session - .conf Go KölnSplunk Security Session - .conf Go Köln
Splunk Security Session - .conf Go KölnSplunk
 
Data foundations building success, at city scale – Imperial College London
 Data foundations building success, at city scale – Imperial College London Data foundations building success, at city scale – Imperial College London
Data foundations building success, at city scale – Imperial College LondonSplunk
 
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...Splunk
 
SOC, Amore Mio! | Security Webinar
SOC, Amore Mio! | Security WebinarSOC, Amore Mio! | Security Webinar
SOC, Amore Mio! | Security WebinarSplunk
 
.conf Go 2022 - Observability Session
.conf Go 2022 - Observability Session.conf Go 2022 - Observability Session
.conf Go 2022 - Observability SessionSplunk
 
.conf Go Zurich 2022 - Keynote
.conf Go Zurich 2022 - Keynote.conf Go Zurich 2022 - Keynote
.conf Go Zurich 2022 - KeynoteSplunk
 
.conf Go Zurich 2022 - Platform Session
.conf Go Zurich 2022 - Platform Session.conf Go Zurich 2022 - Platform Session
.conf Go Zurich 2022 - Platform SessionSplunk
 
.conf Go Zurich 2022 - Security Session
.conf Go Zurich 2022 - Security Session.conf Go Zurich 2022 - Security Session
.conf Go Zurich 2022 - Security SessionSplunk
 

More from Splunk (20)

.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine
 
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
 
.conf Go 2023 - Navegando la normativa SOX (Telefónica)
.conf Go 2023 - Navegando la normativa SOX (Telefónica).conf Go 2023 - Navegando la normativa SOX (Telefónica)
.conf Go 2023 - Navegando la normativa SOX (Telefónica)
 
.conf Go 2023 - Raiffeisen Bank International
.conf Go 2023 - Raiffeisen Bank International.conf Go 2023 - Raiffeisen Bank International
.conf Go 2023 - Raiffeisen Bank International
 
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett .conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
.conf Go 2023 - På liv og død Om sikkerhetsarbeid i Norsk helsenett
 
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär).conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
.conf Go 2023 - Many roads lead to Rome - this was our journey (Julius Bär)
 
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu....conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
.conf Go 2023 - Das passende Rezept für die digitale (Security) Revolution zu...
 
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever....conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
.conf go 2023 - Cyber Resilienz – Herausforderungen und Ansatz für Energiever...
 
.conf go 2023 - De NOC a CSIRT (Cellnex)
.conf go 2023 - De NOC a CSIRT (Cellnex).conf go 2023 - De NOC a CSIRT (Cellnex)
.conf go 2023 - De NOC a CSIRT (Cellnex)
 
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
conf go 2023 - El camino hacia la ciberseguridad (ABANCA)
 
Splunk - BMW connects business and IT with data driven operations SRE and O11y
Splunk - BMW connects business and IT with data driven operations SRE and O11ySplunk - BMW connects business and IT with data driven operations SRE and O11y
Splunk - BMW connects business and IT with data driven operations SRE and O11y
 
Splunk x Freenet - .conf Go Köln
Splunk x Freenet - .conf Go KölnSplunk x Freenet - .conf Go Köln
Splunk x Freenet - .conf Go Köln
 
Splunk Security Session - .conf Go Köln
Splunk Security Session - .conf Go KölnSplunk Security Session - .conf Go Köln
Splunk Security Session - .conf Go Köln
 
Data foundations building success, at city scale – Imperial College London
 Data foundations building success, at city scale – Imperial College London Data foundations building success, at city scale – Imperial College London
Data foundations building success, at city scale – Imperial College London
 
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...
Splunk: How Vodafone established Operational Analytics in a Hybrid Environmen...
 
SOC, Amore Mio! | Security Webinar
SOC, Amore Mio! | Security WebinarSOC, Amore Mio! | Security Webinar
SOC, Amore Mio! | Security Webinar
 
.conf Go 2022 - Observability Session
.conf Go 2022 - Observability Session.conf Go 2022 - Observability Session
.conf Go 2022 - Observability Session
 
.conf Go Zurich 2022 - Keynote
.conf Go Zurich 2022 - Keynote.conf Go Zurich 2022 - Keynote
.conf Go Zurich 2022 - Keynote
 
.conf Go Zurich 2022 - Platform Session
.conf Go Zurich 2022 - Platform Session.conf Go Zurich 2022 - Platform Session
.conf Go Zurich 2022 - Platform Session
 
.conf Go Zurich 2022 - Security Session
.conf Go Zurich 2022 - Security Session.conf Go Zurich 2022 - Security Session
.conf Go Zurich 2022 - Security Session
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

SplunkLive! London 2016 Get your service intelligence off to a flying start