SlideShare a Scribd company logo
Shay Banon | Founder & CEO
Aaron Katz | CRO
Janesh Moorjani | CFO
Elastic Overview
Elastic Stack
Updates and Roadmap
Carlos Pérez-Aradros Herce
Senior Software Engineer
Análisis del roadmap del Elastic Stack
Análisis del roadmap del Elastic Stack
Análisis del roadmap del Elastic Stack
Ingest
Análisis del roadmap del Elastic Stack
Ingest
Ingest
Ingest
Ingest
Elastic Common Schema
@timestamp
http.request.method
host.hostname
source.ip
geo.location
Ingest Node:
Enrichment Processor
source.ip => is_known_botnet?
geo.location => city/region/country
Adding Data
Análisis del roadmap del Elastic Stack
• What technology? (eg. Nginx)
• What to monitor? (eg. logs, metrics, packets)
• Where is it? (eg. paths to logfiles)
Integrations Manager
Análisis del roadmap del Elastic Stack
Análisis del roadmap del Elastic Stack
• Beats config
• Ingest node config
• Index template
• First index
• Index alias
• Index lifecycle management
policy
• Snapshot lifecycle
management policy
• Index patterns
• Kibana dashboards
• Canvas workpads
• Machine learning jobs
• Alerts
Automatically Setup
• Beats config
• Ingest node config
• Index template
• First index
• Index alias
• Index lifecycle management
policy
• Snapshot lifecycle
management policy
• Index patterns
• Kibana dashboards
• Canvas workpads
• Machine learning jobs
• Alerts
Automatically Setup
Filebeat
Metricbeat
Packetbeat
WinLogBeat
Heartbeat
Journalbeat
Beats Agent
Beats Config
• Single config language
• Installs required Beats
• Upgrades Beats
• Upgrades itself
Beats Agent
Fleet
• Centralized Config Deployment

• Centralized Beats Monitoring

• Centralized Upgrade
Management
Data Management
Frozen
Indices
Heap File system cache
Disk
Heap File system cache
Disk
Index Lifecycle
Management
Hot Nodes
1
2
3
Cold NodesWarm Nodes
1
2
3
1
2
3
Hot Nodes Cold NodesWarm Nodes
1
2
3
1 2 3
Hot Nodes Cold NodesWarm Nodes
231
2
3
Hot Nodes Cold NodesWarm Nodes
1
1
Hot Nodes Cold NodesWarm Nodes
1
2
3
1
Hot Nodes Cold NodesWarm Nodes
1
2
3
Hot Nodes Cold NodesWarm Nodes
1
2
3
Hot Nodes Cold NodesWarm Nodes
1
2
3
(coming soon to X-Pack)
Snapshot Lifecycle
Management
• Periodic scheduled backups
• Retention polices for automatic deletion
Snapshot Management
Análisis del roadmap del Elastic Stack
Análisis del roadmap del Elastic Stack
Data Transforms
Clickstream Data
Page views per minute?
Clickstream Data
99th percentile latency?
Clickstream Data
Most frequent URLs?
Clickstream Data
How long was session 1?
Clickstream Data
How long was session 1?
Clickstream Data
Average session length?
Clickstream Data
Average session length?
Session Data
Average number of pages per session?
Session Data
Most frequent exit page per session?
Session Data
Session Data
How frequently do users visit the site?
Session Data
How frequently do users visit the site?
User Data
• Pivot
• Pattern Matching
Data Transformation
Advanced ML
Analytics
Análisis del roadmap del Elastic Stack
• Outlier detection
• Supervised model training for regression & classification
• Ingest Prediction Processor
Advanced ML Analytics
Search
Performance
improvements
Query Before After Improvement
Fuzzy 46 qps
Phrase 4 qps
Bool AND 9.3 qps
Bool OR 3.3 qps
Term 33 qps
Query Before After Improvement
Fuzzy 46 qps 59 qps 28%
Phrase 4 qps 7 qps 87%
Bool AND 9.3 qps 23.5 qps 247%
Bool OR 3.3 qps 9.8 qps 292%
Term 33 qps 1,160 qps 3,700%
Magic WAND
"query" : "elasticsearch and lucene"
max_score(and) == 1
max_score(lucene) == 5
max_score(elasticsearch) == 3
Weak-AND
Min top-10 score and (1)
elasticsearch
(3)
lucene
(5)
<=1 ✓ ✓ ✓
> 1 and <= 4 ✗ ✓ ✓
> 4 and <= 9 ✗ ✗ ✓
> 9 ✗ ✗ ✗
Weak-AND
Weak-AND
Weak-AND
"aggs": { ... }
"track_total_hits": true
"hits": {
"total": 123456789,
"hits": [ ... ]
}
"hits": {
"total": {
"value": 10000,
"relation": "gte"
},
"hits": [ ... ]
}
Weak-AND
Search as you type
index_prefixes:

