Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Timelion
Search
Philipp Krenn
May 04, 2016
Programming
0
150
Timelion
General overview of the Elastic Stack with a demo where we take a look at Timelion in particular.
Philipp Krenn
May 04, 2016
Tweet
Share
More Decks by Philipp Krenn
See All by Philipp Krenn
Full-Text Search Explained
xeraa
11
2.2k
360° Monitoring of Your Microservices
xeraa
7
3.4k
Scale Your Metrics with Elasticsearch
xeraa
4
140
YAML Considered Harmful
xeraa
0
2.1k
Scale Your Elasticsearch Cluster
xeraa
1
310
Hands-On ModSecurity and Logging
xeraa
2
190
Centralized Logging Patterns
xeraa
1
1.1k
Dashboards for Your Management with Kibana Canvas
xeraa
1
470
Make Your Data FABulous
xeraa
3
890
Other Decks in Programming
See All in Programming
Java on Azure で LangGraph!
kohei3110
0
170
Perplexity Slack Botを作ってAI活用を進めた話 / AI Engineering Summit プレイベント
n3xem
0
670
Create a website using Spatial Web
akkeylab
0
300
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
150
童醫院敏捷轉型的實踐經驗
cclai999
0
130
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
500
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
240
GraphRAGの仕組みまるわかり
tosuri13
7
470
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
840
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
1
130
Is Xcode slowly dying out in 2025?
uetyo
1
180
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
4 Signs Your Business is Dying
shpigford
184
22k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Scaling GitHub
holman
459
140k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Thoughts on Productivity
jonyablonski
69
4.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Language of Interfaces
destraynor
158
25k
Transcript
Elastic Stack Timelion Philipp Krenn@xeraa
ViennaDB
Infrastructure | Developer Advocate
You know, for search
None
None
ELK Stack
Logstash input syslog, stdin, file, TCP, UDP, Unix Sockets, SNMP,...
Twitter, Meetup, GitHub, Drupal,...
Logstash filter filter { if [type] == "syslog" { grok
{ match => { "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" } add_field => [ "received_at", "%{@timestamp}" ] add_field => [ "received_from", "%{host}" ] } syslog_pri { } date { match => [ "syslog_timestamp", "MMM d HH:mm:ss", "MMM dd HH:mm:ss" ] } } }
None
None
None
Elastic Stack
None
None
Demo https://github.com/xeraa/vagrant-elastic-stack
Conclusion
None
None
Timelion updates Rashid Khan https://twitter.com/rashidkpc
Give it a try https://github.com/xeraa/vagrant-elastic-stack
Thanks! Questions? Philipp Krenn@xeraa PS: Sticker