SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
1
Wie	man	aus	langweiligen	

Logdateien	Gold	gewinnen	
kann
2
About me
• Klaus	Bild	
• Senior	System	Architect

• IBM	Connections/Sametime/TDI	
• Monitoring/Log	Management	
• Infrastructure	(Cloud,	Docker…)	
• Blog:	http://kbild.ch	
• http://linkedin.com/in/kbild	
• https://www.xing.com/profile/Klaus_Bild
3
Logdatei
Eine	Logdatei	(auch	Ereignisprotokolldatei;	englisch	log	file)	enthält	das	automatisch	
geführte	Protokoll	aller	oder	bestimmter	Aktionen	von	Prozessen	auf	einem	
Computersystem.	Die	korrekte	Bezeichnung	dafür	ist	deshalb	Protokolldatei.	
Wichtige	Anwendungen	finden	sich	vor	allem	bei	der	Prozesskontrolle	und	
Automatisierung.	Prinzipiell	werden	alle	Aktionen	mitgeschrieben,	die	für	eine	spätere	
Untersuchung	(Audit)	erforderlich	sind	oder	sein	könnten.	Der	Flugschreiber	in	
Flugzeugen	ist	ein	Beispiel	für	kontinuierliche	Protokollierung,	die	jedoch	selten	
ausgewertet	wird,	zum	Beispiel	nach	einem	Unfall.	
Im	Bereich	der	Datenbanken	bezeichnet	Logfile	die	Protokolldatei,	in	der	Änderungen	
an	der	Datenbank	von	korrekt	abgeschlossenen	Transaktionen	(per	Commit	
abgeschlossen)	festgehalten	werden,	um	im	Fall	eines	Fehlers	(z.	B.	Systemabsturz)	den	
aktuellen	Datenbestand	wiederherstellen	zu	können.	
https://de.wikipedia.org/wiki/Logdatei
4
When do you consult logs?
Never:	
• You	are	not	an	admin	or	developer	
If	something	went	wrong	

(and	a	user	reported	it):	
• What	happened?	
• Where?	
• When?	
• Why?
5
But…
Multi-tier	systems:	
• Multiple	servers	
• Multiple	applications	
• Multiple	databases	
• Multiple	systems	
• …
6
Log Sources
Applications	/	APIs	
• Requests	
• Error	handling	
• Successes	
• Failed	attempts	
• Privilege	changes	
• Object	manipulation
Appliances	
• Routers	
• Switches	
• Firewalls
Databases	
• Queries	
• Errors
Infrastructure	
• Servers	
• Containers	
• Web	servers	
• Load	balancers	
• Paas	/	IaaS
Front	End	
• Log-ins	
• Form

completions	
• Important	click

events
Tools	
• Configuration

Automation	
• Analytics	tools	
• Alerting	tools	
• Chat	tools
Sensors	
• IoT	
• Industrie	4.0	
• Home	

automation
7
Log	examples:	
• [01988:00243-3598456576]	18.01.2016	08:49:35			Opened	session	for	WGMob01/WGC/CH	(Release	9.0.1FP4)	
• [41732479.416668]	[INT_2_VYATTA-default-D]IN=bond1	OUT=bond1.2036	MAC=00:00:5e:00:01:01:00:08:e3:ff:fd:90:08:00	
SRC=95.26.112.172	DST=81.95.156.246	LEN=106	TOS=0x00	PREC=0x00	TTL=55	ID=27102	PROTO=ICMP	TYPE=3	CODE=3	
[SRC=81.95.156.246	DST=95.26.112.172	LEN=78	TOS=0x08	PREC=0x20	TTL=235	ID=62876	DF	PROTO=UDP	SPT=15798	DPT=53	
LEN=58	]		
• 220.160.156.109	-	-	[18/Jan/2016:01:54:22	-0600]	"POST	/saveNewSubmit.do	HTTP/1.1"	200	6687	"http://
www.logfilesarecool.net/createSubmit.do?submitId=4418324"	"Mozilla/5.0	(Windows	NT	6.1;	Trident/7.0;	MATP;	rv:11.0)	like	
Gecko”	
• [1/18/16	8:46:05:061	CET]	000001b6	IndexBuilderQ	I	com.ibm.connections.search.admin.index.impl.IndexBuilderQueue	build	
CLFRW0285I:	Search	is	starting	to	build	the	index	for	wikis.
Booooring
Logs
8
Visualization of Logs = Gold
9
Visualization of Logs
Gives	you:	
• Operational	Visibility