qu, qui, quic, quick
br, bro, brow, brown
fo, fox, foxe, foxes

index_phrases:
the_quick

quick_brown

brown_fox

fox_jumped

jumped_over
over_the
the_lazy
lazy_dog
match_phrase_prefix: “quick brown f*”
Advanced Scoring
rank_feature:
Advanced Scoring
• Star Ratings
• PageRank
• Popularity
score = BM25(Text) + PageRank
rank_feature:
Advanced Scoring
• Star Ratings
• PageRank
• Popularity
score = BM25(Text) + Saturation(PageRank)
rank_feature:
Advanced Scoring
• Star Ratings
• PageRank
• Popularity
distance_feature:
rank_feature:
Advanced Scoring
• Date
• Geopoint
• Numeric
• Star Ratings
• PageRank
• Popularity
script_score: • Custom scoring, including vectors
distance_feature: • Date
• Geopoint
• Numeric
rank_feature:
Advanced Scoring
• Star Ratings
• PageRank
• Popularity
Work
with
WAND
script_score: • Custom scoring, including vectors
distance_feature:
rank_feature:
Advanced Scoring
• Star Ratings
• PageRank
• Popularity
• Date
• Geopoint
• Numeric
Result Pinning
Análisis del roadmap del Elastic Stack
Geoshapes
• v2.3: 1 dim, for numbers and dates
• v5.0: 2 dim, for geopoints
• v5.2: 2 dim, for number & date ranges
• v6.7: 7 dim, for geoshapes
BKD Trees
BKD Geoshapes
• Accurate to 1cm, vs 50m
• Index is 60% smaller
• Indexing 60% faster
• Queries 50% faster
• Plus BKD GeoPoints 80% faster indexing
BKD Geoshapes
Distributed Layer
Zen
minimum_master_nodes: 2
minimum_master_nodes: 2
minimum_master_nodes: 2
minimum_master_nodes: 1
minimum_master_nodes: 1
cluster.initial_master_nodes
Cross Cluster Search
New York London Tokyo
v5.6 v6.7 v7.x
Three Major Versions
Cross Cluster Replication
New York London Tokyo
ldn_sales ldn_sales
New York London Tokyo
tk_salesny_sales
New York London Tokyo
tk_salesny_sales
ldn_sales ldn_sales
Análisis del roadmap del Elastic Stack
Kibana
Security
Análisis del roadmap del Elastic Stack
Análisis del roadmap del Elastic Stack
PKI
SAML Kerberos
OpenID
Lens
Análisis del roadmap del Elastic Stack
New Platform
Custom
Workflows
Stable Plugin
APIs
Typescript
Shared
Services
Task Manager/Alerting
SIEM
Stack Monitoring Machine Learning
Observability
112
Templated Alerts
when [CPU] > [90%]
then alert
[alerts@me.com]
Chart-based Alerts
function my_alert()
{…}
Custom Alerts
Guides
Análisis del roadmap del Elastic Stack
News Feed
Análisis del roadmap del Elastic Stack
Thank you

More Related Content

What's hot (20)

PPTX
Big Data Platform at Pinterest
Qubole
 
PPT
Real-Time Video Analytics Using Hadoop and HBase (HBaseCon 2013)
Suman Srinivasan
 
PDF
Should You Read Kafka as a Stream or in Batch? Should You Even Care? | Ido Na...
HostedbyConfluent
 
PDF
Stream All Things—Patterns of Modern Data Integration with Gwen Shapira
Databricks
 
PPTX
SQL Server on Google Cloud Platform
Lynn Langit
 
PPTX
RedisConf17 - IoT Backend with Redis and Node.js
Redis Labs
 
PDF
Accelerating Spark Genome Sequencing in Cloud—A Data Driven Approach, Case St...
Spark Summit
 
PPTX
Scaling Traffic from 0 to 139 Million Unique Visitors
Yelp Engineering
 
PDF
Using SparkML to Power a DSaaS (Data Science as a Service): Spark Summit East...
Spark Summit
 
PPT
Building a data warehouse with AWS Redshift, Matillion and Yellowfin
Lynn Langit
 
PDF
Plazma - Treasure Data’s distributed analytical database -
Treasure Data, Inc.
 
PPTX
Cassandra @ Sony: The good, the bad, and the ugly part 1
DataStax Academy
 
PDF
Elastic{ON} 2017 Recap
Matias Cascallares
 
PPTX
IMC Summit 2016 Breakout - Roman Shtykh - Apache Ignite as a Data Processing Hub
In-Memory Computing Summit
 
PPTX
How Tencent Applies Apache Pulsar to Apache InLong - Pulsar Summit Asia 2021
StreamNative
 
