Operations | Monitoring | ITSM | DevOps | Cloud

How to Move Kubernetes Logs to S3 with Logstash

Sometimes, the data you want to analyze lives in AWS S3 buckets by default. If that’s the case for the data you need to work with, good on you: You can easily ingest it into an analytics tool that integrates with S3. But what if you have a data source — such as logs generated by applications running in a Kubernetes cluster — that isn’t stored natively in S3? Can you manage and analyze that data in a cost-efficient, scalable way? The answer is yes, you can.

DHCP scope

It’s possible to have more than one DHCP server on the same network and still have everything work right, with no conflicts and no dropped packets or IP requests. It’s really not that hard to pull together, either, but there are some things to know, and some things to consider before we investigate that situation. For this blog, we’ll put some of the overlooked facets of DHCP in bold text. Let’s take a look.

TL;DR InfluxDB Tech Tips - Optimizing Flux Performance in InfluxDB Cloud

So you’re using InfluxDB Cloud and you’re taking full advantage of Flux to create custom data processing tasks, checks, and notifications. However, you notice that some of your Flux scripts aren’t executing as quickly as you expect. In this post, we’ll learn about best practices and tools for optimizing Flux performance.

Step-By-Step Guide for a Successful Data Center Consolidation

Whether you are downsizing your infrastructure within a single room or eliminating half of your data center sites, a data center consolidation is a complex, risk-prone project. Fortunately, you can mitigate many of the mistakes and unwelcome surprises that even the most experienced data center professionals find derailing their project and instead enjoy the many advantages of a data center consolidation.

Pros and Cons of Free Web Hosting

Selecting a web hosting service is essential for making your site go live. But if you are starting up or have a limited budget, it is usually challenging to buy a hosting service costing as much as $100 per year. Most of the paid plans don't offer a free trial. If you just want to try a blogging idea, practice designing a website, or have limited to no earnings, you can get started with free web hosting.

Surprising ways page loading time affects your bottom line

Avid kite flyer, publisher, and postmaster Benjamin Franklin is believed to have coined the catchphrase, “time is money”. If only he had known just how relevant the phrase would become hundreds of years later, especially when it comes to the relationship between customer expectations of your website’s page load times and lost revenue. Page load time is the time it takes your browser to retrieve a page, with all content, and display it in full.

Object Storage vs Block Storage - What's the difference?

At Taloflow we recently launched a way for companies migrating from AWS/GCP/Azure to 3rd party object storage providers like Storj to receive an objective TCO analysis of all the switching and storing costs associated. But what exactly is object storage - and how does it compare to block storage? For both, we will cover the technical description, benefits, and application use-cases.

A to Z of Kubernetes and Containerization

As more enterprises shift towards cloud-native, containers are proving their worth in providing developers with a flexible way to quickly get applications up and running in the cloud. Kubernetes is an integral part of this journey, offering an industry leading container orchestration platform to automate the deployment, scaling and management of containers.

Cherwell Monitoring in Production

I have been working on a couple of monitoring ideas for Cherwell. I didn’t see anything with a quick online search, and I enjoy authoring MPs to monitor applications, it is the closest I’ll get to 007. I’ve hit a major hurdle and I need to ask for a hand from the community. We have a lab environment that’s worked great while developing the Cherwell integration for Connection Center, however, it is not a good simulation for an actual deployment.

Elasticsearch Text Analysis: How to Use Analyzers and Normalizers

Elasticsearch is a distributed search and analytics engine used for real-time data processing of several different data types. Elasticsearch has built-in processing for numerical, geospatial, and structured text values. Unstructured text values have some built-in analytics capabilities, but custom text fields generally require custom analysis. Built-in text analysis uses analyzers provided by Elasticsearch, but customization is also possible.