SlideShare a Scribd company logo
1 of 23
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement.
IMPACT – Team 3
Amrita Deo
Fatima Khan
Kayla Macdonald
Chelsea Metcalf
Sagarkumar Shah
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 2
Team Introduction
Name College Major Current Year Intern
Assignment
Amrita Deo
(COS)
University of
California
Berkeley
Computer
Science
Junior Metadata
Management
Project
Fatima Khan
(COS)
George Mason
University
Information
Technology
Senior IMPACT –
Name Service
Browser
Kayla
Macdonald
(TT)
Cornell
University
Computer
Science
Senior N&T
Architecture
Chelsea
Metcalf (SV)
University of
Florida
Computer
Science
Ph.D. DTI Express
Sagarkumar
Shah
(COS)
University of
Texas at
Arlington
Computer
Science
Masters IMPACT –
Name Service
Browser
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 3
• IMPACT – Integrated Management Platform (for) Advanced
Communication Technologies
• IMPACT provides surveillance, alarm topology augmentation, correlation,
ticketing and automation capabilities for the Verizon Wireline global
network for Verizon operation center users
– Finds problems within our network
– IMPACT is internal to Verizon
– Trouble Tickets created in:
• ETMS (external networks)
• vRepair (internal networks)
• Our task
– Filter and analyze Event Services error logs part of IMPACT
– Suggestions to improve efficiency
IMPACT
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 4
• Elasticsearch
– An open source search server
– Developed in Java
• Logstash
– Data pipeline for managing documents
– Collects, processes, and forwards events and log messages
• Kibana
– Interactive dashboard to show the visualizations
– Easy to chart and clearly visualize data
ELK
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 5
Timeline
July 20:
Watch tutorial
videos
July 20:
Download
Logstash,
ElasticSearch,
and Kibana
July 21:
Examine the
log files
July 21:
Load log files
into Logstash
July 22 - 28:
Analyze log
files
July 22 - 27:
Create
visualizations &
dashboard in
Kibana
July 27 - 29:
Formulate
business
proposal and
presentation
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 6
• Download Elasticsearch,
Logstash, and Kibana
• Navigate to the Elasticsearch
folder and go into “bin”. Run:
elasticsearch.bat
• Navigate to the Logstash
folder and go into “bin”. Run: logstash –f <filepath> where filepath
is the configuration file
• Navigate to the Kibana folder and go into “bin”. Run: kibana.bat
Set Up
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 7
• Initial log files from testing environment (4 files)
• Error Log files (104 files) from production environment
• Instead used error log files from production servers (IPGOMP91 and
IPGOMP92)
• Analyzed error logs to find a way to make the application more efficient
Workflow
Time Class Name Message
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 8
• Configuration file
– Input
– Grok filters
Workflow
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 9
– Output
• Template Configuration
Workflow
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 10
Results & Analysis
common.pojo.ESUtil
ejb.AddAlarmsCommentMDB
ejb.ESDBServicesBean
ejb.EventServicesBean
ejb.TUSMessageProcessorMDB
52 days 151943
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 11
Results & Analysis – A Closer Look
Describes what state the
event is in; where
automation is in the
process
Tried to add a comment on
a ticket but the ticket is
locked doing something
else at that time and
cannot make the update
Error for alarm is
associated with another
event
Tried to add alarm to event
but it already closed
Unable to find key for alarm
Inner Circle:
First part of the error
message
Outer Circle
Second part of the
error message
Together make the
full error message
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 12
Dashboard Demonstration
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 13
• Two possible solutions:
1. Removing extra data from error log files, allowing more history in the log
• This level of effort would cost a little less than $4,000
– A one-time investment
• These current common errors occur frequently
– 76% of current error log is unnecessary reporting
– Allows each error log file to hold information for 9 days rather than 3 days
– Saves processing time for requests
» Development will not have to search through the NIWS database as often
2. Increase the application log disk space by 1.8 GB
• Would cost approximately $2,010
– A one-time investment
• More information can be kept in the logs
• This is a more cost effective solution
Suggested Solutions
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 14
TASK TIME
Reporting problem to Support 15 minutes
Support does research 60 minutes
Support gives problem to Development
Development does research 60 minutes
Not in database; Development  Support
Support does research on recent example of issue 60 minutes
Support  Development
Development finds the similar problem 60 minutes
Current Processes & Financials
TOTAL TIME: 255 minutes
255 minutes ÷ 60 minutes = 4.25 hours
4.25 hours x $48 hours blended rate = $204 per request
$204 x 7 requests per month = $1,428 per month
$1,428 x 12 months = $17,136 per year
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 15
TASK TIME
Reporting problem to Support 15 minutes
Support does research 60 minutes
Support gives problem to Development
Development does research 60 minutes
Not in database; Development  Support
Support does research on recent example of issue 60 minutes
Support  Development
Development finds the similar problem 60 minutes
Processes & Financials
for the Suggested Solutions
TOTAL TIME: 135 minutes
135 minutes ÷ 60 minutes = 2.25 hours
2.25 hours x $48 hours blended rate = $108 per request
$108 x 7 requests per month = $756 per month
$756 x 12 months = $9,072 per year
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 16
1. Removing extra information
80 hours LOE x $48 blended rate = $3,840 additional in year one cost
Savings after 5 years: ($8,064 x 5 yrs) = $40,320 - $3,840 = $36,480 total
2. More disk space
$10 + order and procurement time = $2,010 additional in year one cost
Savings after 5 years: ($8,064 x 5 yrs) = $40,320 - $2,010 = $38,310 total
Financials for Suggested Solutions
Year 1 2 …
Cost $3,840 + $9,072 = $12,912 $9,072 $9,072
Year 1 2 …
Cost $2,010 + $9,072 = $11,082 $9,072 $9,072
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 17
• Where IMPACT is now:
– 3 days of information per log file
– 4+ hours, $200+ per request
• Suggested changes:
– 9 days of information per log file
– Greater disk space (1.8 GB) - $2,000 one time cost
OR
– Separate log file for errors/warnings
• What will improve:
– Faster log lookups
– Save money, time and resources
• 2+ hours per request
• Either option will save $8,064 per year after the first year
Executive Summary
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 18
• Pros:
– Gave IT interns an exposure to business processes
– Networking with interns in other locations
– Working in groups and collaborating with other interns
• Cons:
– Vague instructions
– Time constraints
– Initially given testing log files
– Online document sharing websites were inaccessible for collaboration on the
Verizon network
– Time difference between interns in the group made it difficult to communicate
Our Experience
19Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement.
Thank you!
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 20
Backup Slides
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 21
• An open source search server
• Developed in Java
• Provides scalable search
• Near real-time search
• Allows for multiple independent instances of applications to work in a
shared environment
• Used Elasticsearch to modify the data loaded in Logstash so that it is
ready for Kibana
ElasticSearch
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 22
• Data pipeline for managing documents
• Open source tool
• Collects, processes, and forwards events and log messages
• Using Logstash:
– Uploaded the IMPACT error log files to Logstash
– Wrote the configuration file to process the log files
Logstash
Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 23
• Flexible analytics
• Visualization platform
• Easy to chart and clearly visualize data
• Used Kibana to observe trends from the data
• Interactive dashboard to show the visualizations
• Easy to chart and clearly visualize data
Kibana