Gain	end-to-end	visibility	across	your	operations	and	break	down	silos	across	your	infrastructure	
• Search	and	Investigation

Find	and	fix	problems,	correlate	events	across	multiple	data	sources	and	automatically	detect	
patterns	across	massive	sets	of	data	
• Proactive	Monitoring

Monitor	systems	in	real	time	to	identify	issues,	problems	and	attacks	before	they	impact	your	
customers,	services	and	revenues	
• Business	Insights

Make	better-informed	business	decisions	by	understanding	trends,	patterns	and	gaining	
operational	intelligence	from	machine	data
10
Visualization of Logs
The	Solution	-	ELK	Stack
}
11
The ELK stack
Elastic	Search:	
• Lucene	based	search	engine	(Java	Stack)	
• Distributed	capability	
• REST	API	over	HTTP	
• Data	share	using	JSON	format	
Logstash:	
• Ruby	Agent	application	
• Agent	to	collect	log	data	in	numerous	input	formats	
• Filters	can	be	applied	
• Many	Output	formats	supported	
Kibana:	
• Flexible	analytics	and	visualization	platform
12
WebGate environment
Agents/Shipper Broker
Filebeat
Filter/Indexer
Search/StorageWeb	Interface/
Visualizer
Docker	containers
13
Logstash
Input:	
• beats,	couchdb_changes,	drupal_dblog,	elasticsearch,	exec,	eventlog,	file,	
ganglia,	gelf,	generator,	graphite,	github,	heartbeat,	heroku,	http,	http_poller,	irc,	
imap,	jdbc,	jmx,	kafka,	log4j,	lumberjack,	meetup,	pipe,	puppet_facter,	relp,	rss,	
rackspace,	rabbitmq,	redis,	snmptrap,	stdin,	sqlite,	s3,	sqs,	stomp,	syslog,	tcp,	
twitter,	unix,	udp,	varnishlog,	wmi,	websocket,	xmpp,	zenoss,	zeromq	
Output:	
• boundary,	circonus,	csv,	cloudwatch,	datadog,	datadog_metrics,	email,	
elasticsearch,	elasticsearch_java,	exec,	file,	google_bigquery,	
google_cloud_storage,	ganglia,	gelf,	graphtastic,	graphite,	hipchat,	http,	irc,	
influxdb,	juggernaut,	jira,	kafka,	lumberjack,	librato,	loggly,	mongodb,	
metriccatcher,	nagios,	null,	nagios_nsca,	opentsdb,	pagerduty,	pipe,	riemann,	
redmine,	rackspace,	rabbitmq,	redis,	riak,	s3,	sqs,	stomp,	statsd,	solr_http,	sns,	
syslog,	stdout,	tcp,	udp,	webhdfs,	websocket,	xmpp,	zabbix,	zeromq
14
Logstash
Filter:	
• aggregate,	alter,	anonymize,	collate,	csv,	cidr,	clone,	cipher,	checksum,	date,	
de_dot,	dns,	drop,	elasticsearch,	extractnumbers,	environment,	elapsed,	
fingerprint,	geoip,	grok,	i18n,	json,	json_encode,	kv,	mutate,	metrics,	multiline,	
metaevent,	prune,	punct,	ruby,	range,	syslog_pri,	sleep,	split,	throttle,	translate,	
uuid,	urldecode,	useragent,	xml,	zeromq
Log	Entry/Message
84.74.43.46	-	-	[15/Mar/2016:08:41:00	+0100]	"GET	/files/basic/api/myfilesync/feed?page=1&pageSize=500&includeConflict=true	HTTP/1.1"	200	1323	"-"	"IBM-LC-
IBM	Connections	sync/1602.3033.1103	(Mac	OS	X	10.10.5)"
Document
Field	1

