Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Zeppelin, Spark, and InfluxDB for Big Data Time Series Scenarios

So you’re using InfluxDB and Telegraf. Perhaps you’re writing over a million metrics points per second. Perhaps you’ve used Flux to do some data exploration. However, you now find yourself in a little bit of a pickle. You need to process and analyze this large amount of data, and you’d prefer to do that work in your favorite language with your go-to libraries.

Transparent, resource-based pricing with Elastic Enterprise Search

Until now, standard search solution pricing has been based on models that are difficult to understand, expensive to scale, and/or beneficial to only the search vendor. At Elastic, we’re taking a different approach based on the principles of transparency, fairness, and scalability, and have introduced resource-based pricing for our products running on Elastic Cloud. And we believe that this pricing approach will revolutionize Enterprise Search buying and ownership.

What is Amazon ECS?

Many companies are moving their infrastructure and web applications to the cloud. Along with moving to the cloud, organizations are finding new ways to remain agile and nimble, especially when it comes to software. By utilizing Amazon AWS and Amazon ECS, companies are decoupling their monolithic applications and taking advantage of microservice architecture.

What Is End User Monitoring?

For any business to succeed, it’s important for it to reach users effectively. Almost every business today is online and therefore reaches users through applications. If you run an online business, or if you are a part of such a business, it’s important for you to know what impact your application has on your users. One of the best ways for you to know what impact your application has on the user is through end user monitoring.

The Achilles Heel - Why Our Competitors Fall Short

I often smirk when I hear or read about other companies pitching a digital experience management platform for IT support. To outsiders this claim may sound innocuous but after 30 years in IT I know most cannot even come close to understanding, let alone managing, the full Digital Employee Experience (DEX). Why? It’s best to define some terms before I draw any lines in the sand.

How to create user groups and route alerts

“Servcies&Systems” category subscriptions provide a highly flexible way of routing alerts to specific user groups. This can for instance be used to route alerts based on responsibilities or skills. But other scenarios are possible too as the category subscription mechanism is extremely powerful. SIGNL4 currently provides two fundamental ways of routing alerts. The first layer is the routing of alerts based on the “on duty” status.

Stackery Announces Support for AWS HTTP APIs service

Stackery is pleased to announce its addition of support for the new AWS HTTP APIs service which is being introduced today alongside the existing API Gateway tooling. Our addition of such support, in parallel with the GA announcement of HTTP APIs, is an example of how we partner with AWS to accelerate serverless application development and delivery for customers.

Overcoming digital transformation fatigue

Five things to consider for reinvigorating your optimization efforts. Remember that one amazing toy you simply HAD to have as a kid? It’s all you could think about. Every day without it actually felt painful. But when you finally managed to save up enough money to buy that wonderous thing…what you ended up with was a huge disappointment. It didn’t do what was promised. It broke easily. It was cheaply made. And it quickly was added to your heap of discarded playthings.

Create a URL shortener API with Kotlin, the micro-framework Ktor and PostgreSQL (Part 1/2)

The source code for this post can be found on this github repo Ktor is a brand new micro-framework created by the Jetbrains team and running over the JVM. Jetbrains are the authors of Kotlin - the official language for Android, and Intellij - one of the popular IDE. I personally have +4 years of experience using Spring and I wanted to give a try to Ktor which seems promising. Creating a URL shortener is a good way to start.