JasonConger.com


Whiskey novice, Data enthusiast

Pivot a Single Row Table with a DataTemplate View

Post thumbnail
PowerShell has some cool object formatting features. Two of the most common are called Format-Table and Format-List. You can think of a Splunk Table as a Format-Table view, but what if you want to format your results as a list? This is especially helpful when you have a one-row table that starts to push the boundaries of your screen. Wouldn’t it be nice if you could pivot your table to have the headers as one... [Read More]
Tags: Splunk

From WIRM to Splunk – Translating the Past to the Present

Post thumbnail
I get to do a lot of cool things at Splunk.  One of the things I have been wanting to do is incorporate the visualizations I built a long time ago for Web Interface for Resource Manger in Splunk applications.  All of those past visualizations were built using Microsoft ASP.NET and Flash.  So, I have had to use alternate methods to accomplish what I want. [Read More]
Tags: Splunk WIRM

Calendar Custom Visualization with Simple XML

Post thumbnail
While designing a recent application, I wanted to display how many unique users logged in per day on a monthly basis. This is relatively trivial to do in the Splunk search language, but the visualization of that data usually ends up being a table. I thought it would be more natural to display this information on a calendar, so I set out to get this working with the new Splunk 6 hotness. [Read More]
Tags: Splunk

Using PowerShell to Retrieve Citrix Monitor Data via OData

Post thumbnail
Starting with XenDesktop 7, Citrix stores the data the Desktop Director displays in a SQL database. Citrix opened up this data via a Monitor Service API that uses OData.  I’m not going to go deep into the details of the API as it is fairly well documented at the eDocs site.  The examples in the documentation show you how to access this data via web browser, Microsoft Excel, and LinqPad.  What I want to do... [Read More]

Introduction to PhoneGap

Post thumbnail
Your end users expect mobile access to enterprise resources now. Unfortunately, our traditional remote access methods do not lend themselves easily to mobile form factors. So, we are left with the choice to use 3rd party apps, "mobilize" existing apps, or build our own. This article will address one of the players aimed at helping you build your own mobile apps with less effort. [Read More]