The Wayback Machine - https://web.archive.org/web/20171211083003/http://opensource.sys-con.com:80/node/3248377

Welcome!

Open Source Cloud Authors: Vaibhaw Pandey, Elizabeth White, Progress Blog, Kevin Jackson, Liz McMillan

Related Topics: @DevOpsSummit, Microservices Expo, Linux Containers, Open Source Cloud, @CloudExpo, Apache, FinTech Journal

@DevOpsSummit: Blog Post

Infographic: DevOps Toolkit By @Logentries | @DevOpsSummit [#DevOps]

The top eight must-have technologies for your modern IT and DevOps toolkit

Infographic: The Modern IT and DevOps Toolkit

Over the past year I reckon I have spoken to more than a thousand Developers/IT Os/DevOps folk through customer calls, demos of Logentries, at conferences such as Velocity, DevOpsDays, AWS re:Invent as well as a bunch of other more low key meetups across US and Europe.

Naturally, one of the first questions I tend to ask is: "hey what do you use for logging?"

Quickly followed by: "What other tools do you use?"

Below is a list of tools I frequently come across (note: this is not exhaustive) that I see making up today's modern IT and Dev Ops toolkit.

The Modern IT & DevOps Toolkit?

This is how I think about the modern day IT and Dev management tools that are critical to supporting the distributed and complex environments, applications, and diverse end users today...

Below is an outline of each key category of tools that  need to be in your toolkit, and the leading technologies to consider as you build the toolkit that best supports your team and your organization.

You'll notice a lot of SaasS services; over the past few years people have really started to move away from the on-prem, "roll your own" solutions, and some of the old dinosaurs that tried to provide everything in one box (think Tivoli, Splunk...). Instead they are taking advantage of more specific cloud-based services that are more flexible, require less investment up front, and practically zero management.

Here they are. The top eight must-have technologies for YOUR modern IT and DevOps toolkit:

(Click infographic to enlarge)

Logentries-must-have-technologies-2015-it-devops-toolkit

Share this Infographic On Your Site

Configuration/Automation: Because it is so easy to spin up and down server instances these days, organizations will regularly have 100's or 1000's of instances associated with a specific app or set of services. Furthermore, one thing I have noticed over the past year is the number of organizations with autoscaling in place.

Through 2012/2013 a lot of people were talking about autoscaling, but this year I've noticed a big increase in the percentage of organizations are actually utilizing it. Large and dynamic environments call for orchestration and automation tools such as Chef,Puppet and AnsibleVagrant is a complementary tool which also allows you to easily manage your development environments which is also a common fixture.

Server Monitoring: Keeping an eye on server resource usage and performance metrics has long been a common practice. However, the tool set has moved away from solutions that were traditionally installed on premise (e.g. nagios, Solarwinds' server monitoring) to more lightweight SAAS services that require very little effort to configure and maintain.

Cloudwatch is Amazon's monitoring service which will give you insight into metrics on your service instances and other AWS services and is a very popular choice across the AWS community. Datadog is another popular (SAAS) service that allows you to easily collect all your server and application metrics in once place and can plug into your application components to retrieve metrics as well as other SaaS services and any existing monitoring tools you have in place. Other common SAAS tools for server monitoring include ServerDensity and ScoutApp.

Log Management & Analytics: Logs are important for a range of activities including developer troubleshooting, monitoring production systems, real-time alerting, customer support, application usage analytics... the list goes on. In fact being particularly well positioned to talk about logging use cases :) we see logging use cases limited only by the type of data you choose to log.

Logs have begun to provide very simple way to perform "risk-free analytics";  you do not have to invest heavily in application instrumentation or an expensive BI tool to start to get immediate insights and visibility into your application behavior.

That being said, often the primary reason for organizations requiring a log management solution to to centralize their logs so Development and Ops teams can easily access log data from hundreds or thousands of instances in a single location, without having to manually log into individual boxes.

The open source logging tool of choice tends to be Elasticsearch Logstash Kibana (commonly known as ELK). While this is a great open source tool of choice, as soon as log volumes grow maintenance of ELK can become painful and expensive, and organizations tend to look for a commercial SaaS solution. Organizations with big budgets, dedicated data scientists at hand and time and energy to invest in educating their users have traditionally looked at Splunk for their log management solution. However organizations are frequently looking for a more lightweight, cost effective, and easier to use technologies and without the need to break the bank.

Logentries is a real time log management technology designed for the cloud with more than 35,000 global users. It also provides a unique unlimited logging technology which allows you to send as much data as you like and decide dynamically what data you want to analyze immediately, and what data you route to cold storage for on demand analysis. This can reduce logging costs to a fraction of traditional solutions.

Incident Alert Management: As is evident from this post, the Modern DevOps Toolkit will regularly consist of a number of different lightweight tools that are used side by side rather than one large monolithic solutions of days past. As such, alerting can be a bit of a nightmare with alerts firing from different end points, which can potentially result in a lot of noise.

Furthermore, managing on-call schedules and what team member should get different alerts can also be challenging, especially as teams grow in size. Tools like PagerDuty andVictorOps have been designed to take the pain out of incident alerts and provide a range of capabilities to allow you to filter important alerts from the noise and to route them to the correct team members at the right time.

Data Visualization: Devops teams using lots of different tools to manage their environment often require a centralized dashboard to view and correlate data from different sources. For example almost every tech company office you walk into these days has a number of flat screens containing key performance indicators for the entire team to keep an eye on. Technologies like GeckoboardLibrato, and Graphite (or Hosted Graphite for those not wanting to maintain their own Graphite deployment) are some of the more popular operations dashboards used by DevOps teams today.

Real-Time Messaging: Chat clients are used across almost all organizations for real time comms and have been around for quite some time. Hipchat has likely been the most popular such tool among the Dev and Ops community, with it's nice integrations with Jira and Github as well as its ability to ingest alerts from your different monitoring tools. Slack seems to be the new kid on the block, and I'd personally rank as one of the fastest adopted tools I've come across. Expect slack to be everywhere in 2015 ... if not there already.

APM/End User Experience: Application performance monitoring (APM) is a key technology for developers wanting to optimize and manage the performance of their apps. For Ops teams concerned with overall user experience, APM can give insight into what is happening in your production environments and can be dynamically tuned to provide more information on demand, so that they do not have a constant performance impact on your running systems.

I spent time building APM solutions 10 years ago where they were all on premise solutions that you downloaded, deployed and managed in house. Today, they have largely moved to the cloud with the likes of Smartbear AlertSiteNew RelicAppNeta andAppDynamics leading the charge.

Health Checks: While most server monitoring, logging and APM choices have all moved to the cloud, I still regularly hear that recursive acronym ... NAGIOS ain't gonna insist on sainthood. DevOps teams still have a love/hate relationship with this old reliable, where the common feeling is that while not pretty, but it does the job. When I come across NAGIOS these days it tends to be in the context of health checks for vital services to make sure they are ‘Up', and is usually complemented with tools that provide a deeper dive if investigation is required (e.g. New Relic, Logentries, Cloudwatch...).

Alternatively, health checks are also commonly performed using Pingdom, which gives you a pretty coarse grained view of service uptime and downtime. Another alternative is to perform health checks at the log level, e.g. by using inactivity alerting to get notified when expected behaviors do not behave as expected....

Tell us what you think?

Above is an overview and categorization of the most popular Dev and Ops tools we have regularly come across 2014 as we have engaged with the Logentries Community across customer calls, meetups and conferences. This list is by no mean exhaustive and is our view into what we see as the modern IT and Dev Ops toolkit. Let us know how it lines up with what you see or if you think we are missing any thing?

More Stories By Trevor Parsons

Trevor Parsons is Chief Scientist and Co-founder of Logentries. Trevor has over 10 years experience in enterprise software and, in particular, has specialized in developing enterprise monitoring and performance tools for distributed systems. He is also a research fellow at the Performance Engineering Lab Research Group and was formerly a Scientist at the IBM Center for Advanced Studies. Trevor holds a PhD from University College Dublin, Ireland.

@ThingsExpo Stories
Coca-Cola’s Google powered digital signage system lays the groundwork for a more valuable connection between Coke and its customers. Digital signs pair software with high-resolution displays so that a message can be changed instantly based on what the operator wants to communicate or sell. In their Day 3 Keynote at 21st Cloud Expo, Greg Chambers, Global Group Director, Digital Innovation, Coca-Cola, and Vidya Nagarajan, a Senior Product Manager at Google, discussed how from store operations and ...
In his session at 21st Cloud Expo, Carl J. Levine, Senior Technical Evangelist for NS1, will objectively discuss how DNS is used to solve Digital Transformation challenges in large SaaS applications, CDNs, AdTech platforms, and other demanding use cases. Carl J. Levine is the Senior Technical Evangelist for NS1. A veteran of the Internet Infrastructure space, he has over a decade of experience with startups, networking protocols and Internet infrastructure, combined with the unique ability to it...
SYS-CON Events announced today that Telecom Reseller has been named “Media Sponsor” of SYS-CON's 22nd International Cloud Expo, which will take place on June 5-7, 2018, at the Javits Center in New York, NY. Telecom Reseller reports on Unified Communications, UCaaS, BPaaS for enterprise and SMBs. They report extensively on both customer premises based solutions such as IP-PBX as well as cloud based and hosted platforms.
WebRTC is great technology to build your own communication tools. It will be even more exciting experience it with advanced devices, such as a 360 Camera, 360 microphone, and a depth sensor camera. In his session at @ThingsExpo, Masashi Ganeko, a manager at INFOCOM Corporation, introduced two experimental projects from his team and what they learned from them. "Shotoku Tamago" uses the robot audition software HARK to track speakers in 360 video of a remote party. "Virtual Teleport" uses a multip...
Gemini is Yahoo’s native and search advertising platform. To ensure the quality of a complex distributed system that spans multiple products and components and across various desktop websites and mobile app and web experiences – both Yahoo owned and operated and third-party syndication (supply), with complex interaction with more than a billion users and numerous advertisers globally (demand) – it becomes imperative to automate a set of end-to-end tests 24x7 to detect bugs and regression. In th...
"Cloud Academy is an enterprise training platform for the cloud, specifically public clouds. We offer guided learning experiences on AWS, Azure, Google Cloud and all the surrounding methodologies and technologies that you need to know and your teams need to know in order to leverage the full benefits of the cloud," explained Alex Brower, VP of Marketing at Cloud Academy, in this SYS-CON.tv interview at 21st Cloud Expo, held Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clar...
"There's plenty of bandwidth out there but it's never in the right place. So what Cedexis does is uses data to work out the best pathways to get data from the origin to the person who wants to get it," explained Simon Jones, Evangelist and Head of Marketing at Cedexis, in this SYS-CON.tv interview at 21st Cloud Expo, held Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
SYS-CON Events announced today that Evatronix will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. Evatronix SA offers comprehensive solutions in the design and implementation of electronic systems, in CAD / CAM deployment, and also is a designer and manufacturer of advanced 3D scanners for professional applications.
"MobiDev is a software development company and we do complex, custom software development for everybody from entrepreneurs to large enterprises," explained Alan Winters, U.S. Head of Business Development at MobiDev, in this SYS-CON.tv interview at 21st Cloud Expo, held Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
"IBM is really all in on blockchain. We take a look at sort of the history of blockchain ledger technologies. It started out with bitcoin, Ethereum, and IBM evaluated these particular blockchain technologies and found they were anonymous and permissionless and that many companies were looking for permissioned blockchain," stated René Bostic, Technical VP of the IBM Cloud Unit in North America, in this SYS-CON.tv interview at 21st Cloud Expo, held Oct 31 – Nov 2, 2017, at the Santa Clara Conventi...
SYS-CON Events announced today that CrowdReviews.com has been named “Media Sponsor” of SYS-CON's 22nd International Cloud Expo, which will take place on June 5–7, 2018, at the Javits Center in New York City, NY. CrowdReviews.com is a transparent online platform for determining which products and services are the best based on the opinion of the crowd. The crowd consists of Internet users that have experienced products and services first-hand and have an interest in letting other potential buye...
It is of utmost importance for the future success of WebRTC to ensure that interoperability is operational between web browsers and any WebRTC-compliant client. To be guaranteed as operational and effective, interoperability must be tested extensively by establishing WebRTC data and media connections between different web browsers running on different devices and operating systems. In his session at WebRTC Summit at @ThingsExpo, Dr. Alex Gouaillard, CEO and Founder of CoSMo Software, presented ...
Leading companies, from the Global Fortune 500 to the smallest companies, are adopting hybrid cloud as the path to business advantage. Hybrid cloud depends on cloud services and on-premises infrastructure working in unison. Successful implementations require new levels of data mobility, enabled by an automated and seamless flow across on-premises and cloud resources. In his general session at 21st Cloud Expo, Greg Tevis, an IBM Storage Software Technical Strategist and Customer Solution Architec...
A strange thing is happening along the way to the Internet of Things, namely far too many devices to work with and manage. It has become clear that we'll need much higher efficiency user experiences that can allow us to more easily and scalably work with the thousands of devices that will soon be in each of our lives. Enter the conversational interface revolution, combining bots we can literally talk with, gesture to, and even direct with our thoughts, with embedded artificial intelligence, whic...
To get the most out of their data, successful companies are not focusing on queries and data lakes, they are actively integrating analytics into their operations with a data-first application development approach. Real-time adjustments to improve revenues, reduce costs, or mitigate risk rely on applications that minimize latency on a variety of data sources. In his session at @BigDataExpo, Jack Norris, Senior Vice President, Data and Applications at MapR Technologies, reviewed best practices to ...
An increasing number of companies are creating products that combine data with analytical capabilities. Running interactive queries on Big Data requires complex architectures to store and query data effectively, typically involving data streams, an choosing efficient file format/database and multiple independent systems that are tied together through custom-engineered pipelines. In his session at @BigDataExpo at @ThingsExpo, Tomer Levi, a senior software engineer at Intel’s Advanced Analytics gr...
When talking IoT we often focus on the devices, the sensors, the hardware itself. The new smart appliances, the new smart or self-driving cars (which are amalgamations of many ‘things’). When we are looking at the world of IoT, we should take a step back, look at the big picture. What value are these devices providing? IoT is not about the devices, it’s about the data consumed and generated. The devices are tools, mechanisms, conduits. In his session at Internet of Things at Cloud Expo | DXWor...
Everything run by electricity will eventually be connected to the Internet. Get ahead of the Internet of Things revolution. In his session at @ThingsExpo, Akvelon expert and IoT industry leader Sergey Grebnov provided an educational dive into the world of managing your home, workplace and all the devices they contain with the power of machine-based AI and intelligent Bot services for a completely streamlined experience.
SYS-CON Events announced today that Synametrics Technologies will exhibit at SYS-CON's 22nd International Cloud Expo®, which will take place on June 5-7, 2018, at the Javits Center in New York, NY. Synametrics Technologies is a privately held company based in Plainsboro, New Jersey that has been providing solutions for the developer community since 1997. Based on the success of its initial product offerings such as WinSQL, Xeams, SynaMan and Syncrify, Synametrics continues to create and hone inn...
SYS-CON Events announced today that Google Cloud has been named “Keynote Sponsor” of SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. Companies come to Google Cloud to transform their businesses. Google Cloud’s comprehensive portfolio – from infrastructure to apps to devices – helps enterprises innovate faster, scale smarter, stay secure, and do more with data than ever before.