PPTX
Cassandra vs. ScyllaDB: Evolutionary Differences
ScyllaDB
 
PPTX
Real-time Fraud Detection for Southeast Asia’s Leading Mobile Platform
ScyllaDB
 
PDF
Meetup070416 Presentations
Ana Rebelo
 
PPTX
R&D to Product Pipeline Using Apache Spark in AdTech: Spark Summit East talk ...
Spark Summit
 
PDF
New Developments in the Open Source Ecosystem: Apache Spark 3.0, Delta Lake, ...
Databricks
 
Big Data Platform at Pinterest
Qubole
 
Real-Time Video Analytics Using Hadoop and HBase (HBaseCon 2013)
Suman Srinivasan
 
Should You Read Kafka as a Stream or in Batch? Should You Even Care? | Ido Na...
HostedbyConfluent
 
Stream All Things—Patterns of Modern Data Integration with Gwen Shapira
Databricks
 
SQL Server on Google Cloud Platform
Lynn Langit
 
RedisConf17 - IoT Backend with Redis and Node.js
Redis Labs
 
Accelerating Spark Genome Sequencing in Cloud—A Data Driven Approach, Case St...
Spark Summit
 
Scaling Traffic from 0 to 139 Million Unique Visitors
Yelp Engineering
 
Using SparkML to Power a DSaaS (Data Science as a Service): Spark Summit East...
Spark Summit
 
Building a data warehouse with AWS Redshift, Matillion and Yellowfin
Lynn Langit
 
Plazma - Treasure Data’s distributed analytical database -
Treasure Data, Inc.
 
Cassandra @ Sony: The good, the bad, and the ugly part 1
DataStax Academy
 
Elastic{ON} 2017 Recap
Matias Cascallares
 
IMC Summit 2016 Breakout - Roman Shtykh - Apache Ignite as a Data Processing Hub
In-Memory Computing Summit
 
How Tencent Applies Apache Pulsar to Apache InLong - Pulsar Summit Asia 2021
StreamNative
 
Cassandra vs. ScyllaDB: Evolutionary Differences
ScyllaDB
 
Real-time Fraud Detection for Southeast Asia’s Leading Mobile Platform
ScyllaDB
 
Meetup070416 Presentations
Ana Rebelo
 
R&D to Product Pipeline Using Apache Spark in AdTech: Spark Summit East talk ...
Spark Summit
 
New Developments in the Open Source Ecosystem: Apache Spark 3.0, Delta Lake, ...
Databricks
 

Similar to Análisis del roadmap del Elastic Stack (20)

PDF
Elastic Stack 最新动态
Elasticsearch
 
PDF
Be Elastic: Leapset Innovation session 06-08-2015
Sameera Horawalavithana
 
PDF
What’s Evolving in the Elastic Stack
Elasticsearch
 
PPTX
Start Building SEO Efficiencies with Automation - MNSearch Summit 2018
Paul Shapiro
 
PPTX
MnSearch Summit 2018 - Paul Shapiro – Start Building SEO Efficiencies with Au...
MnSearch, The Minnesota Search Engine Marketing Association
 
PPTX
Visualizing Austin's data with Elasticsearch and Kibana
ObjectRocket
 
PDF
Real-time search in Drupal with Elasticsearch @Moldcamp
Alexei Gorobets
 
PPTX
Elasticsearch Atlanta Meetup 3/15/16
Roy Russo
 
PDF
OSMC 2014: Using elasticsearch, logstash & kibana in system administration | ...
NETWAYS
 
PPTX
An Intro to Elasticsearch and Kibana
ObjectRocket
 
PPTX
BigData Search Simplified with ElasticSearch
TO THE NEW | Technology
 
PPTX
Working Smarter: SEO Automation to Increase Efficiency and Effectiveness - Pa...
State of Search Conference
 
PPTX
Introduction to Elasticsearch
Ismaeel Enjreny
 
PDF
Varnishing Search Perfromance
Volkan Yazıcı
 
PDF
You Don't Know SEO
Michael King
 
PDF
[Vancouver] part 2 understanding the relevance of your search with elasticse...
UllyCarolinneSampaio
 
PDF
Conf2014_SplunkSearchOptimization
Splunk
 
PDF
Kibana_Data_analyst_7.1.0.pdf
AlexandreGiordanelli1
 
PDF
Elastic Stack Roadmap
Imma Valls Bernaus
 
PDF
Análisis del roadmap del Elastic Stack
Elasticsearch
 
Elastic Stack 最新动态
Elasticsearch
 
Be Elastic: Leapset Innovation session 06-08-2015
Sameera Horawalavithana
 
What’s Evolving in the Elastic Stack
Elasticsearch
 
Start Building SEO Efficiencies with Automation - MNSearch Summit 2018
Paul Shapiro
 
MnSearch Summit 2018 - Paul Shapiro – Start Building SEO Efficiencies with Au...
MnSearch, The Minnesota Search Engine Marketing Association
 
Visualizing Austin's data with Elasticsearch and Kibana
ObjectRocket
 
Real-time search in Drupal with Elasticsearch @Moldcamp
Alexei Gorobets
 
Elasticsearch Atlanta Meetup 3/15/16
Roy Russo
 
OSMC 2014: Using elasticsearch, logstash & kibana in system administration | ...
NETWAYS
 
An Intro to Elasticsearch and Kibana
ObjectRocket
 
BigData Search Simplified with ElasticSearch
TO THE NEW | Technology
 
Working Smarter: SEO Automation to Increase Efficiency and Effectiveness - Pa...
State of Search Conference
 
Introduction to Elasticsearch
Ismaeel Enjreny
 
Varnishing Search Perfromance
Volkan Yazıcı
 
You Don't Know SEO
Michael King
 
[Vancouver] part 2 understanding the relevance of your search with elasticse...
UllyCarolinneSampaio
 
Conf2014_SplunkSearchOptimization
Splunk
 
Kibana_Data_analyst_7.1.0.pdf
AlexandreGiordanelli1
 
Elastic Stack Roadmap
Imma Valls Bernaus
 
Análisis del roadmap del Elastic Stack
Elasticsearch
 
Ad

More from Elasticsearch (20)

PDF
An introduction to Elasticsearch's advanced relevance ranking toolbox
Elasticsearch
 
PDF
From MSP to MSSP using Elastic
Elasticsearch
 
PDF
Cómo crear excelentes experiencias de búsqueda en sitios web
Elasticsearch
 
PDF
Te damos la bienvenida a una nueva forma de realizar búsquedas
Elasticsearch
 
PDF
Tirez pleinement parti d'Elastic grâce à Elastic Cloud
Elasticsearch
 
PDF
Comment transformer vos données en informations exploitables
Elasticsearch
 
PDF
Plongez au cœur de la recherche dans tous ses états.
Elasticsearch
 
PDF
Modernising One Legal Se@rch with Elastic Enterprise Search [Customer Story]
Elasticsearch
 
PDF
An introduction to Elasticsearch's advanced relevance ranking toolbox
Elasticsearch
 
PDF
Welcome to a new state of find
Elasticsearch
 
PDF
Building great website search experiences
Elasticsearch
 
PDF
Keynote: Harnessing the power of Elasticsearch for simplified search
Elasticsearch
 
PDF
Cómo transformar los datos en análisis con los que tomar decisiones
Elasticsearch
 
PDF
Explore relève les défis Big Data avec Elastic Cloud
Elasticsearch
 
PDF
Comment transformer vos données en informations exploitables
Elasticsearch
 
PDF
Transforming data into actionable insights
Elasticsearch
 
PDF
Opening Keynote: Why Elastic?
Elasticsearch
 
PDF
Empowering agencies using Elastic as a Service inside Government
Elasticsearch
 
PDF
The opportunities and challenges of data for public good
Elasticsearch
 
PDF
Enterprise search and unstructured data with CGI and Elastic
Elasticsearch
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
Elasticsearch
 
From MSP to MSSP using Elastic
Elasticsearch
 
Cómo crear excelentes experiencias de búsqueda en sitios web
Elasticsearch
 
Te damos la bienvenida a una nueva forma de realizar búsquedas
Elasticsearch
 
Tirez pleinement parti d'Elastic grâce à Elastic Cloud
Elasticsearch
 
Comment transformer vos données en informations exploitables
Elasticsearch
 
Plongez au cœur de la recherche dans tous ses états.
Elasticsearch
 
Modernising One Legal Se@rch with Elastic Enterprise Search [Customer Story]
Elasticsearch
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
Elasticsearch
 
Welcome to a new state of find
Elasticsearch
 
Building great website search experiences
Elasticsearch
 
Keynote: Harnessing the power of Elasticsearch for simplified search
Elasticsearch
 
Cómo transformar los datos en análisis con los que tomar decisiones
Elasticsearch
 
Explore relève les défis Big Data avec Elastic Cloud
Elasticsearch
 
Comment transformer vos données en informations exploitables
Elasticsearch
 
Transforming data into actionable insights
Elasticsearch
 
Opening Keynote: Why Elastic?
Elasticsearch
 
Empowering agencies using Elastic as a Service inside Government
Elasticsearch
 
The opportunities and challenges of data for public good
Elasticsearch
 
Enterprise search and unstructured data with CGI and Elastic
Elasticsearch
 
Ad

Recently uploaded (20)

PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 

Análisis del roadmap del Elastic Stack