Installing Oracle WebCenter Sites 12c

The following tutorial, by Function1's Michael Crawford, takes you step by step through the process of installing WebCenter Sites 12c from scratch, including installing Oracle Fusion Middleware 12c Infrastructure, and then Sites itself. You will be guided through each step with screenshots of the entire process.

Login as oracle user

Files are on desktop

They can be downloaded at:

http://www.oracle.com/technetwork/middleware/webcenter/sites/downloads/index.html...


Normalizing Data Fields using Eval and Case

BACKGROUND

Lately I’ve been working with a lot of Windows Security logs with different Event Codes. I wanted to set the field “src_user” but Splunk was auto-extracting field value pairs to other field names. This was particularly frustrating because I wanted to map events with different Event Codes to the same data model. In order to map different fields to “src_user,” I would need to normalize the different field names to “src_user.” Below, I go though an example using a case statement that worked perfectly and may be useful to others who come across a similar issue.

 

...

UX Essentials: The Tao of Stakeholder Interviews

PROJECT VISION

What is your vision for this offering?

What defines success for this project?

What are the potential pitfalls (i.e. what keeps you up at night about this project)?

USERS

Different types of users (salesperson vs supervisor vs analyst)

Who is primary?

Role(s)?

Typical Background?

Defining Attribute?

VALUE PROPOSITION

What problems do users have that this offering solves?

What is the core value prop of the offering?...


Splunk SDK for Python: Getting Data In

Splunk SDK for Python: Getting Data In

Data is a pivotal part of a Splunk Enterprise deployment.  Every configuration and enhancement we make is centered on a particular dataset. As a result, Splunk provides different options for getting data into Splunk Enterprise in order to turn that data into decision-making information. The most common ways of getting data into Splunk are via UF forwarders, syslog, scripted inputs, and modular inputs.  For this post, I’m going to focus on getting data from a remote interface into Splunk via HTTP utilizing Splunk SDK for Python. This post...


Stay In Touch