More Related Content

Similar to Presentation

"We're all in this together" - educating users on the importance of cyber sec...
"We're all in this together" - educating users on the importance of cyber sec..."We're all in this together" - educating users on the importance of cyber sec...
"We're all in this together" - educating users on the importance of cyber sec...Jisc
 
Automation Anywhere - Imagine New York 2019 - Verizon
Automation Anywhere - Imagine New York 2019 - VerizonAutomation Anywhere - Imagine New York 2019 - Verizon
Automation Anywhere - Imagine New York 2019 - VerizonAutomation Anywhere
 
Aa imagine ny19_verizon-041019ppt.aai.format
Aa imagine ny19_verizon-041019ppt.aai.formatAa imagine ny19_verizon-041019ppt.aai.format
Aa imagine ny19_verizon-041019ppt.aai.formatTracy Gibson
 
RenewData Corporate Brochure
RenewData Corporate BrochureRenewData Corporate Brochure
RenewData Corporate BrochureAlan Brooks
 
Elasticsearch : petit déjeuner du 13 mars 2014
Elasticsearch : petit déjeuner du 13 mars 2014Elasticsearch : petit déjeuner du 13 mars 2014
Elasticsearch : petit déjeuner du 13 mars 2014ALTER WAY
 
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott Spector
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott SpectorVerizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott Spector
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott SpectorScott Spector
 
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonDOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonGene Kim
 
