SlideShare a Scribd company logo
1 of 35
Download to read offline
Copyright	ยฉ	2016	Splunk	Inc.
Machine	Learning
Andrew	Phillips
Sr.	Sales	Engineer
3
Disclaimer
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.
Copyright	ยฉ	2016	Splunk	Inc.
Why	do	we	need	ML?
5
ML	in	Everyday	life
Copyright	ยฉ	2016	Splunk	Inc.
Historical	Data Real-time	Data Statistical	Models
DB,	Hadoop/S3/NoSQL,	 Splunk Machine	Learning
T	โ€“ a	few	days T	+	a	few	days
Why	is	this	so	challenging	using	traditional	methods?
โ€ข DATA	IS	STILL	IN	MOTION,	still	in	a	BUSINESS	PROCESS.	
โ€ข Enrich	real-time	MACHINE	DATA	with	structured	HISTORICAL	DATA
โ€ข Make	decisions	IN	REAL	TIME using	ALL	THE	DATA
โ€ข Combine	LEADING	and	LAGGING	INDICATORS (KPIs)
Splunk
Security	Operations	Center
Network	Operations	Center
Business	Operations	Center
Copyright	ยฉ	2016	Splunk	Inc.
What	is	ML?
8
ML	101:		What	is	it?
โ€ข Machine	Learning	(ML)	is	a	process	for	generalizing	from	examples
โ€“ Examples	=	example	or	โ€œtrainingโ€	data
โ€“ Generalizing	=	building	โ€œstatistical	modelsโ€	to	capture	correlations
โ€“ Process	=	ML	is	never	done,	you	must	keep	validating	&	refitting	models
โ€ข Simple	ML	workflow:
โ€“ Explore	data
โ€“ FIT	models	based	on	data
โ€“ APPLY	models	in	production
โ€“ Keep	validating	models
โ€œAll	models	are	wrong,	but	some	are	useful.โ€
- George	Box
9
Types	of	Machine	Learning
1.	Supervised Learning:		generalizing	from	labeled data
10
Types	of	Machine	Learning
2.	Unsupervised Learning:		generalizing	from	unlabeled data
11
Types	of	Machine	Learning
3.	Reinforcement	Learning:	generalizing	from	rewards in	time
Leitner System Recommender	systems
Copyright	ยฉ	2016	Splunk	Inc.
ML	Use	Cases
13
IT	Ops:	Predictive	Maintenance
1. Get	resource	usage	data	(CPU,	latency,	outage	reports)
2. Explore	data,	and	fit	predictive	models	on	past	/	real-time	data
3. Apply	&	validate	models	until	predictions	are	accurate
4. Forecast	resource	saturation,	demand	&	usage
5. Surface	incidents	to	IT	Ops,	who	INVESTIGATES	&	ACTS
Problem:	Network	outages	and	truck	rolls	cause	big	time	&	money	expense	
Solution:	Build	predictive	model	to	forecast	outage	scenarios,	act	pre-emptively	&	learn
14
Security:	Find	Insider	Threats
Problem:	Security	breaches	cause	big	time	&	money	expense	
Solution:	Build	predictive	model	to	forecast	threat	scenarios,	act	pre-emptively	&	learn
1. Get	security	data	(data	transfers,	authentication,	incidents)
2. Explore	data,	and	fit	predictive	models	on	past	/	real-time	data
3. Apply	&	validate	models	until	predictions	are	accurate
4. Forecast	abnormal	behavior,	risk	scores	&	notable	events
5. Surface	incidents	to	Security	Ops,	who	INVESTIGATES	&	ACTS
15
Business	Analytics:	Predict	Customer	Churn
Problem:	Customer	churn	causes	big	time	&	money	expense	
Solution:	Build	predictive	model	to	forecast	possible	churn,	act	pre-emptively	&	learn
1. Get	customer	data	(set-top	boxes,	web	logs,	transaction	history)
2. Explore	data,	and	fit	predictive	models	on	past	/	real-time	data
3. Apply	&	validate	models	until	predictions	are	accurate
4. Forecast	churn	rate	&	identify	customers	likely	to	churn
5. Surface	results	to	Business	Ops,	who	INVESTIGATES	&	ACTS
16
Summary:	The	ML	Process
Problem:	<Stuff	in	the	world>	causes	big	time	&	money	expense
Solution:	Build	predictive	model	to	forecast	<possible	incidents>,	act	pre-emptively	&	learn
1. Get	all	relevant	data	to	problem	
2. Explore	data,	and	fit	predictive	models	on	past	/	real-time	data
3. Apply	&	validate	models	until	predictions	are	accurate
4. Forecast	KPIs	&	notable	events	associated	to	use	case
5. Surface	incidents	to	X	Ops,	who	INVESTIGATES	&	ACTS	
Operationalize
Copyright	ยฉ	2016	Splunk	Inc.
ML	with	Splunk
18
Splunk	built-in	ML	capabilities
kmeans cluster
outliers	/	anomalies /	anomalydetection
predict
19
Machine	Learning	in	Splunk	ITSI
Adaptive	Thresholding:
โ€ข Learn	baselines	&	dynamic	thresholds
โ€ข Alert	&	act	on	deviations
โ€ข Manage	for	1000s	of	KPIs	&	entities
โ€ข Stdev/Avg,	Quartile/Median,	Range
Anomaly	Detection:
โ€ข Find	โ€œhiccupsโ€	in	expected	patterns
โ€ข Catches	deviations	beyond	thresholds
โ€ข Uses	Holt-Winters	algorithm
20
Splunk	User	Behavior	Analytics	(UBA)
โ€ข ~100%	of	breaches	involve	valid	credentials	(MandiantReport)
โ€ข Need	to	understand	normal	&	anomalous	behaviors	for	ALL	users
โ€ข UBA	detects	Advanced	Cyberattacks and	Malicious	Insider	Threats
โ€ข Lots	of	ML	under	the	hood:
โ€“ Behavior	Baselining	&	Modeling
โ€“ Anomaly	Detection	(30+	models)
โ€“ Advanced	Threat	Detection
โ€ข E.g.,	Data	Exfil Threat:
โ€“ โ€œSaw	this	strange	login	&	data	transfer
for	user	mpittman at	3am	in	Chinaโ€ฆโ€
โ€“ Surface	threat	to	SOC	Analysts
21
ML	Toolkit	&	Showcase	โ€“ DIY	ML
โ€ข Splunk	Supported	framework	for	building	ML	Apps
โ€“ Get	it	for	free:	https://splunkbase.splunk.com/app/2890/
โ€ข Leverages	Python	for	Scientific	Computing (PSC)	add-
on:
โ€“ Get	it	for	free:	refer	to	Splunkbasefor	your	OS	version	
รช https://splunkbase.splunk.com/app/2881/ to	/2884/
โ€“ Open-source	Python	data	science	ecosystem
โ€“ NumPy,	SciPy,	scitkit-learn,	pandas,	statsmodels
โ€ข Showcase	use	cases:	Predict	Hard	Drive	Failure,	Server	
Power	Consumption,	Application	Usage,	Customer	
Churn	&	more
22
Standard	algorithms out	of	the	box:
Clustering: DBSCAN,	KMeans,	Birch,	SpectralClustering
Regression: LinearRegression,	RandomForestRegressor,	ElasticNet,	Ridge,	Lasso
Classification: LogisticRegression,	RandomForestClassifier,	SVM,	Naรฏve	Bayes	
(GaussianNB,	BernoulliNB)
Transformation: PCA,	KernelPCA,	TFIDF	Vectorizer,	StandardScaler
Text	Analytics: TF-IDF
Feature	Extraction: FieldSelector (e.g.	Univariate,	ANOVA,	K-best,	etc.)
Implement	one	of	300+	algorithms	by	editing	Python	scripts
23
Copyright	ยฉ	2016	Splunk	Inc.
Building	ML	Apps
25
Analysts Business	Users
1.	Get	Data	&	Find	Decision-Makers
2
IT	Users
ODBC
SDK
API
DB	Connect
Look-Ups
Ad	Hoc
Search
Monitor
and	Alert
Reports	/
Analyze
Custom
Dashboards
GPS	/
Cellular
Devices Networks Hadoop
Servers Applications Online
Shopping	Carts
Analysts Business	Users
Structured	Data	Sources
CRM ERP HR Billing Product Finance
Data	Warehouse
Clickstreams
26
2.	Explore	Data,	Build	Searches	&	Dashboards
โ€ข Start	with	the	Exploratory	Data	Analysis	phase
โ€“ โ€œ80%	of	data	science	is	sourcing,	cleaning,	and	preparing	the	dataโ€	
โ€“ Tip:	leverage	ITSI	KPIs	โ€“ lots	of	domain	knowledge
โ€ข For	each	data	source,	build	โ€œdata	diagnosticโ€	dashboard
โ€“ Whatโ€™s	interesting?	Throw	up	some	basic	charts.
โ€“ Whatโ€™s	relevant	for	this	use	case?
โ€“ Any	anomalies?	Are	thresholds	useful?
โ€ข Mix	data	streams	&	compute	aggregates
โ€“ Compute	KPIs	&	statistics	w/	stats,	eventstats,	etc.
โ€“ Enrich	data	streams	with	useful	structured	data
โ€“ stats	count	by	X	Y	โ€“ where	X,Y	from	different	sources
โ€“ Build	new	KPIs	from	what	you	find
27
3.	Fit,	Apply	&	Validate	Models
โ€ข ML	SPL โ€“ New	grammar	for	doing	ML	in	Splunk
โ€ข fit โ€“ fit	models	based	on	training	data
โ€“ [training data] | fit LinearRegression costly_KPI
from feature1 feature2 feature3 into my_model
โ€ข apply โ€“ apply	models	on	testing	and	production	data
โ€“ [testing/production data] | apply my_model
โ€ข Validate	Your	Model (The	Hard	Part)	
โ€“ Why	hard?	Because	statistics	is	hard!	Also:	model	error	โ‰ 	real	world	risk.
โ€“ Analyze	residuals,	mean-square	error,	goodness	of	fit,	cross-validate,	etc.
โ€“ Take	Splunkโ€™s	Analytics	&	Data	Science	Education	course
28
4.	Predict	&	Act	
โ€ข Forecast	KPIs	&	predict	notable	events
โ€“ When	will	my	system	have	a	critical	error?	
โ€“ In	which	service	or	process?
โ€“ Whatโ€™s	the	probable	root	cause?
โ€ข How	will	people	act	on	predictions?
โ€“ Is	this	a	Sev 1/2/3	event?	Who	responds?
โ€“ Deliver	via	Notable	Events	or	dashboard?
โ€“ Human	response	or	automated	response?
โ€ข How	do	you	improve	the	models?
โ€“ Iterate,	add	more	data,	extract	more	features
โ€“ Keep	track	of	true/false	positives
Copyright	ยฉ	2016	Splunk	Inc.
Demo
Copyright	ยฉ	2016	Splunk	Inc.
Next	Steps
31
Getting	started
โ€ข Pre-requisite: you	must	be	running	 Splunk	6.4.x
โ€ข Download	and	install	the	free	ML	Toolkit	&	Showcase!
โ€“ https://splunkbase.splunk.com/app/2890/
โ€“ https://splunkbase.splunk.com/app/2881/ to	/2884/
โ€ข Speak	to	your	local	SE to	discuss	ways	you	could	use	ML
โ€ข Join	our	local	User	Group	โ€“ weโ€™ll	be	running	 ML	workshops!
โ€“ http://www.meetup.com/splunk-melbourne/	
โ€ข Contact	me!	(aphillips@splunk.com)
Copyright	ยฉ	2016	Splunk	Inc.
Q&A
Copyright	ยฉ	2016	Splunk	Inc.
Thank	You
34
Example	Splunk	SPL	โ€“ Churn	Use	Case
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=0
|	fit	LogisticRegression Churn?	from	"CustServ Calls"	"Day	Mins"	"Eve	Mins"	into	
example_churn_model
|	table	*Churn*
|	`confusionmatrix("Churn?","predicted(Churn?)")`	
|	listmodels
|	summary	example_churn_model
|	deletemodel example_churn_model
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_churn_model"
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_churn_model"	
|	`confusionmatrix("Churn?","predicted(Churn?)")`	
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_churn_model"	
|	`classificationstatistics("Churn?",	"predicted(Churn?)")`
#####	example	training	using	logistic	regression	and	random	forest	classifier	in	combination
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=0
|	fit	LogisticRegression "Churn?"	from	"CustServ Calls"	"Day	Mins"	"Eve	Mins"	"Int'l	Plan"	"Intl	
Calls"	"Intl	Charge"	"Intl	Mins"	"Night	Charge"	"Night	Mins"	"VMail Plan"	into	"LogReg_churn"
|	table	*Churn*
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=0
|	fit	RandomForestClassifier "Churn?"	from	"CustServ Calls"	"Day	Mins"	"Eve	Mins"	"Int'l	Plan"	
"Intl	Calls"	"Intl	Charge"	"Intl	Mins"	"Night	Charge"	"Night	Mins"	"VMail Plan"	into	"RF_churn"
|	table	*Churn*
#####	example	testing	using	logistic	regression	and	random	forest	classifier	in	combination
|	inputlookup churn.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	LogReg_churn as	LogReg(Churn?)	
|	apply	RF_churn as	RF(Churn?)
|	eval priorityscore(Churn?)	=	if('LogReg(Churn?)'="True.",10,0)	+	if('RF(Churn?)'="True.",100,0)	
+	.1*'Day	Charge'
|	sort	- priorityscore(Churn?)
|	fields	priorityscore(Churn?)	*Churn?*	"CustServ Calls"	"Day	Calls"	"Day	Charge"	Phone	State
|	eval whattodo =	if('priorityscore(Churn?)'>15,	"Call	them!",	null())
|	fieldformat "Day	Charge"	=	"$".round('Day	Charge')
|	search	"Churn?"="False."
35
Example	Splunk	SPL	โ€“ Malware	Use	Case|	inputlookup firewall_traffic.csv
|	inputlookup firewall_traffic.csv
|	fit	LogisticRegression used_by_malware from	bytes_received bytes_sent dest_port dst_ip
has_known_vulnerability packets_received packets_sent receive_time serial_number
session_id src_ip src_port into	example_firewall_traffic_model
|	table	*used_by_malware*
|	`confusionmatrix("used_by_malware","predicted(used_by_malware)")`
|	listmodels
|	summary	example_firewall_traffic_model
|	deletemodel example_firewall_traffic_model
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_firewall_traffic_modelโ€
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_firewall_traffic_model"	
|	`confusionmatrix("used_by_malware","predicted(used_by_malware)")`
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	"example_firewall_traffic_model"	
|	`classificationstatistics("used_by_malware",	"predicted(used_by_malware)")`
#####	example	training	using	logistic	regression	and	random	forest	classifier	in	combination
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=0
|	fit	LogisticRegression used_by_malware from	bytes_received bytes_sent dest_port dst_ip
has_known_vulnerability packets_received packets_sent receive_time serial_number
session_id src_ip src_port into	LogReg_used_by_malware
|	table	*used_by_malware*
|	`confusionmatrix("used_by_malware","predicted(used_by_malware)")`
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=0
|	fit	RandomForestClassifier used_by_malware from	bytes_received bytes_sent dest_port
dst_ip has_known_vulnerability packets_received packets_sent receive_time serial_number
session_id src_ip src_port into	RF_used_by_malware
|	table	*used_by_malware*
|	`confusionmatrix("used_by_malware","predicted(used_by_malware)")`
#####	example	testing	using	logistic	regression	and	random	forest	classifier	in	combination
|	inputlookup firewall_traffic.csv
|	sample	partitions=2	seed=1234
|	search	partition_number=1
|	apply	LogReg_used_by_malware as	LogReg(used_by_malware)	
|	apply	RF_used_by_malware as	RF(used_by_malware)
|	eval priorityscore(used_by_malware)	=	if('LogReg(used_by_malware)'="yes",10,0)	+	
if('RF(used_by_malware)'="yes",100,0)	+	if(has_known_vulnerability="yes",50,0)
|	eval whattodo =	if('priorityscore(used_by_malware)'>50,	"Investigate!",	null())	
|	fields	whattodo priorityscore(used_by_malware)	*used_by_malware*	receive_time src_ip
serial_number session_id has_known_vulnerability
|	sort	whattodo

