Release Overview Release Date: 8/16/17 Notable Feature: ELM masking for Java and agent logs Release Features ELM Masking Retrace can now mask sensitive data (i.e Social security numbers, credit cards, IP addresses) that come through our ELM tool from our Java Appenders and agent (does not mask logs from the Standalone Syslog server). Users will also be able to create …
Errors and Logs: Configure .NET Core
Step 1: Add StackifyLib nuget package and basic configuration No matter which logging framework you are using, you need to add StackifyLib and add the Stackify.ApiKey to your config file. Set Stackify Configuration settings Because .NET core allows a wide variety of configuration options, how you configure the key could vary wildly. This is just one example of how to …
Errors and Logs: Capturing Web Request Details
By default, the following web request details are masked as they can contain sensitive data: Headers Post Data Server Variables Session Variables Cookies However, you can configure your app to unmask this in your app’s config file. Stackify will then retrieve information about these fields and list it in the Error Details page or in the “View Document” view for …
FAQ: How Do I Monitor Daily Log Usage?
There are several ways to keep tabs on the amount of your allotted logging usage each day. Via Billing Page The easiest way to calculate ELM usage is to visit your Billing page (Settings > Billing) each day at the same time and divide by the number of days in the billing period that have elapsed: In this case, 4.06GB …
Errors and Logs: .NET Supported Frameworks
Listed below are supported .NET frameworks to configure Error and Log management in Retrace. .NET Log4Net NLog Elmah Serilog Log directly to the .NET Stackify API (no framework) Configuring .NET Core Logs Collecting Server Logs Windows Event Logs Log Collector Settings
Troubleshoot: Errors and Logs .NET Configurations
This guide is intended to help users who are experiencing problems trying to configure their errors and logs to be sent to Stackify. If you haven’t already, check out our documentation on installing Stackify for your appropriate logging framework. This guide will provide you with a checklist of items that will help troubleshoot what is going on. If you are …
Errors and Logs: Configure Ruby Applications
Retrace does not support APM for Ruby applications but you can capture errors and log and view them within Retrace. To configure your Ruby project with the Stackify API to send Errors and Logs to Retrace, follow the information below. Stackify API for Ruby Github page: https://github.com/stackify/stackify-api-ruby. Installation and Configuration Requirements: Ruby 1.9/2.0/2.1 Rails 3.x/4.x (optional) Rails Add the stackify gem …
Errors and Logs: Configure PHP Applications
You can capture errors and logs for PHP applications in a number of ways. Using the Stackify Library, you can either use a plug-in for an existing Monolog or log4php framework, or you can log to us directly via the Stackify API. Specific configuration instructions for each framework plug-in or using the API can be found on the Stackify Github …