Converting McAfee EPO ipv4x to a Readable IP Address

http://www.bennadel.com/blog/1830-converting-ip-addresses-to-and-from-in...

 

My current Splunk deployment is ingesting custom McAfee EPO data through Splunk Enterprise Security (ES). We are developing many use cases around this data that require us to alert/output an IP address. Currently, the McAfee EPO provides an IP address in integer form (i.e. 2130706433) and not in string/readable form (i.e. 127.0.0.1). In order to make the IP address readable and valuable to...


Migrate Organic Groups Membership

In a previous blog, we discussed Function1’s latest Drupal project: migrating a Jive system running on PostgreSQL database to Drupal.  The target Drupal site was using the Organic Groups module to organize content (the usual node types: blog, story, page, discussion, etc.) in Spaces (the Organic Group lingo for a “Group”). In migrating content to Drupal we used the migrate module. Adding space/group memberships was a...


Moving? Don’t leave anything behind...

My client was creeping up on their massive Splunk infrastructure migration to all new hardware and they wanted a quick and simple way to be sure that the knowledge objects in their environment were migrated successfully and nothing important was left behind. 
 
I suggested a solution that would utilize the various REST API searches that are available to gather this information and present it in a simple way.
 
We came up with a list of the knowledge objects and other important items they had in their environment. We ended up starting with the...

Drupal 8 Theming - Layouts!

One of the great additions to Drupal 8 theming is the layouts file. Previously adding layout options to a Drupal 7 site required the Display Suite module, creating folders for each layout then creating 2-3 files per template option/folder. Now the DS module is still required, however the templating control is all within the theme, specifically the theme.layouts.yml file.

Each layout requires a minimum of 6 items:

layout machine name layout ui label category template location css available regions: region machine name region ui label  bootstrap_full_width: [ layout machine...

Dynamically Hiding Attributes on Basic Asset Forms

Content Editor: "Why does it show all these fields on this form?  I don't want to see the ones that our site doesn't use."

You: "Because other sites require those fields."

Content Editor: "Can you please remove them, it is confusing."

You:  "Hmmm."

Well actually this common scenario isn't that hard to accomplish.

For every...


Stay In Touch