More Related Content

What's hot

SplunkLive! Warsaw 2016 - Machine Learning
SplunkLive! Warsaw 2016 - Machine LearningSplunkLive! Warsaw 2016 - Machine Learning
SplunkLive! Warsaw 2016 - Machine LearningSplunk
ย 
Enterprise Security featuring UBA
Enterprise Security featuring UBAEnterprise Security featuring UBA
Enterprise Security featuring UBASplunk
ย 
Machine Learning + Analytics
Machine Learning + AnalyticsMachine Learning + Analytics
Machine Learning + AnalyticsSplunk
ย 
What's New in Splunk Cloud and Enterprise 6.5
What's New in Splunk Cloud and Enterprise 6.5What's New in Splunk Cloud and Enterprise 6.5
What's New in Splunk Cloud and Enterprise 6.5Splunk
ย 
SplunkLive Sydney Enterprise Security & User Behavior Analytics
SplunkLive Sydney Enterprise Security & User Behavior AnalyticsSplunkLive Sydney Enterprise Security & User Behavior Analytics
SplunkLive Sydney Enterprise Security & User Behavior AnalyticsGabrielle Knowles
ย 
Machine Learning + Analytics
Machine Learning + AnalyticsMachine Learning + Analytics
Machine Learning + AnalyticsSplunk
ย 
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...Georg Knon
ย 
SplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointSplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointGabrielle Knowles
ย 
SplunkLive Canberra Enterprise Security & User Behavior Analytics
SplunkLive Canberra Enterprise Security & User Behavior AnalyticsSplunkLive Canberra Enterprise Security & User Behavior Analytics
SplunkLive Canberra Enterprise Security & User Behavior AnalyticsGabrielle Knowles
ย 
SplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsGabrielle Knowles
ย 
SplunkLive Melbourne Machine Learning & Analytics
SplunkLive Melbourne Machine Learning & AnalyticsSplunkLive Melbourne Machine Learning & Analytics
SplunkLive Melbourne Machine Learning & AnalyticsGabrielle Knowles
ย 
SplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & AnalyticsSplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & AnalyticsGabrielle Knowles
ย 
SplunkLive Perth Enterprise Security & User Behavior Analytics
SplunkLive Perth Enterprise Security & User Behavior AnalyticsSplunkLive Perth Enterprise Security & User Behavior Analytics
SplunkLive Perth Enterprise Security & User Behavior AnalyticsGabrielle Knowles
ย 

