Operations | Monitoring | ITSM | DevOps | Cloud

Create Kafka Topics in 3 Easy Steps

Creating a topic in production is an operative task that requires awareness and preparation. In this tutorial, we’ll explain all the parameters to consider when creating a new topic in production. Setting the partition count and replication factor is required when creating a new Topic and the following choices affect the performance and reliability of your system.

How eG Enterprise Helps Citrix Customers: 4 Best Practices to Achieve Citrix Performance Success

With the rapid evolution of Citrix and digital workspace technologies and the advent of cloud computing, Citrix performance management has become a herculean challenge for Citrix administrators. When an end-user calls in complaining of a slow application or desktop, it is extremely tedious and time-consuming for Citrix pros to figure out why it is so and what is causing that. Troubleshooting takes hours, affecting business productivity.

RVM: How to Get Started and Manage Your Ruby Installations

It’s the night before a big deadline, and just before you press the button to deploy, you notice a small but important bug! You open a terminal, type in the command to run the code—and all you see is a page of errors. It’s these palm-sweating moments that make us wonder whether we made the correct career decision. Configuring our systems and keeping them working is a struggle most of us deal with regularly. Ruby Version Manager (RVM) attempts to solve this problem.

Logstash Tutorial: How to Get Started

Logstash is the “L” in the ELK Stack — the world’s most popular log analysis platform and is responsible for aggregating data from different sources, processing it, and sending it down the pipeline, usually to be directly indexed in Elasticsearch. Logstash can pull from almost any data source using input plugins, apply a wide variety of data transformations and enhancements using filter plugins, and ship the data to a large number of destinations using output plugins.