Operations | Monitoring | ITSM | DevOps | Cloud

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).

The Most Reliable WordPress Hosting Providers. The Study Based on Real Outage Data

According to data from W3Techs, more than 40% of all websites are built on WordPress. Therefore, it’s no surprise that WordPress hosting has skyrocketed in popularity recently and hosting providers have proliferated. With so many choices, it’s important to understand just how reliable WordPress hosts are, especially when it comes to downtime. Web hosting downtime can have significant consequences such as business loss, brand damage, and missed opportunities.

The Importance of Observability

While IT pros know they need to monitor IT services, they also know it can be the most difficult part of their job. Traditionally, enterprises have cobbled together several disparate monitoring products to address all their monitoring needs – but there are often gaps. Within these gaps, issues are missed, and the possibility of proactive issue resolution becomes nearly impossible.

What Databases Taught Me About Scaling Observability

I recently attended a virtual event and heard the speaker comment, “Relational databases don’t scale.” To my ears, this is about as silly a statement as saying, “No one can eat 26 hot dogs in 12 minutes” right before Kobayashi shows up and eats 50. In my experience, relational databases scale when they’re placed in the hands of someone who knows what they’re doing. Just imagine if Kobayashi was your data architect!

It's Time To Stop Pitting On Prem and Cloud Against Each Other

Most sentences that include both on premises and cloud usually put the word “or” between them, or perhaps “vs.” But most enterprises operate in the world of “and.” In other words, they have workloads on premises and in the cloud—and that little three-letter word makes a world of difference.

High Citrix logon durations

Every Citrix VAD/DaaS engineering team is responsible for a healthy Citrix VAD or DaaS deployment (yes also DaaS). But the most important task is providing great user experience. Is the team sure end users are actually getting that great user experience? Can they prove it? Are they going to be alarmed immediately whenever they are not and find the root cause quickly? Does the team know which users are affected.

How to handle Android exceptions and avoid application crashes

Let’s start by stating the obvious: an exception is a problem that occurs during the runtime of a program which disrupts its conventional flow and exception handling is the process of responding to an exception. In Android, not handling an exception will lead to your application crashing and you seeing the dreaded “App keeps stopping” dialog. This makes handling exceptions incredibly important, and let’s face it: no one is going to use an app that continually crashes.