What's hot (13)

SplunkLive! Warsaw 2016 - Machine Learning
SplunkLive! Warsaw 2016 - Machine LearningSplunkLive! Warsaw 2016 - Machine Learning
SplunkLive! Warsaw 2016 - Machine Learning
ย 
Enterprise Security featuring UBA
Enterprise Security featuring UBAEnterprise Security featuring UBA
Enterprise Security featuring UBA
ย 
Machine Learning + Analytics
Machine Learning + AnalyticsMachine Learning + Analytics
Machine Learning + Analytics
ย 
What's New in Splunk Cloud and Enterprise 6.5
What's New in Splunk Cloud and Enterprise 6.5What's New in Splunk Cloud and Enterprise 6.5
What's New in Splunk Cloud and Enterprise 6.5
ย 
SplunkLive Sydney Enterprise Security & User Behavior Analytics
SplunkLive Sydney Enterprise Security & User Behavior AnalyticsSplunkLive Sydney Enterprise Security & User Behavior Analytics
SplunkLive Sydney Enterprise Security & User Behavior Analytics
ย 
Machine Learning + Analytics
Machine Learning + AnalyticsMachine Learning + Analytics
Machine Learning + Analytics
ย 
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...
Splunk Webinar: Verwandeln Sie Daten in wertvolle Erkenntnisse - Machine Lear...
ย 
SplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointSplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the Endpoint
ย 
SplunkLive Canberra Enterprise Security & User Behavior Analytics
SplunkLive Canberra Enterprise Security & User Behavior AnalyticsSplunkLive Canberra Enterprise Security & User Behavior Analytics
SplunkLive Canberra Enterprise Security & User Behavior Analytics
ย 
SplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & Analytics
ย 
SplunkLive Melbourne Machine Learning & Analytics
SplunkLive Melbourne Machine Learning & AnalyticsSplunkLive Melbourne Machine Learning & Analytics
SplunkLive Melbourne Machine Learning & Analytics
ย 
SplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & AnalyticsSplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & Analytics
ย 
SplunkLive Perth Enterprise Security & User Behavior Analytics
SplunkLive Perth Enterprise Security & User Behavior AnalyticsSplunkLive Perth Enterprise Security & User Behavior Analytics
SplunkLive Perth Enterprise Security & User Behavior Analytics
ย 

