SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Downloaden Sie, um offline zu lesen
Copyright	©	2016	Splunk	Inc.
Machine	Learning	+	Analytics	in	Splunk
Beau	Morgan
Senior	Sales	Engineer	– Security	SME
1	of	1	billion
2
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.
3
Machine	Learning	and	You
4
Agenda
• Machine	Learning	101	&	Splunk
• Demo	of	the	Machine	Learning	Toolkit	&	Showcase		
• How	to	be	successful	with	ML	+	Splunk
5
Why	do	we	need	Machine	Learning?
- Improve	Decision	Making,	
Improve	Future	Actions
- Forecast	or	Predict	KPIs,	
Alert	on	Deviation
- Uncover	hidden	trends	or	
relationships	
All	of	this	requires	Diverse	Data	from	
across	Many	Silos.	Lots	of	
Unstructured,	Real	Time	Data.
6
Run	The	Business	in	Real-time
Data	From	the	Past Real-time	Data Statistical	Forecast
T	– a	few	days T	+	a	few	days
Security	Operations	Center
IT	Operations	Center
Business	Operations	Center
Predictive
(Models)
Descriptive	
(BI	Tools,	Data	Lakes) Grey	space
7
What is “Learning”?
[Prediction]
• When we see thick clouds and an overcast sky, we
predict that it’s likely going to rain
[Estimation/ Regression]
• Estimate how much an apartment costs based on its
location, condition and prices of properties in that
neighborhood
[Classification/ Clustering]
• Determine the gender of a person based on her/his
features, hair style and the way s/he dresses
[Anomaly Detection]
• Identify the odd one out
[Reinforcement Learning]
• If I made a mistake this time, can I do better next time?
All	of	us	have	had	some	
experience	in	learning.	
But…	what’s	behind	our	
experience?	How	do	we	
translate	that	knowledge	
to	code?
8
Machine	Learning	101:		What	is	it?
Machine	Learning	is	a	process	for	generalizing	from	examples
Examples	=	example	or	“training”	data
Generalizing	=	building	“statistical	models”	to	capture	correlations
Process	=	never	quite	done,	we	keep	validating	&	refitting	models	for	increasing	
accuracy
Simple	Machine	Learning	workflow:
Explore	data
FIT	models	based	on	data
APPLY	models	in	production
Keep	validating	models
“All	models	are	wrong,	but	some	are	useful.”
9
ML	101:		Existing	Applications
Recall:	EXPLORE		>	FIT	>	APPLY	>	VALIDATE	>	REPEAT
• Face	detection:	find	faces	in	images
• Spam	filtering:	identify	SPAM	messages
• Shopping	Recommendations:	predict	what	customers	
would	like	to	buy
• Fraud	detection:	identify	credit	card	transactions	which	
may	be	fraudulent	in	nature
• Weather	forecast:	predict	whether	or	not	it	will	rain	
tomorrow;	estimate	daily	max/min
10
Three	Types	of	Machine	Learning
1.	Supervised Learning:		generalizing	from	labeled data
OR?
Gather	data:
• Dimensions
• Stem	Length
• Color
• Etc.
11
Three	Types	of	Machine	Learning
2.	Unsupervised Learning:		generalizing	from	unlabeled data
Will	my	home	sell?
Gather	data:
• Square	feet
• Levels
• Parks	nearby
• Schools
• Zipcode
• Etc.
12
Three	Types	of	Machine	Learning
3.	Reinforcement	Learning:	generalizing	from	rewards in	time
Recommendation	Engines
13
Overview	of	ML	at	Splunk
13
Core	Platform	Search Packaged	Premium	
Solutions
Custom	ML	
Platform	for	Operational	Intelligence
14
Search	Includes	Machine	Learning
Core	Platform	Search	is	a	powerful	and	highly	flexible	interface	built	with	ML	
anomalydetection
15
Splunk	IT	Service	Intelligence
Get	Data
Define	services,	
entities	and	KPIs
Monitor	and	
troubleshoot
Analyze	and	
detect
Data-Defined,	Data-Driven	Service	Insights
Packaged	ML	:	Adaptive	Thresholds	and	Anomaly	
Detection
One	of	several	Premium	Solutions
16
Splunk	Machine	Learning	Toolkit
Assistants: Guide	model	building,	testing,	
&	deployment	for	common	objectives
Showcases: Interactive	examples	for	over	25	typical	
IT,	security,	business,	IoT	use	cases
Algorithms: 25+	standard	algorithms	available	
prepackaged	with	the	toolkit
SPL	ML	Commands:	New	commands	to	
fit,	test	and	operationalize	models
Python	for	Scientific	Computing	Library:	300+	
open	source	algorithms	available	for	use
Build	custom	analytics	for	any	use	case
Extends	Splunk	platform	functions	and	provides	a	guided	modeling	environment
17
What’s	New	in	2.0?
1
7
• New	name	and	abbreviation
• No	event	limits	(removal	of	50K	
limit	on	fitting	models)
• Configurable	resource	caps	via	
mlspl.conf
• Search	head	clustering	support
• Distributed	/	streaming	apply
• Scheduled	fit
• New	algorithms	(see	Slide	7)
– Feature	engineering	and	selection
– Stochastic	gradient	descent	(e.g.)
– ARIMA
• Multi-algorithm	support	across	
Assistants
• Scatterplot	matrix	viz
• Alerting
• Tooltips
• In-app	tours
• Cluster	Numeric	Events	assistant
18
Splunk	ML	Algorithms(v2.0,	.Conf2016)
• ARIMA
• SGDClassifier
• SGDRegressor
• DecisionTreeClassifier
• DecisionTreeRegressor
• AdaBoostRegressor
• BernoulliNB
• Birch
• DBSCAN
• ElasticNet
• FieldSelector
• GaussianNB
• KMeans
• KernelPCA
• KernelRidge
• Lasso
• LinearRegression
• LogisticRegression
• OneClassSVM
• PCA
• RandomForestClassifier
• RandomForestRegressor
• Ridge
• SVM
• SpectralClustering
• TFIDF
• StandardScaler
Copyright	©	2016	Splunk	Inc.
To	The	Demo!
Copyright	©	2016	Splunk	Inc.
Success	With	ML	:		
The	Process
Domain
Expertise
(IT,	Security,	…)
Data	
Science	
Expertise
Splunk	
Expertise
Custom	Machine	Learning	– Success	Formula	
Identify	use	cases
Drive	decisions
Set	business/ops	
priorities
SPL
Data	prep
Statistics	/	math	background
Algorithm	selection
Model	building
Splunk	ML	Toolkit
facilitates	and	simplifies
via	examples	&	guidance
Operational	success
22
Summary:	The	ML	Process
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	
Problem:	<Stuff	in	the	world>	causes	big	time	&	money	expense.	Value	Hypothesis	
Solution:	Build	ML	model	to	forecast	<possible	incidents>,	act	pre-emptively	&	learn
Operationalize
23
Machine	Learning	Process	with	Splunk
2
3
Collect	
Data
Explore/
Visualize
Model
Evaluate
Clean/
Transform
Publish/
Deploy
props.conf,
transforms.conf,
Datamodels
Add-ons	from	Splunkbase,	etc.
Pivot,	Table	UI,	SPL
ML	Toolkit
Alerts,
Dashboards,
Reports
24
Steps	to	Building	Your	Own	ML	App
Prioritize	&	solve	the	big	problems:
Data	center	or	critical	infrastructure	failing	
Hard-to-find,	high-risk	behaviors
Use	ALL	data	to	help	solve	problems:
E.g.,	can’t	identify	app	crashes	without	app	data
Enrich	machine	data	with	tickets,	app	data,	DB,	etc.
Find	the	stakeholders:
Who	owns	these	problems?	
Who	will	invest	in	you	to	build	a	solution?
Solutions	not	science	projects:	
If	it’s	mission-critical,	treat	it	as	such	(Dev	->	QA	->	Prod)
Prototype:	build	simple	MVPs,	show	value,	iterate
25
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
26
ML	Commands	in	Core	SPL
Cluster – groups events together
based on how textually similar they are
to each other.
Anomalies – finds events or field
values that are unusual or unexpected
Predict - forecasts values for one or
more sets of time-series data
Kmeans - Kmeans clustering on events.
Anomalousvalue - anomaly score for
each field of each event, relative to the
values of this field across other events.
Anomalydetection - identifies
anomalous events by computing a
probability for each event and then
detecting unusually small probabilities.
• X11 - exposes seasonal trend in your
time series.
Associate – Change in entropy
between two fields.
Findkeywords - Given a set of
numbered groups (from say cluster)
calculates the common words found in each
cluster.
Analyzefields - What is the ability
of a set of fields to predict a single
field. Univariate analysis.
And lots more
Reference	Docs	->	http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfSearchCommands
27
Don’t	Forget:	80%	of	Data	Science	is	Data	Munging
Trendline – Moving Averages of fields
Erex- Use the erex command to extract
data from a field when you do not know
the regular expression to use
Correlation – Co-occurence NOT
correlation as per Pearson et., don’t mix
this up.
Autoregress – Copies one or more
previous values for a field into an
event.
Contingency - Frequency distribution
matrix.
Cofilter - find how many times field1
and field2 values occurred together.
Reference	Docs	->	http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfSearchCommands
Stats, Eventstats, Streamstats,
Timechart, Chart – stats reporting
Eval - evaluate new fields
And lots more
28
What	Now?
2
8
• Get	the	Machine	Learning	Toolkit	from	Splunkbase
• Go	watch	Machine	Learning	Videos	on	Splunk	Youtube Channel	http://tiny.cc/splunkmlvideos
• Go	to	Machine	Learnings	talks:		https://conf.splunk.com/
– Advanced	Machine	Learning	in	SPL	with	the	Machine	Learning	Toolkit	by	Jacob	Leverich
– Extending	SPL	with	Custom	Search	Commands	and	the	Splunk	SDK	for	Python	by	Jacob	Leverich
• Several	Customers	and	Partner	Talks
– Cisco,	Scianta Analytics,	Asian	Telco,	etc.
• Early	Adopter	And	Customer	Advisory	Program	:	mlprogram@splunk.com
• Product	Manager:	Manish	Sainani	ms@splunk.com
• Field	Expert:	Andrew	Stein	astein@splunk.com
http://tiny.cc/splunkmlapp
Copyright	©	2016	Splunk	Inc.
Thank	you!
Copyright	©	2016	Splunk	Inc.
Appendix
Copyright	©	2016	Splunk	Inc.
Customer	Stories
32
Machine	Learning	Customer	Success
Network	Incident	Detection
Service	Degradation	Detection Security	/	Fraud	Prevention
Prioritize	Website	Issues	
and	Predict	Root	Cause
Predict	Gaming	Outages
Fraud	Prevention
Machine	Learning	Consulting	Services Analytics	App	built	on	ML	Toolkit
Optimizing	operations	and	business	results
Cell	Tower	Incident	Detection
Optimize	Repair	Operations
Entertainment
Company
1
5
33
ML	Toolkit	Customer	Use	Cases
33
Speeding	website	problem	resolution	by	automatically	ranking	actions	for	support	engineers
Reducing	customer	service	disruption	with	early	identification	of	difficult-to-detect	network	incidents
Minimizing	cell	tower	degradation	and	downtime	with	improved	issue	detection	sensitivity
Improving	cell	tower	uptime	and	reducing	repair	truck	roles	with	anomaly	detection	
and	root	cause	analysis
Predicting	and	averting	potential	gaming	outage	conditions	with	finer-grained	detection
Ensuring	mobile	device	security	by	detecting	anomalies	in	ID	authentication
Preventing	fraud	by	Identifying	malicious	accounts	and	suspicious	activities
Entertainment
Company
34
Detect	Network	Outliers
Reduced	downtime	+	increased	service	availability	=	better	customer	satisfaction
3
4
ML	Use	Case
Monitor	noise	rise	for	20,000+	cell	towers	to	increase	service	and	device	
availability,	reduce	MTTR
Technical	overview
• A	customized	solution	deployed	in	production	based	on	outlier	detection.	
• Leverage	previous	month	data	and	voting	algorithms
“The	ability	to	model	complex	systems	and	alert	on	deviations	is	where	IT	and	security	
operations	are	headed	…	Splunk	Machine	Learning	has	given	us	a	head	start...”
35
Reliable	website	updates
Proactive	website	monitoring	leads	to	reduced	downtime				
3
5
“Splunk	ML	helps	us	rapidly	improve	end-user	experience	by	ranking	issue severity	
which	helps	us	determine	root	causes	faster	thus	reducing	MTTR	and	improving	SLA”
• Very	frequent	code	and	config updates	(1000+	daily)	can	cause	site	issues
• Find	errors	in	server	pools,		then	prioritize	actions	and	predict	root	cause
• Custom	outlier	detection	built	using	ML	Toolkit	Outlier	assistant
• Built	by	Splunk	Architect	with	no	Data	Science	background
ML	Use	Case
Technical	overview
Copyright	©	2016	Splunk	Inc.
Example	:	Energy	
Data
Sensor	data	delivering	
millions	of	dollars	in	energy	savings.
Robot	Analytics	to	Reduce	Costs	
in	the	Supply	Chain
4%Increased	
Throughput	per	
Distribution	Center
Aggregate	machine	data	
from	robots
Failure	pattern	detection	
and	reporting
Preventative	maintenance	
scheduling
39
Energy	Data
3
9
Process	Data
86348;24.03.15	23:59:59;	140808,297;
140746,031;140919,500;
24-03-2015	01:00:59;EPIP02-03-A;SB;PPR;PR;	
PRODUCTION;PR;aRTC:	accounted	transaction	
(equip02_evnt_job_unit01);;;;;;;0,014;753,000
correlation	over	time	(join)
Production	statusEnergy	consumption
- Transparency	of	equipment	on	shop	floor	level
- Discover	process	weaknesses
- Condition	based	and	predictive	maintenance
- Optimization	of	energy	efficiency	of	equipment
- Optimization	of	energy	purchasing	process	(forecast	/	predictive)
…	etc ….
Increased	efficiency
Saved	energy
Saved	$$$
Use	cases
40
Typical	Workflow	for	Analyzing	Sensor	Data
4
0
COLLECT ENRICH ANALYZE
lookup	data
data	analytics
feedback	loop
sensor	data
middle	ware
41
Energy	and	process	data	for	maintenance
Energy	not	just	a	optimization	target	– but	also	an	influencing	factor	for	
maintenance	scenarios	(rapid	impact	factor)
Map	low	level	process	status	to	particular	energy	consumption	profiles	and	
learn	normal	states	and	boundaries	from	raw	signal
A B C D
42
Condition	Monitoring	&	Alerting
Anomaly	detection	and	proactive	monitoring
4
2
43
Predictive	Maintenance
43
• Predict	anomalies	for	a	particular	process	step
Heatmap shows	
(recommend)	time	span
in	which	an	error	might	
happen
Predict	process	steps
In	which	an	error	might	
happen	
Extrapolation	of	process
steps	with	integrated	
predict	function	or	
other	regressions	models