User management - the next-gen of authentication meetup 27012022
User management - the next-gen of authentication meetup 27012022User management - the next-gen of authentication meetup 27012022
User management - the next-gen of authentication meetup 27012022lior mazor
 
Capture Discovery
Capture DiscoveryCapture Discovery
Capture Discoverywlucina
 
eDiscovery Perspective
eDiscovery PerspectiveeDiscovery Perspective
eDiscovery PerspectiveRuss Gould
 
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014ALTER WAY
 
Making Product Defensible with Scale by Quora Product Lead
Making Product Defensible with Scale by Quora Product LeadMaking Product Defensible with Scale by Quora Product Lead
Making Product Defensible with Scale by Quora Product LeadProduct School
 
Functional Programming at Verizon
Functional Programming at VerizonFunctional Programming at Verizon
Functional Programming at VerizonTimothy Perrett
 
Domain Name Association Registry-Registrar Operations Working Group
Domain Name Association Registry-Registrar Operations Working GroupDomain Name Association Registry-Registrar Operations Working Group
Domain Name Association Registry-Registrar Operations Working GroupDomain Name Association
 
Complex Analytics using Open Source Technologies
Complex Analytics using Open Source TechnologiesComplex Analytics using Open Source Technologies
Complex Analytics using Open Source TechnologiesDataWorks Summit
 
Cut End-to-End eDiscovery Time in Half: Leveraging the Cloud
Cut End-to-End eDiscovery Time in Half: Leveraging the CloudCut End-to-End eDiscovery Time in Half: Leveraging the Cloud
Cut End-to-End eDiscovery Time in Half: Leveraging the CloudDruva
 

Similar to Presentation (20)

"We're all in this together" - educating users on the importance of cyber sec...
"We're all in this together" - educating users on the importance of cyber sec..."We're all in this together" - educating users on the importance of cyber sec...
"We're all in this together" - educating users on the importance of cyber sec...
 
Automation Anywhere - Imagine New York 2019 - Verizon
Automation Anywhere - Imagine New York 2019 - VerizonAutomation Anywhere - Imagine New York 2019 - Verizon
Automation Anywhere - Imagine New York 2019 - Verizon
 
Aa imagine ny19_verizon-041019ppt.aai.format
Aa imagine ny19_verizon-041019ppt.aai.formatAa imagine ny19_verizon-041019ppt.aai.format
Aa imagine ny19_verizon-041019ppt.aai.format
 
RenewData Corporate Brochure
RenewData Corporate BrochureRenewData Corporate Brochure
RenewData Corporate Brochure
 
Elasticsearch : petit déjeuner du 13 mars 2014
Elasticsearch : petit déjeuner du 13 mars 2014Elasticsearch : petit déjeuner du 13 mars 2014
Elasticsearch : petit déjeuner du 13 mars 2014
 
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott Spector
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott SpectorVerizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott Spector
Verizon NAB Show Media Cloud Ecosystem April 6, 2015 Final Scott Spector
 
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonDOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
 
User management - the next-gen of authentication meetup 27012022
User management - the next-gen of authentication meetup 27012022User management - the next-gen of authentication meetup 27012022
User management - the next-gen of authentication meetup 27012022
 
Opra W2&4 Tech Essentials
Opra W2&4 Tech EssentialsOpra W2&4 Tech Essentials
Opra W2&4 Tech Essentials
 
Creating Your Own Technology Plan Toledo
Creating Your Own Technology Plan   ToledoCreating Your Own Technology Plan   Toledo
Creating Your Own Technology Plan Toledo
 
Capture Discovery
Capture DiscoveryCapture Discovery
Capture Discovery
 
eDiscovery Perspective
eDiscovery PerspectiveeDiscovery Perspective
eDiscovery Perspective
 
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
 
Making Product Defensible with Scale by Quora Product Lead
Making Product Defensible with Scale by Quora Product LeadMaking Product Defensible with Scale by Quora Product Lead
Making Product Defensible with Scale by Quora Product Lead
 