Viewers also liked

SplunkLive Sydney Enterprise Security & User Behaviour Analytics
SplunkLive Sydney Enterprise Security & User Behaviour AnalyticsSplunkLive Sydney Enterprise Security & User Behaviour Analytics
SplunkLive Sydney Enterprise Security & User Behaviour AnalyticsSplunk
ย 
Splunk Dynamic lookup
Splunk Dynamic lookupSplunk Dynamic lookup
Splunk Dynamic lookupSplunk
ย 
SplunkLive Perth Enterprise Security & User Behaviour Analytics
SplunkLive Perth Enterprise Security & User Behaviour AnalyticsSplunkLive Perth Enterprise Security & User Behaviour Analytics
SplunkLive Perth Enterprise Security & User Behaviour AnalyticsSplunk
ย 
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...Splunk
ย 
SplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunk
ย 
SplunkLive! Utrecht 2016 - NXP
SplunkLive! Utrecht 2016 - NXPSplunkLive! Utrecht 2016 - NXP
SplunkLive! Utrecht 2016 - NXPSplunk
ย 
SplunkLive Canberra Enterprise Security and User Behaviour Analytics
SplunkLive Canberra Enterprise Security and User Behaviour AnalyticsSplunkLive Canberra Enterprise Security and User Behaviour Analytics
SplunkLive Canberra Enterprise Security and User Behaviour AnalyticsSplunk
ย 
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...Splunk
ย 
Splunk at Scotiabank
Splunk at ScotiabankSplunk at Scotiabank
Splunk at ScotiabankSplunk
ย 
SplunkLive! Warsaw 2016 - ING Bank
SplunkLive! Warsaw 2016 - ING BankSplunkLive! Warsaw 2016 - ING Bank
SplunkLive! Warsaw 2016 - ING BankSplunk
ย 
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental Exchange
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental ExchangeSplunkLive! Atlanta Customer Presentation โ€“ Intercontinental Exchange
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental ExchangeSplunk
ย 
SplunkLive! Utrecht - KPN
SplunkLive! Utrecht - KPNSplunkLive! Utrecht - KPN
SplunkLive! Utrecht - KPNSplunk
ย 
Using Splunk at MoneyGram International
Using Splunk at MoneyGram InternationalUsing Splunk at MoneyGram International
Using Splunk at MoneyGram InternationalSplunk
ย 
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics SplunkLive Melbourne Enterprise Security & User Behaviour Analytics
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics Splunk
ย 
SplunkLive! Utrecht 2016 - Exact
SplunkLive! Utrecht 2016 - ExactSplunkLive! Utrecht 2016 - Exact
SplunkLive! Utrecht 2016 - ExactSplunk
ย 
Customer Presentation - Northern Trust
Customer Presentation - Northern TrustCustomer Presentation - Northern Trust
Customer Presentation - Northern TrustSplunk
ย 
SplunkLive! Customer Presentation - FINRA
SplunkLive! Customer Presentation - FINRASplunkLive! Customer Presentation - FINRA
SplunkLive! Customer Presentation - FINRASplunk
ย 
SplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunk
ย 
SplunkLive Canberra Getting starting with IT Service Intelligence
SplunkLive Canberra Getting starting with IT Service IntelligenceSplunkLive Canberra Getting starting with IT Service Intelligence
SplunkLive Canberra Getting starting with IT Service IntelligenceSplunk
ย 
SplunkLive! Stockholm 2016 - Mr Green
SplunkLive! Stockholm 2016 - Mr GreenSplunkLive! Stockholm 2016 - Mr Green
SplunkLive! Stockholm 2016 - Mr GreenSplunk
ย 