i.e.	Source	IP
Field	2 Field	3 Field	4 Field	5
Filters
15
Logstash
Example	(HTTP	access	log):	
• 84.74.43.46	-	-	[15/Mar/2016:08:41:00	+0100]	"GET	/files/basic/api/myfilesync/feed?page=1&pageSize=500&includeConflict=true	HTTP/
1.1"	200	1323	"-"	"IBM-LC-IBM	Connections	sync/1602.3033.1103	(Mac	OS	X	10.10.5)"	
	filter	{	
		if	[type]	==	"apache_access"	{	
		grok	{	
				match	=>	

{	"message"	=>	"%{IPORHOST:clientip}	%{USER:ident}	%{USER:auth}	[%{HTTPDATE:timestamp}]	"(?:%{WORD:verb}	%{NOTSPACE:request}(?:	
HTTP/%{NUMBER:httpversion})?|%{DATA:rawrequest})"	%{NUMBER:response}	(?:%{NUMBER:bytes}|-)	%{QS:referrer}	%{QS:agent}	}	
…
clientip	:	
84.74.43.46
timestamp:	

15/Mar/2016:08:41:00	+0100
verb:	

GET
request:	

/files/basic/api/myfilesync/feed?
page=1&pageSize=500&includeConflict=true
httpversion:	

1.1
response:	

200
bytes:	

1323
referrer:	

-
agent:	

"IBM-LC-IBM	Connections	sync/1602.3033.1103	
(Mac	OS	X	10.10.5)"
16
Logstash
Example	(HTTP	access	log):	
• 84.74.43.46	-	-	[15/Mar/2016:08:41:00	+0100]	"GET	/files/basic/api/myfilesync/feed?page=1&pageSize=500&includeConflict=true	HTTP/
1.1"	200	1323	"-"	"IBM-LC-IBM	Connections	sync/1602.3033.1103	(Mac	OS	X	10.10.5)"	
		date	{	
				match	=>	[	"timestamp"	,	"dd/MMM/yyyy:HH:mm:ss	Z"	]	
		}	
				geoip	{	
						source	=>	"clientip"	
						target	=>	"geoip"	
						database	=>	"/etc/logstash/GeoLiteCity.dat"	
						add_field	=>	[	"[geoip][coordinates]",	"%{[geoip][longitude]}"	]	
						add_field	=>	[	"[geoip][coordinates]",	"%{[geoip][latitude]}"		]	
				}	
				useragent	{	
							source	=>	"agent"	
							add_tag	=>	[	"browser"	]	
				}	
		}	
}
timestamp:	

15/Mar/2016:08:41:00	+0100
… geoip.country_code3:	
CHE
geoip.location:	

8.298599999999993,	47.06030000000001
clientip	:	
84.74.43.46
…
agent:	

"IBM-LC-IBM	Connections	sync/1602.3033.1103	
(Mac	OS	X	10.10.5)"
os_name	:	

Mac	OS	X
name	:	

Other
os_major	:	

10
os_minor	:	

10
17
Logstash
18
Visualization of Logs
Gives	you:	
• Operational	Visibility

Gain	end-to-end	visibility	across	your	
operations	and	break	down	silos	across	your	
infrastructure	
• Search	and	Investigation

Find	and	fix	problems,	correlate	events	across	
multiple	data	sources	and	automatically	
detect	patterns	across	massive	sets	of	data	
• Proactive	Monitoring

Monitor	systems	in	real	time	to	identify	
issues,	problems	and	attacks	before	they	
impact	your	customers,	services	and	revenues	
• Business	Insights

Make	better-informed	business	decisions	by	
understanding	trends,	patterns	and	gaining	
operational	intelligence	from	machine	data
• IBM	Solutions	Log	Management	
• Centralized	Log	Management	
• Security	Monitoring	
• Performance	Monitoring	
• Data	Analysis
{
19
Costs
• All	ELK	Stack	products	are	
• Installation	and	configuration:	Couple	of	days
20
Lassen	Sie	uns	
zusammen	Gold	
finden	
Vielen	Dank!

Weitere ähnliche Inhalte

Andere mochten auch

SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!Klaus Bild
 
AdminCamp 14 - IBM Notes goes Connections
AdminCamp 14 - IBM Notes goes ConnectionsAdminCamp 14 - IBM Notes goes Connections
AdminCamp 14 - IBM Notes goes ConnectionsKlaus Bild
 
IBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorIBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorKlaus Bild
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the InstallersKlaus Bild
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the InstallersKlaus Bild
 
How to monitor your IBM Connections environment with Python Scripts, JMeter a...
How to monitor your IBM Connections environment with Python Scripts, JMeter a...How to monitor your IBM Connections environment with Python Scripts, JMeter a...
How to monitor your IBM Connections environment with Python Scripts, JMeter a...Klaus Bild
 
Give your community owners the reports they really need
Give your community owners the reports they really needGive your community owners the reports they really need
Give your community owners the reports they really needKlaus Bild
 
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!AdminCamp 14: Make your IBM Connections deployment your own - Customize it!
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!Klaus Bild
 
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...Klaus Bild
 
Der entspannte Administrator - How to make your life easier by using TDI to a...
Der entspannte Administrator - How to make your life easier by using TDI to a...Der entspannte Administrator - How to make your life easier by using TDI to a...
Der entspannte Administrator - How to make your life easier by using TDI to a...Klaus Bild
 
No Apology Required: Deconstructing BB10
No Apology Required: Deconstructing BB10No Apology Required: Deconstructing BB10
No Apology Required: Deconstructing BB10Duo Security
 
Whipepaper Open Educational Resources in Ausbildung und Weiterbildung
Whipepaper Open Educational Resources in Ausbildung und WeiterbildungWhipepaper Open Educational Resources in Ausbildung und Weiterbildung
Whipepaper Open Educational Resources in Ausbildung und WeiterbildungBertelsmann Stiftung
 
Unternehmen & Social Media. Schluss mit lustig.
Unternehmen & Social Media. Schluss mit lustig.Unternehmen & Social Media. Schluss mit lustig.
Unternehmen & Social Media. Schluss mit lustig.Barbara Scholtysik
 
Presentación empresa Junio 2007
Presentación empresa Junio 2007Presentación empresa Junio 2007
Presentación empresa Junio 2007cues7a
 
Combinar correspondencia
Combinar correspondenciaCombinar correspondencia
Combinar correspondenciaBsantiagoAC
 
Koller Dekorative Graphik Auktion - Old Master Prints Auction
Koller Dekorative Graphik Auktion - Old Master Prints Auction Koller Dekorative Graphik Auktion - Old Master Prints Auction
Koller Dekorative Graphik Auktion - Old Master Prints Auction Koller Auctions
 

Andere mochten auch (18)

SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
 
AdminCamp 14 - IBM Notes goes Connections
AdminCamp 14 - IBM Notes goes ConnectionsAdminCamp 14 - IBM Notes goes Connections
AdminCamp 14 - IBM Notes goes Connections
 
IBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte AdministratorIBM Connect Switzerland - Der entspannte Administrator
IBM Connect Switzerland - Der entspannte Administrator
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the Installers
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the Installers
 
How to monitor your IBM Connections environment with Python Scripts, JMeter a...
How to monitor your IBM Connections environment with Python Scripts, JMeter a...How to monitor your IBM Connections environment with Python Scripts, JMeter a...
How to monitor your IBM Connections environment with Python Scripts, JMeter a...
 
Give your community owners the reports they really need
Give your community owners the reports they really needGive your community owners the reports they really need
Give your community owners the reports they really need
 
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!AdminCamp 14: Make your IBM Connections deployment your own - Customize it!
AdminCamp 14: Make your IBM Connections deployment your own - Customize it!
 
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...
The Best Things in Life Are Free – Wie Sie Ihre IBM ConnecEons Umgebung koste...
 
Der entspannte Administrator - How to make your life easier by using TDI to a...
Der entspannte Administrator - How to make your life easier by using TDI to a...Der entspannte Administrator - How to make your life easier by using TDI to a...
Der entspannte Administrator - How to make your life easier by using TDI to a...
 
No Apology Required: Deconstructing BB10
No Apology Required: Deconstructing BB10No Apology Required: Deconstructing BB10
No Apology Required: Deconstructing BB10
 
Whipepaper Open Educational Resources in Ausbildung und Weiterbildung
Whipepaper Open Educational Resources in Ausbildung und WeiterbildungWhipepaper Open Educational Resources in Ausbildung und Weiterbildung
Whipepaper Open Educational Resources in Ausbildung und Weiterbildung
 
Unternehmen & Social Media. Schluss mit lustig.
Unternehmen & Social Media. Schluss mit lustig.Unternehmen & Social Media. Schluss mit lustig.
Unternehmen & Social Media. Schluss mit lustig.
 
grupo6
grupo6grupo6
grupo6
 
Presentación empresa Junio 2007
Presentación empresa Junio 2007Presentación empresa Junio 2007
Presentación empresa Junio 2007
 
Afichesdecineecuatorianomc00
Afichesdecineecuatorianomc00Afichesdecineecuatorianomc00
Afichesdecineecuatorianomc00
 
Combinar correspondencia
Combinar correspondenciaCombinar correspondencia
Combinar correspondencia
 
Koller Dekorative Graphik Auktion - Old Master Prints Auction
Koller Dekorative Graphik Auktion - Old Master Prints Auction Koller Dekorative Graphik Auktion - Old Master Prints Auction
Koller Dekorative Graphik Auktion - Old Master Prints Auction
 

Ähnlich wie Wie man aus langweiligen 
Logdateien Gold gewinnen kann

Logging & Metrics with Docker
Logging & Metrics with DockerLogging & Metrics with Docker
Logging & Metrics with DockerStefan Zier
 
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...David Sweigert
 
LogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationLogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationAnton Chuvakin
 
Application Logging Good Bad Ugly ... Beautiful?
Application Logging Good Bad Ugly ... Beautiful?Application Logging Good Bad Ugly ... Beautiful?
Application Logging Good Bad Ugly ... Beautiful?Anton Chuvakin
 
The Ultimate Logging Architecture - You KNOW you want it!
The Ultimate Logging Architecture - You KNOW you want it!The Ultimate Logging Architecture - You KNOW you want it!
The Ultimate Logging Architecture - You KNOW you want it!Michele Leroux Bustamante
 
Meetup milano #4 log management and anypoint advanced monitoring
Meetup milano #4   log management and anypoint advanced monitoringMeetup milano #4   log management and anypoint advanced monitoring
Meetup milano #4 log management and anypoint advanced monitoringGonzalo Marcos Ansoain
 
Advanced Log Processing
Advanced Log ProcessingAdvanced Log Processing
Advanced Log ProcessingAnton Chuvakin
 
First Responders Course - Session 6 - Detection Systems [2004]
First Responders Course - Session 6 - Detection Systems [2004]First Responders Course - Session 6 - Detection Systems [2004]
First Responders Course - Session 6 - Detection Systems [2004]Phil Huggins FBCS CITP
 
2009-08-24 The Linux Audit Subsystem Deep Dive
2009-08-24 The Linux Audit Subsystem Deep Dive2009-08-24 The Linux Audit Subsystem Deep Dive
2009-08-24 The Linux Audit Subsystem Deep DiveShawn Wells
 
A Practical Event Driven Model
A Practical Event Driven ModelA Practical Event Driven Model
A Practical Event Driven ModelXi Wu
 
NIST 800-92 Log Management Guide in the Real World
NIST 800-92 Log Management Guide in the Real WorldNIST 800-92 Log Management Guide in the Real World
NIST 800-92 Log Management Guide in the Real WorldAnton Chuvakin
 
Log Management Systems
Log Management SystemsLog Management Systems
Log Management SystemsMehdi Hamidi
 
Logging using ELK Stack for Microservices
Logging using ELK Stack for MicroservicesLogging using ELK Stack for Microservices
Logging using ELK Stack for MicroservicesVineet Sabharwal
 
Trouble shoot with linux syslog
Trouble shoot with linux syslogTrouble shoot with linux syslog
Trouble shoot with linux syslogashok191
 
Log analysis using elk
Log analysis using elkLog analysis using elk
Log analysis using elkRushika Shah
 
Managing the logs of your (Rails) applications - Arrrrcamp 2011
Managing the logs of your (Rails) applications - Arrrrcamp 2011Managing the logs of your (Rails) applications - Arrrrcamp 2011
Managing the logs of your (Rails) applications - Arrrrcamp 2011lennartkoopmann
 

Ähnlich wie Wie man aus langweiligen 
Logdateien Gold gewinnen kann (20)

Logging & Metrics with Docker
Logging & Metrics with DockerLogging & Metrics with Docker
Logging & Metrics with Docker
 
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...
Intrusion Detection and Discovery via Log Correlation to support HIPAA Securi...
 
LogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationLogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log Standardization
 
Application Logging Good Bad Ugly ... Beautiful?
Application Logging Good Bad Ugly ... Beautiful?Application Logging Good Bad Ugly ... Beautiful?
Application Logging Good Bad Ugly ... Beautiful?
 
Syslog.ppt
Syslog.pptSyslog.ppt
Syslog.ppt
 
File000138
File000138File000138
File000138
 
The Ultimate Logging Architecture - You KNOW you want it!
The Ultimate Logging Architecture - You KNOW you want it!The Ultimate Logging Architecture - You KNOW you want it!
The Ultimate Logging Architecture - You KNOW you want it!
 
Meetup milano #4 log management and anypoint advanced monitoring
Meetup milano #4   log management and anypoint advanced monitoringMeetup milano #4   log management and anypoint advanced monitoring
Meetup milano #4 log management and anypoint advanced monitoring
 
Advanced Log Processing
Advanced Log ProcessingAdvanced Log Processing
Advanced Log Processing
 
First Responders Course - Session 6 - Detection Systems [2004]
First Responders Course - Session 6 - Detection Systems [2004]First Responders Course - Session 6 - Detection Systems [2004]
First Responders Course - Session 6 - Detection Systems [2004]
 
Assignment#14
Assignment#14Assignment#14
Assignment#14
 
2009-08-24 The Linux Audit Subsystem Deep Dive
2009-08-24 The Linux Audit Subsystem Deep Dive2009-08-24 The Linux Audit Subsystem Deep Dive
2009-08-24 The Linux Audit Subsystem Deep Dive
 
A Practical Event Driven Model
A Practical Event Driven ModelA Practical Event Driven Model
A Practical Event Driven Model
 
NIST 800-92 Log Management Guide in the Real World
NIST 800-92 Log Management Guide in the Real WorldNIST 800-92 Log Management Guide in the Real World
NIST 800-92 Log Management Guide in the Real World
 
Log Management Systems
Log Management SystemsLog Management Systems
Log Management Systems
 
Logging using ELK Stack for Microservices
Logging using ELK Stack for MicroservicesLogging using ELK Stack for Microservices
Logging using ELK Stack for Microservices
 
11i Logs
11i Logs11i Logs
11i Logs
 
Trouble shoot with linux syslog
Trouble shoot with linux syslogTrouble shoot with linux syslog
Trouble shoot with linux syslog
 
Log analysis using elk
Log analysis using elkLog analysis using elk
Log analysis using elk
 
Managing the logs of your (Rails) applications - Arrrrcamp 2011
Managing the logs of your (Rails) applications - Arrrrcamp 2011Managing the logs of your (Rails) applications - Arrrrcamp 2011
Managing the logs of your (Rails) applications - Arrrrcamp 2011
 

Mehr von Klaus Bild

Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt 
Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt 
Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt Klaus Bild
 
Your App Deserves More – The Art of App Modernization
Your App Deserves More – The Art of App ModernizationYour App Deserves More – The Art of App Modernization
Your App Deserves More – The Art of App ModernizationKlaus Bild
 
Customize it! Make IBM Connections look your way
Customize it! Make IBM Connections look your way Customize it! Make IBM Connections look your way
Customize it! Make IBM Connections look your way Klaus Bild
 
IBM Connections - Was kommt nach Version 4.0
IBM Connections - Was kommt nach Version 4.0IBM Connections - Was kommt nach Version 4.0
IBM Connections - Was kommt nach Version 4.0Klaus Bild
 
Social Business Software - IBM Connections 4
Social Business Software - IBM Connections 4Social Business Software - IBM Connections 4
Social Business Software - IBM Connections 4Klaus Bild
 
Social Intranet für KMU - IBM Connect Switzerland
Social Intranet für KMU - IBM Connect SwitzerlandSocial Intranet für KMU - IBM Connect Switzerland
Social Intranet für KMU - IBM Connect SwitzerlandKlaus Bild
 
Upgrading Connections 3 to 4 - SOCCNX
Upgrading Connections 3 to 4 - SOCCNXUpgrading Connections 3 to 4 - SOCCNX
Upgrading Connections 3 to 4 - SOCCNXKlaus Bild
 
Landschaft der IBM Applikationen für mobile Geräte
Landschaft der IBM Applikationen für mobile GeräteLandschaft der IBM Applikationen für mobile Geräte
Landschaft der IBM Applikationen für mobile GeräteKlaus Bild
 
The future of social software in the enterprise lotus connections 3
The future of social software in the enterprise lotus connections 3The future of social software in the enterprise lotus connections 3
The future of social software in the enterprise lotus connections 3Klaus Bild
 
IBM Lotus Quickr 8.5 - Benutzer Workshop
IBM Lotus Quickr 8.5 - Benutzer WorkshopIBM Lotus Quickr 8.5 - Benutzer Workshop
IBM Lotus Quickr 8.5 - Benutzer WorkshopKlaus Bild
 

Mehr von Klaus Bild (10)

Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt 
Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt 
Pink Monitoring oder wie Prometheus Licht ins Dunkel der Container bringt 
 
Your App Deserves More – The Art of App Modernization
Your App Deserves More – The Art of App ModernizationYour App Deserves More – The Art of App Modernization
Your App Deserves More – The Art of App Modernization
 
Customize it! Make IBM Connections look your way
Customize it! Make IBM Connections look your way Customize it! Make IBM Connections look your way
Customize it! Make IBM Connections look your way
 
IBM Connections - Was kommt nach Version 4.0
IBM Connections - Was kommt nach Version 4.0IBM Connections - Was kommt nach Version 4.0
IBM Connections - Was kommt nach Version 4.0
 
Social Business Software - IBM Connections 4
Social Business Software - IBM Connections 4Social Business Software - IBM Connections 4
Social Business Software - IBM Connections 4
 
Social Intranet für KMU - IBM Connect Switzerland
Social Intranet für KMU - IBM Connect SwitzerlandSocial Intranet für KMU - IBM Connect Switzerland
Social Intranet für KMU - IBM Connect Switzerland
 
Upgrading Connections 3 to 4 - SOCCNX
Upgrading Connections 3 to 4 - SOCCNXUpgrading Connections 3 to 4 - SOCCNX
Upgrading Connections 3 to 4 - SOCCNX
 
Landschaft der IBM Applikationen für mobile Geräte
Landschaft der IBM Applikationen für mobile GeräteLandschaft der IBM Applikationen für mobile Geräte
Landschaft der IBM Applikationen für mobile Geräte
 
The future of social software in the enterprise lotus connections 3
The future of social software in the enterprise lotus connections 3The future of social software in the enterprise lotus connections 3
The future of social software in the enterprise lotus connections 3
 
IBM Lotus Quickr 8.5 - Benutzer Workshop
IBM Lotus Quickr 8.5 - Benutzer WorkshopIBM Lotus Quickr 8.5 - Benutzer Workshop
IBM Lotus Quickr 8.5 - Benutzer Workshop
 

Kürzlich hochgeladen

PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.KathleenAnnCordero2
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEMCharmi13
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Escort Service
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SESaleh Ibne Omar
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRachelAnnTenibroAmaz
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRRsarwankumar4524
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comsaastr
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerkumenegertelayegrama
 
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...Henrik Hanke
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationNathan Young
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptxogubuikealex
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxRoquia Salam
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
Early Modern Spain. All about this period
Early Modern Spain. All about this periodEarly Modern Spain. All about this period
Early Modern Spain. All about this periodSaraIsabelJimenez
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxAsifArshad8
 
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...university
 

Kürzlich hochgeladen (19)

PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEM
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SE
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeeger
 
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism Presentation
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptx
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptx
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
Early Modern Spain. All about this period
Early Modern Spain. All about this periodEarly Modern Spain. All about this period
Early Modern Spain. All about this period
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
 
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
 

Wie man aus langweiligen 
Logdateien Gold gewinnen kann