Webinar Elastic Stack (On Telecom) English Webinar Part
Webinar Elastic Stack (On Telecom) English Webinar Part
Telecom Analytics
@lasri
Telecoms Engineer
+12, Senior Architect BSS/OSS, Analytics
Revenue Assurance & Fraud Management
2
Housekeeping & Logistics
3
Agenda
4
Telecom Data Challenges
Network Optimizing
Network Operations
QoS & SLA, CEM
Fraud (Assurance)
Smart Marketing
5
NoSQL is better at
“scaling out” than RDBMS
Issue #1 : RDBMS fails to support Big Data Issue #2 : Capex & Opex Cost Open Source NoSQL
Scaling "out" with RDBMS is not possible Example : Oracle's Enterprise Edition Plus Business
Intelligence Suite lists at $221,2500 per processor How do you build
Distributed
H. Scalable,
Search/Analytics
platform ?
6
Elastic Stack Overview
7
High Level Architecture
ELASTICSEARCH
8
Anatomy of Logstash Pipeline
Stages:
High Level example of logstash pipeline
Kibana data discovery, visualization & dashboarding
Elasticsearch data frames & entity-centric index (Starting version 7.3.0)
10
Webinar : Introducing Elastic
Stack for Telecom Analytics
(Q&A Session)
Indices
Aliases
Documents
Fields
Users
Cluster
13
X-Pack Open Code
14
Elastic Stack Features
15
Elasticsearch Scaling
16
16
Elasticsearch Resiliency/HA
PUT /cortex_ocs_data
{
"settings" : {
"index.default_pipeline": "cortex_data_ingest",
"index" : {
"number_of_shards" : 5,
"number_of_replicas" : 1,
"refresh_interval" : "10s"
}
},
"mappings": {
"properties": {
"@timestamp": {"type": "date"},
"event_id": {"type": "keyword"},
"event_type": {"type": "keyword"},
"caller_party_number": {"type": "keyword"},
"called_party_number": {"type": "keyword"},
"duration": {"type": "long"}
}
}
} 17
Elasticsearch CCR/DR
18
Elasticsearch CCR/DR
19
Elasticsearch CCR/DR
20
Elasticsearch CCR/DR
21
Analytics for The Network
Dominate Telco Deployments
Main Findings
45% of the press releases/case studies related to the network
36% specifically to network management and assurance
The relative maturity of using ML in campaign management and the
reduction in hype around consumer chatbots meant that there was less
case study materials seen in this 2018/19 analysis period than might be
expected.
Increased activity was seen in field service workforce management, the
contact center and digital channels.
22
Source : https://charlottepatrick.uk/most-popular-a3-projects-in-2018-19/
Beats (Logs & Security Analytics)
23
Logstash Input
24
Logstash Filter
25
Logstash Output
26
Logstash Pipeline
27