Operations | Monitoring | ITSM | DevOps | Cloud

DevOps As a Bludgeon

When I first started trying to figure out how to automate database deployments, over 15 years ago, I will freely admit, I was both skeptical and reluctant. I had to be dragged up to the notion that automating getting the database code out the door wasn’t just an excuse by the developers to find a way to bypass the DBA team. As per the traditional, biased, story, our favorite word was “No!”.

Introducing server 3.x: enterprise-focused Kubernetes for self-hosted CircleCI installations

Server 3.x, which is now available to all CircleCI customers, was designed to meet the strictest security, compliance, and regulatory restraints. This self-hosted solution can scale under heavy workloads, all within your team’s Kubernetes cluster on your private network, but with the dynamically scaling cloud experience of CircleCI. Offering an exceptional on-premise service means keeping that service up-to-date with the latest releases.

Scaling my application: am I ready?

Most applications begin with a small to medium-sized user base. Even with migration projects, you would not immediately open your new application to the entire existing user base. Instead, you would first test with some internal users, then open up to early adopters. Nevertheless, if your application is successful, at some point you will face the need to scale it. Nevertheless, if your application is successful, at some point you will face the need to scale it.

Tutorial | How to Set Up LogDNA Ingestion Source

Centralize your logs from any source in LogDNA so that you can monitor and troubleshoot your systems and applications in a single UI. In this video, I’ll show you how to add an ingestion source. We support multiple ingestion sources, which you can learn about in our documentation portal below. In this video, we’ll show you how to ingest Kubernetes logs using the LogDNA Agent.

Tutorial | How to Custom Parsing with LogDNA

LogDNA automatically parses common log types so that you can easily view and search through them. If you have logs that aren't in a format we automatically parse, you can create a custom parsing template so they'll be parsed as well, allowing you to use them in views, alerts, boards, and graphs. In this video, we will show you how to use Custom Parsing templates for a log that we don't automatically parse, such as one from an internal application.

Tutorial | How to use LogDNA Screens

Use LogDNA Screens to display daily log activity from all of your systems or select systems. Use time-shifted graphs to aggregate data from the previous week to compare activity levels in your current week. Our screens let you create an easy-to-read dashboard containing widgets that convey metrics from your logs. These include graphs, gauges, tables, and time-shifted graphs. In this video, we'll create a screen with widgets that provide different views of your webserver's 404s.

Skipping artifact downloads in Bitbucket Pipelines

Allowing steps to skip downloading artifacts has been a highly requested feature from our customers. You can now disable artifact downloading on certain steps that do not require any artifacts, which will allow faster builds and can reduce your costs as a result. Disabling artifact downloads during a step is as easy as switching off a flag. Note that these steps can still produce artifacts to pass down to future steps.