Functional Programming at Verizon
Functional Programming at VerizonFunctional Programming at Verizon
Functional Programming at Verizon
 
DNA Reg Ops Meeting
DNA Reg Ops MeetingDNA Reg Ops Meeting
DNA Reg Ops Meeting
 
Domain Name Association Registry-Registrar Operations Working Group
Domain Name Association Registry-Registrar Operations Working GroupDomain Name Association Registry-Registrar Operations Working Group
Domain Name Association Registry-Registrar Operations Working Group
 
Complex Analytics using Open Source Technologies
Complex Analytics using Open Source TechnologiesComplex Analytics using Open Source Technologies
Complex Analytics using Open Source Technologies
 
Cut End-to-End eDiscovery Time in Half: Leveraging the Cloud
Cut End-to-End eDiscovery Time in Half: Leveraging the CloudCut End-to-End eDiscovery Time in Half: Leveraging the Cloud
Cut End-to-End eDiscovery Time in Half: Leveraging the Cloud
 
Webinar Win In Court V3
Webinar Win In Court V3Webinar Win In Court V3
Webinar Win In Court V3
 

Presentation

  • 1. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. IMPACT – Team 3 Amrita Deo Fatima Khan Kayla Macdonald Chelsea Metcalf Sagarkumar Shah
  • 2. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 2 Team Introduction Name College Major Current Year Intern Assignment Amrita Deo (COS) University of California Berkeley Computer Science Junior Metadata Management Project Fatima Khan (COS) George Mason University Information Technology Senior IMPACT – Name Service Browser Kayla Macdonald (TT) Cornell University Computer Science Senior N&T Architecture Chelsea Metcalf (SV) University of Florida Computer Science Ph.D. DTI Express Sagarkumar Shah (COS) University of Texas at Arlington Computer Science Masters IMPACT – Name Service Browser
  • 3. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 3 • IMPACT – Integrated Management Platform (for) Advanced Communication Technologies • IMPACT provides surveillance, alarm topology augmentation, correlation, ticketing and automation capabilities for the Verizon Wireline global network for Verizon operation center users – Finds problems within our network – IMPACT is internal to Verizon – Trouble Tickets created in: • ETMS (external networks) • vRepair (internal networks) • Our task – Filter and analyze Event Services error logs part of IMPACT – Suggestions to improve efficiency IMPACT
  • 4. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 4 • Elasticsearch – An open source search server – Developed in Java • Logstash – Data pipeline for managing documents – Collects, processes, and forwards events and log messages • Kibana – Interactive dashboard to show the visualizations – Easy to chart and clearly visualize data ELK
  • 5. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 5 Timeline July 20: Watch tutorial videos July 20: Download Logstash, ElasticSearch, and Kibana July 21: Examine the log files July 21: Load log files into Logstash July 22 - 28: Analyze log files July 22 - 27: Create visualizations & dashboard in Kibana July 27 - 29: Formulate business proposal and presentation
  • 6. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 6 • Download Elasticsearch, Logstash, and Kibana • Navigate to the Elasticsearch folder and go into “bin”. Run: elasticsearch.bat • Navigate to the Logstash folder and go into “bin”. Run: logstash –f <filepath> where filepath is the configuration file • Navigate to the Kibana folder and go into “bin”. Run: kibana.bat Set Up
  • 7. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 7 • Initial log files from testing environment (4 files) • Error Log files (104 files) from production environment • Instead used error log files from production servers (IPGOMP91 and IPGOMP92) • Analyzed error logs to find a way to make the application more efficient Workflow Time Class Name Message
  • 8. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 8 • Configuration file – Input – Grok filters Workflow
  • 9. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 9 – Output • Template Configuration Workflow
  • 10. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 10 Results & Analysis common.pojo.ESUtil ejb.AddAlarmsCommentMDB ejb.ESDBServicesBean ejb.EventServicesBean ejb.TUSMessageProcessorMDB 52 days 151943
  • 11. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 11 Results & Analysis – A Closer Look Describes what state the event is in; where automation is in the process Tried to add a comment on a ticket but the ticket is locked doing something else at that time and cannot make the update Error for alarm is associated with another event Tried to add alarm to event but it already closed Unable to find key for alarm Inner Circle: First part of the error message Outer Circle Second part of the error message Together make the full error message
  • 12. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 12 Dashboard Demonstration
  • 13. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 13 • Two possible solutions: 1. Removing extra data from error log files, allowing more history in the log • This level of effort would cost a little less than $4,000 – A one-time investment • These current common errors occur frequently – 76% of current error log is unnecessary reporting – Allows each error log file to hold information for 9 days rather than 3 days – Saves processing time for requests » Development will not have to search through the NIWS database as often 2. Increase the application log disk space by 1.8 GB • Would cost approximately $2,010 – A one-time investment • More information can be kept in the logs • This is a more cost effective solution Suggested Solutions
  • 14. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 14 TASK TIME Reporting problem to Support 15 minutes Support does research 60 minutes Support gives problem to Development Development does research 60 minutes Not in database; Development  Support Support does research on recent example of issue 60 minutes Support  Development Development finds the similar problem 60 minutes Current Processes & Financials TOTAL TIME: 255 minutes 255 minutes ÷ 60 minutes = 4.25 hours 4.25 hours x $48 hours blended rate = $204 per request $204 x 7 requests per month = $1,428 per month $1,428 x 12 months = $17,136 per year
  • 15. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 15 TASK TIME Reporting problem to Support 15 minutes Support does research 60 minutes Support gives problem to Development Development does research 60 minutes Not in database; Development  Support Support does research on recent example of issue 60 minutes Support  Development Development finds the similar problem 60 minutes Processes & Financials for the Suggested Solutions TOTAL TIME: 135 minutes 135 minutes ÷ 60 minutes = 2.25 hours 2.25 hours x $48 hours blended rate = $108 per request $108 x 7 requests per month = $756 per month $756 x 12 months = $9,072 per year
  • 16. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 16 1. Removing extra information 80 hours LOE x $48 blended rate = $3,840 additional in year one cost Savings after 5 years: ($8,064 x 5 yrs) = $40,320 - $3,840 = $36,480 total 2. More disk space $10 + order and procurement time = $2,010 additional in year one cost Savings after 5 years: ($8,064 x 5 yrs) = $40,320 - $2,010 = $38,310 total Financials for Suggested Solutions Year 1 2 … Cost $3,840 + $9,072 = $12,912 $9,072 $9,072 Year 1 2 … Cost $2,010 + $9,072 = $11,082 $9,072 $9,072
  • 17. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 17 • Where IMPACT is now: – 3 days of information per log file – 4+ hours, $200+ per request • Suggested changes: – 9 days of information per log file – Greater disk space (1.8 GB) - $2,000 one time cost OR – Separate log file for errors/warnings • What will improve: – Faster log lookups – Save money, time and resources • 2+ hours per request • Either option will save $8,064 per year after the first year Executive Summary
  • 18. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 18 • Pros: – Gave IT interns an exposure to business processes – Networking with interns in other locations – Working in groups and collaborating with other interns • Cons: – Vague instructions – Time constraints – Initially given testing log files – Online document sharing websites were inaccessible for collaboration on the Verizon network – Time difference between interns in the group made it difficult to communicate Our Experience
  • 19. 19Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. Thank you!
  • 20. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 20 Backup Slides
  • 21. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 21 • An open source search server • Developed in Java • Provides scalable search • Near real-time search • Allows for multiple independent instances of applications to work in a shared environment • Used Elasticsearch to modify the data loaded in Logstash so that it is ready for Kibana ElasticSearch
  • 22. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 22 • Data pipeline for managing documents • Open source tool • Collects, processes, and forwards events and log messages • Using Logstash: – Uploaded the IMPACT error log files to Logstash – Wrote the configuration file to process the log files Logstash
  • 23. Confidentialand proprietary materials for authorized Verizon personnel and outside agencies only. Use, disclosure or distribution of this material is not permitted to any unauthorized persons or third parties except by written agreement. 23 • Flexible analytics • Visualization platform • Easy to chart and clearly visualize data • Used Kibana to observe trends from the data • Interactive dashboard to show the visualizations • Easy to chart and clearly visualize data Kibana

Editor's Notes

  1. chelsea
  2. chelsea
  3. chelsea
  4. sagar
  5. sagar
  6. sagar
  7. Amrita
  8. Amrita
  9. sagar
  10. amrita
  11. Fatima
  12. Fatima
  13. Fatima
  14. kayla
  15. Kayla