Viewers also liked (20)

SplunkLive Sydney Enterprise Security & User Behaviour Analytics
SplunkLive Sydney Enterprise Security & User Behaviour AnalyticsSplunkLive Sydney Enterprise Security & User Behaviour Analytics
SplunkLive Sydney Enterprise Security & User Behaviour Analytics
ย 
Splunk Dynamic lookup
Splunk Dynamic lookupSplunk Dynamic lookup
Splunk Dynamic lookup
ย 
SplunkLive Perth Enterprise Security & User Behaviour Analytics
SplunkLive Perth Enterprise Security & User Behaviour AnalyticsSplunkLive Perth Enterprise Security & User Behaviour Analytics
SplunkLive Perth Enterprise Security & User Behaviour Analytics
ย 
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...
SplunkLive Melbourne Scaling and best practice for Splunk on premise and in t...
ย 
SplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & Analytics
ย 
SplunkLive! Utrecht 2016 - NXP
SplunkLive! Utrecht 2016 - NXPSplunkLive! Utrecht 2016 - NXP
SplunkLive! Utrecht 2016 - NXP
ย 
SplunkLive Canberra Enterprise Security and User Behaviour Analytics
SplunkLive Canberra Enterprise Security and User Behaviour AnalyticsSplunkLive Canberra Enterprise Security and User Behaviour Analytics
SplunkLive Canberra Enterprise Security and User Behaviour Analytics
ย 
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...
SplunkLive Sydney Scaling and best practice for Splunk on premise and in the ...
ย 
Splunk at Scotiabank
Splunk at ScotiabankSplunk at Scotiabank
Splunk at Scotiabank
ย 
SplunkLive! Warsaw 2016 - ING Bank
SplunkLive! Warsaw 2016 - ING BankSplunkLive! Warsaw 2016 - ING Bank
SplunkLive! Warsaw 2016 - ING Bank
ย 
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental Exchange
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental ExchangeSplunkLive! Atlanta Customer Presentation โ€“ Intercontinental Exchange
SplunkLive! Atlanta Customer Presentation โ€“ Intercontinental Exchange
ย 
SplunkLive! Utrecht - KPN
SplunkLive! Utrecht - KPNSplunkLive! Utrecht - KPN
SplunkLive! Utrecht - KPN
ย 
Using Splunk at MoneyGram International
Using Splunk at MoneyGram InternationalUsing Splunk at MoneyGram International
Using Splunk at MoneyGram International
ย 
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics SplunkLive Melbourne Enterprise Security & User Behaviour Analytics
SplunkLive Melbourne Enterprise Security & User Behaviour Analytics
ย 
SplunkLive! Utrecht 2016 - Exact
SplunkLive! Utrecht 2016 - ExactSplunkLive! Utrecht 2016 - Exact
SplunkLive! Utrecht 2016 - Exact
ย 
Customer Presentation - Northern Trust
Customer Presentation - Northern TrustCustomer Presentation - Northern Trust
Customer Presentation - Northern Trust
ย 
SplunkLive! Customer Presentation - FINRA
SplunkLive! Customer Presentation - FINRASplunkLive! Customer Presentation - FINRA
SplunkLive! Customer Presentation - FINRA
ย 
SplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojo
ย 
SplunkLive Canberra Getting starting with IT Service Intelligence
SplunkLive Canberra Getting starting with IT Service IntelligenceSplunkLive Canberra Getting starting with IT Service Intelligence
SplunkLive Canberra Getting starting with IT Service Intelligence
ย 
SplunkLive! Stockholm 2016 - Mr Green
SplunkLive! Stockholm 2016 - Mr GreenSplunkLive! Stockholm 2016 - Mr Green
SplunkLive! Stockholm 2016 - Mr Green
ย 