Weitere ähnliche Inhalte

Was ist angesagt?

LaGatta and de Garrigues - Splunk for Data Science - .conf2014
LaGatta and de Garrigues - Splunk for Data Science - .conf2014LaGatta and de Garrigues - Splunk for Data Science - .conf2014
LaGatta and de Garrigues - Splunk for Data Science - .conf2014
Tom LaGatta
 

Was ist angesagt? (19)

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
 
LaGatta and de Garrigues - Splunk for Data Science - .conf2014
LaGatta and de Garrigues - Splunk for Data Science - .conf2014LaGatta and de Garrigues - Splunk for Data Science - .conf2014
LaGatta and de Garrigues - Splunk for Data Science - .conf2014
 
SplunkLive Melbourne Splunk for Operational Security Intelligence
SplunkLive Melbourne Splunk for Operational Security Intelligence SplunkLive Melbourne Splunk for Operational Security Intelligence
SplunkLive Melbourne Splunk for Operational Security Intelligence
 
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
 
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 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
 
SplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & AnalyticsSplunkLive Canberra Machine Learning & Analytics
SplunkLive Canberra Machine Learning & Analytics
 
SplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & AnalyticsSplunkLive Perth Machine Learning & Analytics
SplunkLive Perth Machine Learning & Analytics
 
