REST Easy with the Splunk REST API

The REST API in Splunk is something that we can use in so many different ways. In this blog, I am going to go through some commands that I made to create a dashboard that could be useful for a team.

 

There are so many useful searches you can use within the REST API, from configurations, configurations, inputs, lookup, searches.

 

For my client, we wanted to be able to see permission users had, active users, top all users, and what authentication system was being used. The REST API was perfect for this!

 

So we wanted when the user logged on to...


Energy - A New Vertical Market for Drupal

During the Fall of 2014 Function1 teamed with the BACnet Group – Drupal, Acquia, and Commissioning & Green Building Solutions, Inc. (CxGBS®)  to submit a response to the GSA RFI Green Proving Ground program.  It required a “Title” so we called it “Open Energy - A New Paradigm for Energy Dashboards”. The GSA program leverages its real estate portfolio to evaluate innovative sustainable building technologies.  Our...


A Quick Migration of WordPress to Drupal 8

I recently discussed a DIRECT workflow for migrating WordPress to Drupal 8.  

That process assumes you want to install WordPress on your local computer. But, remember that WordPress, being a CMS like Drupal, also requires Apache, mySQL and PHP.  Below I'll show you how to get that local WordPress environment setup.  BUT, the thought of setting up a new development environment for Wordpress might make you cringe, especially if you love Drupal the way I do.  If so, skip that part, you really don...


On one condition...

I have found that I love creating xml code and seeing all the different capabilities it has within Splunk. While at a client recently, the client wanted to have two separate sets of dashboard inputs on one dashboard. To accomplish this, I turned to some more complex features of simple xml by creating what “appears” to be two separate dashboards; however, it’s actually just one. In creating this, my main focus areas were using “tokens” and “depends”.

I started with my Universal Input of Linux or Windows. This will be what my user sees when the dashboard initially loads.

 ...


Drupal 8 Theming - Debugging

How many times in Drupal 7 do you find yourself looking up the naming conventions for page or node templates? In Drupal 8 they've also added the ability to create templates per field! Yes, you can go to Google, run a search and start reading through the results, or you can enable Twig Debugging.First and foremost this is not the devel module. There isn't an external module to install either. In the sites/default/ directory you want to locate the "default.services.yml" file, duplicate it and rename to "services.yml". Within the newly created services file you want to paste the following...


Stay In Touch