Operations | Monitoring | ITSM | DevOps | Cloud

Watch: 5 tips for improving Grafana Loki query performance

Grafana Loki is designed to be cost effective and easy to operate for DevOps and SRE teams, but running queries in Loki can be confusing for those who are new to it. Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It doesn’t index the content of the logs, but rather a set of labels for each log stream.

Prometheus Roadmap and Latest Updates

We Just celebrated 10 year birthday to Prometheus last month. Prometheus was the second project to join the Cloud Native Computing Foundation after Kubernetes in 2016, and has quickly become the de-facto way to monitor Kubernetes workloads. The plug-and-play experience, just putting Prometheus server and starting to see metrics flowing in tagged with Kubernetes labels, was a compelling offer.

New Year's (observability) Resolutions

A new year has started and I've been pondering my hopes and dreams for the year to come. In the world of SRE, observability is the most prominent pillar of my work. So, I decided to drill into the topic of observability and what I'd like to see happen in the industry in 2023. Rather than focusing on any tool, technology, or methodology, I'lll be exploring concepts that can be broadly applied in any organization.

5 Best Practices for Real User Monitoring

Real User Monitoring (RUM) is a method of web performance monitoring that captures user experience metrics on visitors to your website. It is also known as real user metrics, end-user experience monitoring, or simply user monitoring. You can think of Real User Monitoring as an automated way to get user feedback on your website. Not every user will complete a survey or fill out a feedback form, but RUM listens to each one of your users.

11 Best SSL Certificate Monitoring Tools in 2023

Without an active SSL certificate, user contact with the website is no longer secured, making it possible for any malicious entity to access private user information. Users are unlikely to return to the website after viewing a security notice, though. The simplest way to monitor the expiration of your site certificates is to use an efficient, automatic SSL certificate expiry monitoring solution.

9 Go-To SysAdmin Password Generators

System Administrators use various tools to get the job done. Among that tech stack, SysAdmin password generators are an absolute must. However, there are a lot of options to choose from, and making the right choice can often be a daunting task. Similar as we did a while ago with enterprise password managers, let’s review the favorites, and break their pros and cons down into digestible information.

Elastic Observability 8.6: Maximizing operational efficiencies with improved application analysis and workflow integrations

Elastic Observability 8.6 introduces a set of capabilities improving production operations through the introduction of host (EC2/GCP compute/Azure compute) observability, application dependency operations views (insights into databases, caches, etc), and a new connector for Opsgenie. These new features allow customers to: Elastic Observability 8.6 is available now on Elastic Cloud — the only hosted Elasticsearch offering to include all of the new features in this latest release.

Elastic Enterprise Search 8.6: Reduce time to relevant search results - for file systems, MongoDB, and Amazon S3

Elastic Enterprise Search 8.6 enables customers to index searchable content on file systems, network drives, MongoDB, and Amazon S3. With new connectors for network drives and Amazon S3, content indexed can easily be transformed for natural language processing (NLP) use cases with intuitive tooling to test and tune your search experience with the trained model of your choice.

Time Zones: A Logger's Worst Nightmare

When working with log messages, it’s critical that the timestamp of the log message is accurate. Incorrect timestamps can cause problems when trying to find log messages at a specific date/time or may cause alerts to not function properly. A common cause of incorrect timestamps for log messages is a mismatch of time zones between the log source (device sending the log) and log destination (device receiving the log, such as Graylog).