SplunkLive Melbourne Enterprise Security & User Behavior Analytics
SplunkLive Melbourne Enterprise Security & User Behavior AnalyticsSplunkLive Melbourne Enterprise Security & User Behavior Analytics
SplunkLive Melbourne Enterprise Security & User Behavior Analytics
 
SplunkLive! Munich 2018: Predictive, Proactive, and Collaborative ML with IT ...
SplunkLive! Munich 2018: Predictive, Proactive, and Collaborative ML with IT ...SplunkLive! Munich 2018: Predictive, Proactive, and Collaborative ML with IT ...
SplunkLive! Munich 2018: Predictive, Proactive, and Collaborative ML with IT ...
 
Splunk Forum Frankfurt - 15th Nov 2017 - Machine Learning For Event Management
Splunk Forum Frankfurt - 15th Nov 2017 - Machine Learning For Event ManagementSplunk Forum Frankfurt - 15th Nov 2017 - Machine Learning For Event Management
Splunk Forum Frankfurt - 15th Nov 2017 - Machine Learning For Event Management
 
SplunkLive! Munich 2018: Get More From Your Machine Data Splunk & AI
SplunkLive! Munich 2018: Get More From Your Machine Data Splunk & AISplunkLive! Munich 2018: Get More From Your Machine Data Splunk & AI
SplunkLive! Munich 2018: Get More From Your Machine Data Splunk & AI
 
SplunkLive! Frankfurt 2018 - Get More From Your Machine Data with Splunk AI
SplunkLive! Frankfurt 2018 - Get More From Your Machine Data with Splunk AISplunkLive! Frankfurt 2018 - Get More From Your Machine Data with Splunk AI
SplunkLive! Frankfurt 2018 - Get More From Your Machine Data with Splunk AI
 
Spliunk Discovery Köln - 17-01-2020 - Intro to Security Analytics Methods
Spliunk Discovery Köln - 17-01-2020 - Intro to Security Analytics MethodsSpliunk Discovery Köln - 17-01-2020 - Intro to Security Analytics Methods
Spliunk Discovery Köln - 17-01-2020 - Intro to Security Analytics Methods
 
SplunkLive! Frankfurt 2018 - Predictive, Proactive, and Collaborative ML with...
SplunkLive! Frankfurt 2018 - Predictive, Proactive, and Collaborative ML with...SplunkLive! Frankfurt 2018 - Predictive, Proactive, and Collaborative ML with...
SplunkLive! Frankfurt 2018 - Predictive, Proactive, and Collaborative ML with...
 
SplunkLive! Munich 2018: Getting Started with Splunk Enterprise
SplunkLive! Munich 2018: Getting Started with Splunk EnterpriseSplunkLive! Munich 2018: Getting Started with Splunk Enterprise
SplunkLive! Munich 2018: Getting Started with Splunk Enterprise
 
The Risks and Rewards of AI
The Risks and  Rewards of AIThe Risks and  Rewards of AI
The Risks and Rewards of AI
 
SplunkLive! Munich 2018: Integrating Metrics and Logs
SplunkLive! Munich 2018: Integrating Metrics and LogsSplunkLive! Munich 2018: Integrating Metrics and Logs
SplunkLive! Munich 2018: Integrating Metrics and Logs
 
Getting Started with Splunk Hands-on
Getting Started with Splunk Hands-onGetting Started with Splunk Hands-on
Getting Started with Splunk Hands-on
 

Andere mochten auch

Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
Datacenter Revolution Dean Nelson, Sun
Datacenter  Revolution    Dean  Nelson,  SunDatacenter  Revolution    Dean  Nelson,  Sun
Datacenter Revolution Dean Nelson, Sun
Niklas Johnsson
 
SplunkLive! Hamburg / München Beginner Session
SplunkLive! Hamburg / München Beginner SessionSplunkLive! Hamburg / München Beginner Session
SplunkLive! Hamburg / München Beginner Session
Georg Knon
 
SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
Splunk
 
Disrupting the Data Center: Unleashing the Digital Services Economy
Disrupting the Data Center: Unleashing the Digital Services EconomyDisrupting the Data Center: Unleashing the Digital Services Economy
Disrupting the Data Center: Unleashing the Digital Services Economy
Intel IT Center
 