Similar to SplunkLive Sydney Machine Learning & Analytics

SplunkLive DC April 2016 - Operationalizing Machine Learning
SplunkLive DC April 2016 - Operationalizing Machine LearningSplunkLive DC April 2016 - Operationalizing Machine Learning
SplunkLive DC April 2016 - Operationalizing Machine LearningTom LaGatta
ย 
Splunk Enterprise for IT Troubleshooting Hands-On
Splunk Enterprise for IT Troubleshooting Hands-OnSplunk Enterprise for IT Troubleshooting Hands-On
Splunk Enterprise for IT Troubleshooting Hands-OnSplunk
ย 
Deception-Triggered Security Data Science to Detect Adversary Movements
Deception-Triggered Security Data Science to Detect Adversary MovementsDeception-Triggered Security Data Science to Detect Adversary Movements
Deception-Triggered Security Data Science to Detect Adversary MovementsSatnam Singh
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseSplunk
ย 
Webinar: Splunk Enterprise Security Deep Dive: Analytics
Webinar: Splunk Enterprise Security Deep Dive: AnalyticsWebinar: Splunk Enterprise Security Deep Dive: Analytics
Webinar: Splunk Enterprise Security Deep Dive: AnalyticsSplunk
ย 
SplunkLive Brisbane Splunk for Operational Security Intelligence
SplunkLive Brisbane Splunk for Operational Security IntelligenceSplunkLive Brisbane Splunk for Operational Security Intelligence
SplunkLive Brisbane Splunk for Operational Security IntelligenceSplunk
ย 
5 Ways to Improve your Security Posture with Splunk Enterprise Security
5 Ways to Improve your Security Posture with Splunk Enterprise Security5 Ways to Improve your Security Posture with Splunk Enterprise Security
5 Ways to Improve your Security Posture with Splunk Enterprise SecuritySplunk
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk Enterprise Getting Started with Splunk Enterprise
Getting Started with Splunk Enterprise Splunk
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseSplunk
ย 
Machine Learning + Analytics in Splunk
Machine Learning + Analytics in SplunkMachine Learning + Analytics in Splunk
Machine Learning + Analytics in SplunkSplunk
ย 
SplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointSplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointSplunk
ย 
Splunk Webinar: Splunk fรผr Application Management
Splunk Webinar: Splunk fรผr Application ManagementSplunk Webinar: Splunk fรผr Application Management
Splunk Webinar: Splunk fรผr Application ManagementGeorg Knon
ย 

