Operations | Monitoring | ITSM | DevOps | Cloud

SolarWinds

How Well Do You Know the Orion Platform? Tips, Tricks, and How-Tos - SolarWinds Lab Episode #85

How much do you really know about the Orion® Platform? Regardless of your level of expertise, even the most seasoned user will learn a thing or two in this episode. We'll go through dashboards, customizations, features, functions, you name it. Learn from SolarWinds® Orion Platform experts, ask them questions, and share your own pro tips during live chat and Q&A.

How to Find and Stop SQL Injection Attempts on Your Websites With SolarWinds Security Event Manager

Your public-facing websites can be a secret backdoor to personally identifiable data. Simple SQL queries executed on your website search bar could create a data breach. In this video, we'll cover how you can can identify and stop this malicious activity with SolarWinds Security Event Manager.

How to Stop the Use of Anonymizer Websites on Your Network With SolarWinds Security Event Manager

Your organization has internet use policies in place for multiple reasons: protecting your network against security breaches, keeping organizational costs down, and protecting your employees, end users, or customers. Anonymizer websites provide a workaround to these policies that can put your organization at risk. In this video we'll show you how to identify and stop the use of anonymizer websites on your network with SolarWinds Security Event Manager.

Performance Tuning a Rails App With AppOptics Dev Edition

The other day I found myself trying to tune a Ruby on Rails app I had written as a side project. (The app lets me keep track of my favorite eateries and pubs. It’s searchable, includes multiple images, and has stored locations.) On past projects, I relied on SolarWinds® Papertrail™, path testing, a lot of trial and error, and a general feel to try to improve performance. This time I thought I would give SolarWinds AppOptics™ Dev Edition a try.

How to Quickly Identify Suspicious Network Behavior With Intuitive Dashboards in SolarWinds SEM

Log and event data are a boundless and valuable resource for identifying suspicious network activity and stopping potential breaches. However, analyzing lines and lines of text-based data can make this resource more trouble than it's worth. In this video, we'll explore the different ways you can customize log data in an easy-to-understand and visual dashboard in Security Event Manager to help turn it into something you can act on.

SolarWinds Server Configuration Monitor Overview

SolarWinds Server Configuration Monitor (SCM) is designed to provide insights into Windows® server and application changes to help you pinpoint the root cause of performance problems faster. Detect, track, and receive alerts when changes occur, allowing you to correlate system performance against configuration changes, know who made changes, and compare configurations over time. SCM integrates with SolarWinds Server & Application Monitor, allowing you to extend troubleshooting of system and application performance from one unified console.

Papertrail + Python Logging = Super Powers

Design applications to be modular. It’s a software design best practice. Modular programming is writing multiple independent programs that perform a single function but work together to achieve an overarching outcome. The benefit to this design is the smaller parts can be easily created and tested. New functionality can be slipped into the larger whole without interfering with other functions.