SplunkLive! Analytics with Splunk Enterprise - Part 2
SplunkLive! Analytics with Splunk Enterprise - Part 2SplunkLive! Analytics with Splunk Enterprise - Part 2
SplunkLive! Analytics with Splunk Enterprise - Part 2
Splunk
 

Andere mochten auch (20)

Machine Learning + Analytics in Splunk
Machine Learning + Analytics in SplunkMachine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk
 
Splunk for Machine Learning and Analytics
Splunk for Machine Learning and AnalyticsSplunk for Machine Learning and Analytics
Splunk for Machine Learning and Analytics
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk
 
SplunkLive! Paris 2016 - Plenary session
SplunkLive! Paris 2016 - Plenary sessionSplunkLive! Paris 2016 - Plenary session
SplunkLive! Paris 2016 - Plenary session
 
Splunk for Machine Learning and Analytics
Splunk for Machine Learning and AnalyticsSplunk for Machine Learning and Analytics
Splunk for Machine Learning and Analytics
 
Machine Data 101 Hands-on
Machine Data 101 Hands-onMachine Data 101 Hands-on
Machine Data 101 Hands-on
 
Machine Data 101
Machine Data 101Machine Data 101
Machine Data 101
 
Building a Security Information and Event Management platform at Travis Per...
 	Building a Security Information and Event Management platform at Travis Per... 	Building a Security Information and Event Management platform at Travis Per...
Building a Security Information and Event Management platform at Travis Per...
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
 
Datacenter Revolution Dean Nelson, Sun
Datacenter  Revolution    Dean  Nelson,  SunDatacenter  Revolution    Dean  Nelson,  Sun
Datacenter Revolution Dean Nelson, Sun
 
OpenStack in Action 4! Jean-Louis Lezaun - Re-architecturing the datacenter :...
OpenStack in Action 4! Jean-Louis Lezaun - Re-architecturing the datacenter :...OpenStack in Action 4! Jean-Louis Lezaun - Re-architecturing the datacenter :...
OpenStack in Action 4! Jean-Louis Lezaun - Re-architecturing the datacenter :...
 
Crossinx - NOAH15 London
Crossinx - NOAH15 LondonCrossinx - NOAH15 London
Crossinx - NOAH15 London
 
SplunkLive! Hamburg / München Beginner Session
SplunkLive! Hamburg / München Beginner SessionSplunkLive! Hamburg / München Beginner Session
SplunkLive! Hamburg / München Beginner Session
 
Supporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with SplunkSupporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with Splunk
 
Advanced Use Cases for Analytics Breakout Session
Advanced Use Cases for Analytics Breakout SessionAdvanced Use Cases for Analytics Breakout Session
Advanced Use Cases for Analytics Breakout Session
 
SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
 
Disrupting the Data Center: Unleashing the Digital Services Economy
Disrupting the Data Center: Unleashing the Digital Services EconomyDisrupting the Data Center: Unleashing the Digital Services Economy
Disrupting the Data Center: Unleashing the Digital Services Economy
 
