Skip to content

Instantly share code, notes, and snippets.

View ltudury's full-sized avatar

Leila Tudury ltudury

View GitHub Profile
@ltudury
ltudury / syslog_with_stripping
Created March 15, 2012 21:21
Syslog Example Logs
uc_insert: Value too old: name =  i-d55fbbbe/df/df-dev-shm; value time = 1266363202; last cache update =  1266363202;
@ltudury
ltudury / nxlog_loggly.conf
Last active January 14, 2020 20:29
NXLog configuration that can be used to send Windows events to Loggly. Include your unique customer token where specified.
## This is a sample NXLog configuration file created by Loggly. June 2013
## See the nxlog reference manual about the configuration options.
## It should be installed locally and is also available
## online at http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html
## Please set the ROOT to the folder your nxlog was installed into,
## otherwise it will not start.
#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog
@ltudury
ltudury / actionscript_to_loggly.as
Last active December 21, 2015 08:18
Sample snippet of ActionScript code to send events to Loggly
package {
import flash.display.Sprite;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLRequestMethod;