Operations | Monitoring | ITSM | DevOps | Cloud

November 2021

Introducing LM Concierge

At LogicMonitor, the success of our customers is our biggest priority. Through product training, guidance, and support, we strive to help you optimize the maximum value out of your LogicMonitor investment. That is why we are delighted to introduce LM Concierge; the most robust, exclusive support and services offering for Enterprise customers to take their LogicMonitor journey to the next level.

Monolithic (Legacy) vs. Microservices Application Development

Microservices are becoming increasingly popular and are considered to be the next flexible, scalable, and reliable approach. Without a doubt, many developers are rethinking their application development methods. However, while many have been quick to jump on the microservices bandwagon, it’s not a decision that you should make lightly.

Windows Event Log Best Practices for Operations Teams

The Windows Event log is an essential tool for administrators to investigate and diagnose potential system issues, but it can also be a daunting task to gain real value and separate useful log entries from noisy non-essential activity. Depending on the level of logging that can be useful, Windows events can span system issues, application-specific issues, and also dive into security type issues around unauthorized access, login failures, and unusual behavior.

Implementing SLAs, SLIs, and SLOs in an observability suite

Implementing SLAs, SLIs, and SLOs in an observability suite is now business-critical. Over time, a company’s decision-makers can add a burdensome number of KPIs that force servers and other IT assets to devote excessive processing time to business intelligence. Eventually, the burden becomes so great that employees, managers, and executives start to complain about the system’s sluggishness. Developers know that they need to strike a balance between business needs and IT processes.

Observability for Banks and Financial Services Organizations: Top 4 Challenges and How Monitoring Can Help

The Covid-19 pandemic has disrupted how most businesses operate. In fact, 87% of global IT decision makers agree that the Covid-19 pandemic will cause organizations to accelerate their migration to the cloud. While digital transformation allows for a more agile online customer experience is a focus for every business, it’s an even bigger priority for banking and FSI organizations because they previously relied on in-person trade and office-based operations.

3 Ways Ops Teams Benefit From LM Logs

Sifting through logs in real-time or post-mortem to pinpoint the problem can take hours – and is often like trying to find the needle in the alert/log haystack. Further, keeping the troubleshooting process efficient can be a challenge due to context switching and relying on manual interpretation of events and technology-specific knowledge.

REST vs CRUD

CRUD and REST are two of the most popular concepts in the Application Program Interface (API) industry. REST was made to standardize the HTTP protocol interface between clients and servers and is one of the widely used design styles for web API. On the other hand, CRUD is an acronym used to refer to the four basic operations executed on database applications. Because both work on manipulating databases’ data, it’s easy to see why people have some confusion between them.