Similar to SplunkLive Sydney Machine Learning & Analytics (12)

SplunkLive DC April 2016 - Operationalizing Machine Learning
SplunkLive DC April 2016 - Operationalizing Machine LearningSplunkLive DC April 2016 - Operationalizing Machine Learning
SplunkLive DC April 2016 - Operationalizing Machine Learning
ย 
Splunk Enterprise for IT Troubleshooting Hands-On
Splunk Enterprise for IT Troubleshooting Hands-OnSplunk Enterprise for IT Troubleshooting Hands-On
Splunk Enterprise for IT Troubleshooting Hands-On
ย 
Deception-Triggered Security Data Science to Detect Adversary Movements
Deception-Triggered Security Data Science to Detect Adversary MovementsDeception-Triggered Security Data Science to Detect Adversary Movements
Deception-Triggered Security Data Science to Detect Adversary Movements
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk Enterprise
ย 
Webinar: Splunk Enterprise Security Deep Dive: Analytics
Webinar: Splunk Enterprise Security Deep Dive: AnalyticsWebinar: Splunk Enterprise Security Deep Dive: Analytics
Webinar: Splunk Enterprise Security Deep Dive: Analytics
ย 
SplunkLive Brisbane Splunk for Operational Security Intelligence
SplunkLive Brisbane Splunk for Operational Security IntelligenceSplunkLive Brisbane Splunk for Operational Security Intelligence
SplunkLive Brisbane Splunk for Operational Security Intelligence
ย 
5 Ways to Improve your Security Posture with Splunk Enterprise Security
5 Ways to Improve your Security Posture with Splunk Enterprise Security5 Ways to Improve your Security Posture with Splunk Enterprise Security
5 Ways to Improve your Security Posture with Splunk Enterprise Security
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk Enterprise Getting Started with Splunk Enterprise
Getting Started with Splunk Enterprise
ย 
Getting Started with Splunk Enterprise
Getting Started with Splunk EnterpriseGetting Started with Splunk Enterprise
Getting Started with Splunk Enterprise
ย 
Machine Learning + Analytics in Splunk
Machine Learning + Analytics in SplunkMachine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk
ย 
SplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the EndpointSplunkLive Brisbane Splunking the Endpoint
SplunkLive Brisbane Splunking the Endpoint
ย 
Splunk Webinar: Splunk fรผr Application Management
Splunk Webinar: Splunk fรผr Application ManagementSplunk Webinar: Splunk fรผr Application Management
Splunk Webinar: Splunk fรผr Application Management
ย 

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 Koฬˆln
Splunk x Freenet - .conf Go KoฬˆlnSplunk x Freenet - .conf Go Koฬˆln
Splunk x Freenet - .conf Go KoฬˆlnSplunk
ย 
Splunk Security Session - .conf Go Koฬˆln
Splunk Security Session - .conf Go KoฬˆlnSplunk Security Session - .conf Go Koฬˆln
Splunk Security Session - .conf Go Koฬˆ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 Koฬˆln
Splunk x Freenet - .conf Go KoฬˆlnSplunk x Freenet - .conf Go Koฬˆln
Splunk x Freenet - .conf Go Koฬˆln
ย 
Splunk Security Session - .conf Go Koฬˆln
Splunk Security Session - .conf Go KoฬˆlnSplunk Security Session - .conf Go Koฬˆln
Splunk Security Session - .conf Go Koฬˆ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

Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
ย 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxchadhar227
ย 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
ย 
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...HyderabadDolls
ย 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...nirzagarg
ย 
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowgargpaaro
ย 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
ย 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
ย 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...Health
ย 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...HyderabadDolls
ย 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Klinik kandungan
ย 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
ย 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
ย 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
ย 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
ย 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...kumargunjan9515
ย 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
ย 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
ย 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...HyderabadDolls
ย 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...kumargunjan9515
ย 

Recently uploaded (20)

Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
ย 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
ย 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
ย 
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting โ‚น,5K To @25k with A/C...
ย 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
ย 
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
ย 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ย 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
ย 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
ย 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
ย 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
ย 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ย 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
ย 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
ย 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ย 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
ย 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
ย 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
ย 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
ย 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
ย 

SplunkLive Sydney Machine Learning & Analytics