SplunkLive! Analytics with Splunk Enterprise - Part 2
SplunkLive! Analytics with Splunk Enterprise - Part 2SplunkLive! Analytics with Splunk Enterprise - Part 2
SplunkLive! Analytics with Splunk Enterprise - Part 2
 

Ähnlich wie Machine Learning + Analytics

SplunkLive! Analytics with Splunk Enterprise - Part 1
SplunkLive! Analytics with Splunk Enterprise - Part 1SplunkLive! Analytics with Splunk Enterprise - Part 1
SplunkLive! Analytics with Splunk Enterprise - Part 1
Splunk
 

Ähnlich wie Machine Learning + Analytics (20)

Lesser known-search-commands
Lesser known-search-commandsLesser known-search-commands
Lesser known-search-commands
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Conf2014_SplunkSecurityNinjutsu
Conf2014_SplunkSecurityNinjutsuConf2014_SplunkSecurityNinjutsu
Conf2014_SplunkSecurityNinjutsu
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Splunk for Machine Learning and Analytics
Splunk for Machine Learning and AnalyticsSplunk for Machine Learning and Analytics
Splunk for Machine Learning and Analytics
 
Getting Started with Splunk Hands-on
Getting Started with Splunk Hands-onGetting Started with Splunk Hands-on
Getting Started with Splunk Hands-on
 
SplunkLive! Analytics with Splunk Enterprise - Part 1
SplunkLive! Analytics with Splunk Enterprise - Part 1SplunkLive! Analytics with Splunk Enterprise - Part 1
SplunkLive! Analytics with Splunk Enterprise - Part 1
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Getting Started Breakout Session
Getting Started Breakout Session Getting Started Breakout Session
Getting Started Breakout Session
 
SplunkLive! Frankfurt 2018 - Use Splunk for Incident Response, Orchestration ...
SplunkLive! Frankfurt 2018 - Use Splunk for Incident Response, Orchestration ...SplunkLive! Frankfurt 2018 - Use Splunk for Incident Response, Orchestration ...
SplunkLive! Frankfurt 2018 - Use Splunk for Incident Response, Orchestration ...
 
Splunk for DataScience (.conf2014)
Splunk for DataScience (.conf2014)Splunk for DataScience (.conf2014)
Splunk for DataScience (.conf2014)
 
Splunk conf2014 - Splunk for Data Science
Splunk conf2014 - Splunk for Data ScienceSplunk conf2014 - Splunk for Data Science
Splunk conf2014 - Splunk for Data Science
 
Machine Learning in Action
Machine Learning in Action Machine Learning in Action
Machine Learning in Action
 
Machine Learning in Action
Machine Learning in Action Machine Learning in Action
Machine Learning in Action
 
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
 
SplunkLive! Frankfurt 2018 - Legacy SIEM to Splunk, How to Conquer Migration ...
SplunkLive! Frankfurt 2018 - Legacy SIEM to Splunk, How to Conquer Migration ...SplunkLive! Frankfurt 2018 - Legacy SIEM to Splunk, How to Conquer Migration ...
SplunkLive! Frankfurt 2018 - Legacy SIEM to Splunk, How to Conquer Migration ...
 
Common Machine Learning Solutions Everyone Needs to Know
Common Machine Learning Solutions Everyone Needs to KnowCommon Machine Learning Solutions Everyone Needs to Know
Common Machine Learning Solutions Everyone Needs to Know
 
Splunk Discovery: Warsaw 2018 - Legacy SIEM to Splunk, How to Conquer Migrati...
Splunk Discovery: Warsaw 2018 - Legacy SIEM to Splunk, How to Conquer Migrati...Splunk Discovery: Warsaw 2018 - Legacy SIEM to Splunk, How to Conquer Migrati...
Splunk Discovery: Warsaw 2018 - Legacy SIEM to Splunk, How to Conquer Migrati...
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 

Mehr von Splunk

Mehr von 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
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

Machine Learning + Analytics