A Big Data Platform for Developers

Size: px
Start display at page:

Download "A Big Data Platform for Developers"

Transcription

1 A Big Data Platform for Developers Damien Dallimore Developer Evangelist at Splunk 2012 SpringOne 2GX. All rights reserved. Do not distribute without permission.

2 Developer Evangelist at Splunk since July 2012 Splunk Community Member Splunk for JMX SplunkJavaLogging SplunkBase Apps and Answers Splunk Architect and Administrator Coder Been paying my mortgage developing Enterprise Java solutions most of my career Kia Ora About me I do not have a speech impediment, I am from Aotearoa, so please restrain all your sheep, Lord of the Rings and Kim Dotcom heckles until beer o clock!! 2

3 Overview of the Splunk platform Splunk for Developers Custom Visualization Demo Splunk Java SDK Spring Integration Splunk Extensions Integration Adaptors Demo Some other JVM/Java related tools SplunkJavaLogging Splunk for JMX Questions Agenda 3

4 What is

5 So What is Splunk, Exactly? Splunk is an engine for machine data Provides visibility, reporting and search across all your IT systems and infrastructure Doesn t lock you into a fixed schema It s software download and install it in 5 minutes, freemium model Runs on all modern platforms Open and extensible architecture 5

6 Indexes any Machine Data Capture events from logs in real time Run scripts to gather system metrics, connect to APIs and databases Listen to syslog, raw TCP/UDP, gather Windows events Universally indexes any data format so it doesn t need adapters, schema on the fly Stream in data directly from your application code Decode binary data and feed in Windows Registry Event logs File system sysinternals Linux/Unix Configurations Syslog File system Ps, iostat, top Virtualization Hypervisor Guest OS Guest Apps Applications Web logs Log4J, JMS, JMX.NET events Code and scripts Databases Configurations Audit/query logs Tables Schemas Network Configurations syslog SNMP netflow 6

7 Centralizes Data Across the Environment Splunk Universal Forwarder sends data to Splunk Indexer from remote systems Uses minimal system resources, easy to install and deploy Delivers secure, distributed, real-time universal data collection for tens of thousands of endpoints Indexing/Search Server Splunk Forwarders 7

8 Scales to TBs/day and Thousands of Users Automatic load balancing linearly scales indexing Distributed search and MapReduce linearly scales search and reporting 8

9 Provides Strong Machine Data Governance Provides comprehensive controls for data security, retention and integrity Single sign-on integration enables pass-through authentication of user credentials 9

10 Splunk is an implementation of the Map Reduce algorithmic approach It is not Apache Hadoop MapReduce(MR) the product Splunk is not agnostic of its underlying data source, optimized to Splunk Index files Real time vs Batch Jobs Optimal for time series based data End to End Integrated Big Data Solution Fine grained protection of access and data using role based permissions Data retention and aging controls Users can submit Map Reduce jobs without needing to know how to code a job Splunk Search Language vs Pig/Sawzill But why not get the best of both worlds 10 Splunk and Apache Hadoop MR/HDFS Splunk Hadoop Ops Splunk Hadoop Connect Shuttl (archiving to HDFS / S3)

11 Splunk Has Four Primary Functions Searching and Reporting (Search Head) Indexing and Search Services (Indexer) Local and Distributed Management (Deployment Server) Data Collection and Forwarding (Forwarder) A Splunk install can be one or all roles 11

12 Getting Data into Splunk Agent and Agent-less Approach for Flexibility. syslog TCP/UDP Local File Monitoring log files, config files dumps and trace files syslog compa>ble hosts and network devices Mounted File Systems WMI \\hostname\mount Event Logs Performance Unix, Linux and Windows hosts Ac>ve Directory shell code perf Scripted Inputs shell scripts custom parsers batch loading virtual host Windows Inputs Event Logs performance counters registry monitoring AcAve Directory monitoring Agent- less Data Input Windows hosts Custom apps and scripted API connec>ons Splunk Forwarder Windows hosts 12

13 Delivers secure, distributed, real-time universal data collection for 10 s of thousands of endpoints Extends Splunk data fabric to large scale private cloud and desktop environments Uses minimal system resources, easy to install and deploy < half memory and footprint of Splunk 4.1; <1% of single core Universal Data Forwarder Forward data without negahvely impachng produchon performance. Logs Universal Forwarder Deployment Messages ConfiguraHons Metrics Central Deployment Management Scripts Monitor files, changes and the system registry; capture metrics and status. 13

14 Horizontal Scaling Load balanced search and indexing for massive, linear scale out. Distributed Search Forwarder Auto Load Balancing 14

15 Multiple Datacenters Index and store locally. Distribute searches to datacenters, networks & geographies. Distributed Search Headquarters London Hong Kong Tokyo New York 15

16 Send Data to Other Systems Route raw data in real time or send alerts based on searches. Service Desk Event Console Problem InvesHgaHon SIEM

17 High Availability / DR Combine auto load balancing and data replication. Distributed Search Primary Cluster Data Clone Secondary Cluster Splunk Forwarders Auto Load Balancing 17

18 Integrate External Data Extend search with lookups to external data sources. LDAP, AD Watch Lists CMDB CRM/ ERP Correlate IP addresses with locahons, accounts with regions 18

19 Integrate Users and Roles Integrate authentication with LDAP and Active Directory. LDAP, AD Users and Groups Splunk Flexible Roles CapabiliHes & Filters Manage Indexes Share Searches Problem InvesHgaHon Problem InvesHgaHon Problem InvesHgaHon Manage Users Save Searches NOT tag=pci App=ERP Map LDAP & AD groups to flexible Splunk roles. Define any search as a filter. 19

20 Centralized Licensing Management Groups, Stacks, and Pools for Enterprise Deployments. Problem InvesHgaHon 20

21 Deployment Monitoring Keep Tabs On Your Splunk Enterprise Deployment. Licenses Sourcetypes Indexers Forwarders 21

22 Real-time Search Data Monitor Input TCP/UDP Input Scripted Input Parsing Queue Parsing Pipeline Source, event typing Character set normalizahon Line breaking Timestamp idenhficahon Regex transforms Index Queue Real- Hme Buffer Indexing Pipeline Raw data Index Files Real- Hme Search Process Index 22

23 Real-time Alerting source= /var/log/secure.log BAD SU Data Monitor Input TCP/UDP Input Scripted Input Parsing Queue Parsing Pipeline Source, event typing Character set normalizahon Line breaking Timestamp idenhficahon Index Queue Real- Hme Buffer Regex transforms Indexing Pipeline Raw data Index Files Real- Hme Search Process Index 23

24 New Approach to Heterogeneous Data Universal Indexing Search-time Knowledge Flexibility and Fast Time to Value No data normalization Automatically handles timestamps Parsers not required Index every term & pattern blindly No attempt to understand up front Knowledge applied at search-time No brittle schema to work around Multiple views into the same data Splunk helps find transactions, patterns and trends Normalization as it s needed Faster implementation Easy search language Multiple views into the same data 24

25 Inside Universal Indexing AutomaHc event boundary idenhficahon AutomaHc Hmestamp normalizahon...enable accurate searching and trending by Hme across all data: 25

26 Inside Search-time Knowledge Extraction AutomaHcally discovered fields And user- defined fields... enable stahshcs and precise search on specific fields: 26

27 Inside Search-time Knowledge Extraction Searches saved as event types Plus tagging of event types, hosts and other fields... enable normalized reporhng, knowledge sharing and granular access control. 27

28 28 Splunk for Developers

29 Splunk & Developers Machine Data SplunkUI (Splunk Apps) REST API Custom/ Existing Applications SDKs Search, chart and graph Save and schedule searches as alerts Export search results Manage inputs and indexes Add & remove users and roles Engine Accelerate development & testing Integrate data from Splunk into your existing IT environment for operational visibility Build custom solutions to deliver real-time business insights from Big Data 29

30 Splunk in the Developer Community Over 1,000 unique visitors per week to dev.splunk.com Over 500 followers on Over 350 enterprise developer trial licenses granted

31 Accelerate development & testing

32 How does Splunk Accelerate Dev/Test? Splunk frees you from upfront database design for analytics late binding schema Developers and QA/test engineers don t have to ask IT/Ops to get logs off machines Role base access to all data within one console without having to log into production systems All events are indexed and accessible in real-time in one place. Ad-Hoc real-time monitoring and historical investigation searchable from one place Correlations and insights across multiple tiers. Splunk lets you find issues quickly, so you can fix issues quickly Integrate Splunk search results into testing assertions 32

33 Splunk filled a vacuum we didn t know we had. - Nathan Pratt, Tech Lead, Tools & Automation, StubHub Started with Site Operations to resolve issues Grew to engineers, QA, upper management in technology Release requirement Projects are required to certify that all logs are Splunk-friendly StubHub & Splunk Engineering uses Splunk to investigate bugs QA uses it during dev cycles 33 High-level view of application errors - used by site operations, engineering, and upper management

34 Integrate Splunk into your IT environment

35 Integration into existing IT tools The Splunk development platform is optimized for core enterprise developer skills Splunk UI (Splunk Apps) REST API splunkd Your application SDKs REST API communicates directly with a Splunk instance for search, management and admin Provides full control to the developer Use any language or tool that supports HTTP SDKs provide broad coverage of the REST API in popular languages Log directly to Splunk from any app Build a UI on any web stack Integrate into existing infrastructure 35

36 Splunk REST API Exposes an API method for every feature in the product Whatever you can do in the UI you can do through the API. Run searches Manage Splunk configurations API is RESTful Endpoints are served by splunkd Requests are GET, POST, and DELETE HTTP methods Responses are Atom XML Feeds JSON coming in 5.0 Search results can be output in CSV/JSON/XML/Raw 36

37 We want to make it as easy as possible for developers to build Big Data apps on top of the Splunk platform Several different language offerings, Software Development Kits (SDKs) Javascript, Java, Python, PHP, C#(private), Ruby(private) All Splunk functionality is accessible via our SDKs Get Data into Splunk Execute Splunk Searches, get data out of Splunk Manage Splunk Customized User Interfaces Developer Platform SDKs 37

38 Comcast & Splunk Content browsed, purchased and watched All tracked by time and MAC address + Customer profile and MAC address / device assignments Correlate usage and profile data to analyze customer behavior: Revenues driven by content browsed Improving local content mix Better search results Tailor content promotion 38

39 Splunking data sent from ARM-based devices Uses the Java SDK to send data to Splunk Bosch & Splunk Evidencebased Telehealth Healthcare Management Cardiac Rhythm Monitoring 39

40 Splunk as an integrated, enterprise-ready Big Data platform

41 Splunk = Integrated, Enterprise- ready Big Data Plajorm No need to write MapReduce jobs, just get data into Splunk and analyze Splunk delivers real-time insight like clickstream analysis, IT early-warning systems, security and fraud protection Late-binding schema allows for faster, more flexible data insight gathering Data collection is integrated Distributed architecture offers scale-out capabilities with access control Out-of-the-box reporting and analytics capabilities SDKs cover over 170 REST API endpoints 41

42 Splunk eliminates the need to write large MapReduce jobs to get meaningful information out of our data. This means we can get powerful stats and information to our key stakeholders in a fraction of the time. - Isaac Mosquera, CTO, Socialize Socialize & Splunk 42

43 Visualizing Splunk with the SDKs Splunkweb has rich, but sometimes limited, visualization options You can use the SDKs to extract data from Splunk using a search, and visualize it Real-time searches can be especially powerful Using the Javascript SDK you can integrate with third party charting librarys like Google Charts & D3. 43

44

45 Realtime Twitter Visualization Demo Twitter feeds being firehosed into Splunk and searched over in realtime Uses the Splunk Javascript SDK to stream the realtime search results from Splunk into a totally customized web based user interface Visualization of most popular hashtags with interactive pie chart,word cloud and geo heatmap using D3 Javascript SDK Browser 45

46 46 Realtime Twitter Demo

47 47 Splunk Java SDK(Software Development Kit)

48 Open sourced under the Apache v2.0 license Clone from Github : git clone Project level support for Eclipse and Intellij IDE s Pre-requisites JRE 6+ Ant ( Maven support is in the works ) Splunk installed Loads of code examples Project examples folder Unit Tests Comprehensive coverage of the REST API Get the Java SDK 48

49 Java SDK Class Model HTTPService Resource Service ResourceCollection Entity EntityCollection Application Index Input InputCollection SavedSearchCollection Collections use a common mechanism to create and remove entities Entities use a common mechanism to retrieve and update property values, and access entity metadata Service is a wrapper that facilitates access to all Splunk REST endpoints 49

50 Connect and Authenticate Manage Input Events Search Key Java SDK Use cases 50

51 Connect and Authenticate public static Service connectandlogintosplunkexample() { Map<String, Object> connectionargs = new HashMap<String, Object>(); connectionargs.put("host", somehost"); connectionargs.put("username", spring"); connectionargs.put("password", integration"); connectionargs.put("port", 8089); connectionargs.put("scheme", "https"); // will login and save the session key which gets put in the HTTP Authorization header Service splunkservice = Service.connect(connectionArgs); return splunkservice; } 51

52 Manage public static void getserverinfoexample() { } Service splunkservice = connectandlogintosplunkexample(); ServiceInfo info = splunkservice.getinfo(); System.out.println("Info:"); for (String key : info.keyset()) System.out.println(" " + key + ": " + info.get(key)); Entity settings = splunkservice.getsettings(); System.out.println("\nSettings:"); for (String key : settings.keyset()) System.out.println(" " + key + ": " + settings.get(key)); 52

53 public static void logeventtosplunkexample() { } Input Events Service splunkservice = connectandlogintosplunkexample(); // Get a Receiver object Receiver receiver = splunkservice.getreceiver(); // Set the sourcetype Args logargs = new Args(); logargs.put("source", http-rest"); logargs.put("sourcetype", spring-example"); // Log an event into the spring index receiver.log( spring", logargs, SpringOne 2GX rocks"); Other Input transports HTTP REST Streaming Raw TCP Oneshot & Streaming Raw UDP & Syslog 53

54 54 Search Search query a set of commands and functions you use to retrieve events from an index or a real-time stream, "search index=spring error OR exception head 10 Saved search a search query that has been saved to be used again and can be set up to run on a regular schedule Search job an instance of a completed or still-running search operation.using a search ID you can access the results of the search when they become available. Job results are saved for a period of time on the server and can be retrieved Search Modes Normal : asynchronous, poll job for status and results Realtime : same as normal, but stream is kept open a results streamed in realtime Blocking : synchronous, a job handle is returned when search is completed Oneshot : synchronous, no job handle is returned, results are streamed Export : synchronous, not a search per say, doesn t create a job, results are streamed oldest to newest

55 public static void exportsearchexample() { Blocking Searches Service splunkservice = connectandlogintosplunkexample(); String searchquery = "search error OR exception head 10"; Args queryargs = new Args(); queryargs.put("earliest_time", "-1d@d"); queryargs.put("latest_time", "now"); // perform the export, blocks here InputStream stream = splunkservice.export(searchquery, queryargs); processinputstream(stream); } public static void simplesearchexample() { Service splunkservice = connectandlogintosplunkexample(); String searchquery = "search error OR exception head 10"; Args queryargs = new Args(); queryargs.put("earliest_time", "-3d@d"); queryargs.put("latest_time", "-1d@d"); // perform the search, blocks here InputStream stream = splunkservice.search(searchquery, queryargs); processinputstream(stream); } 55

56 public static void searchjobexample() { } Non Blocking Search Service splunkservice = connectandlogintosplunkexample(); String outputmode = "csv";// xml,json,csv // submit the job Job job = splunkservice.getjobs().create("search index=spring error OR fatal head 10"); while (!job.isdone()) { try {Thread.sleep(500);} catch (Exception e) {} } Args outputargs = new Args(); outputargs.put("output_mode", outputmode); InputStream stream = job.getresults(outputargs); processinputstream(stream, outputmode); // uses xml stream, opencsv and gson 56

57 public static void realtimesearchexample() { Realtime Search Service splunkservice = connectandlogintosplunkexample(); Args queryargs = new Args(); queryargs.put("earliest_time", "rt-5m"); queryargs.put("latest_time", "rt"); // submit the job Job job = splunkservice.getjobs().create("search index=spring exception OR error, queryargs); } 57

58 Alternate JVM Languages Scala Groovy Clojure Javascript(Rhino) JRuby PHP(Quercus) Ceylon Kotlin Jython We don t need SDK s for these languages, we can just use the Java SDK! 58

59 Groovy class SplunkJavaSDKWrapper { } static main(args) { //connect and login def connectionparameters = [host: somehost",username:"spring",password:"integration"] Service service = Service.connect(connectionParameters) //get Splunk Server info ServiceInfo info = service.getinfo() def splunkinfo = [:] for (key in info.keyset()) splunkinfo.put(key,info.get(key)) printsplunkinfo(splunkinfo) } static printsplunkinfo(splunkinfo) { println "Info splunkinfo.each { key, value ->println key + " : " + value} } 59

60 Scala import com.splunk.service._ import scala.collection.mutable.hashmap import scala.collection.javaconversions._ object SplunkJavaSDKWrapper { } def main(args: Array[String]) = { } //connect and login val connectionargs = HashMap[String, Object]("host" -> somehost,"username" -> me,"password" -> foo") val service = connect(connectionargs) //get Splunk Server info val info = service.getinfo // Scala/Java conversion val javaset = info.keyset val scalaset = javaset.toset //print out Splunk Server info for (key <- scalaset) println(key + ":" + info.get(key)) 60

61 Spring Integration Splunk Extensions Special thanks to Jianwei Li(Jarred) & Mark Pollack for creating this! 61

62 Spring Integration Spring Integration is an extension to core Spring Based on Enterprise Integration Patterns model Messaging model and Declarative Adaptors Makes it easier to build integration solutions 62

63 Spring Integration Splunk Adaptors Splunk Java SDK makes it easier to use the REST API Building on this, the Spring Integration Adaptors make it easier for Spring/Java developers to declaratively build data integration solutions and utilize the power of the Splunk platform Inbound Adaptor Search and export the data from Splunk and push into message channels Filter, transform, export to other destinations Outbound Adaptor Can consume data acquired by other Integration adaptors(twitter, JDBC ) and push it into Splunk for indexing, searching and visualization 63

64 Spring Integration Splunk Inbound Adaptor Blocking, Non Blocking, Saved & Realtime Searches Exporting 64

65 Spring Integration Splunk Outbound Adaptor HTTP REST Input TCP Input 65

66 Common Splunk settings 66 XML Configuration <int-splunk:server id="splunkserver" host= somehost" port="8089" username= damien" password= foobar"/> Searching/exporting from Splunk <int-splunk:inbound-channel-adapter id="splunkinboundchanneladapter auto-startup="true" search="search index=spring error OR exception splunk-server-ref="splunkserver channel="inputfromsplunk" mode="blocking" initearliesttime="-1d"> <int:poller fixed-rate="5" time-unit="seconds"/> </int-splunk:inbound-channel-adapter> Inputting events to Splunk <int-splunk:outbound-channel-adapter id="splunkoutboundchanneladapter" auto-startup="true" order="1 channel="outputtosplunkwithmessagestore" splunk-server-ref="splunkserver pool-server-connection="true" index="spring" sourcetype="twitter-feed" source="spring-integration-httprest ingest="submit"> </int-splunk:outbound-channel-adapter>

67 67 Spring Integration Splunk Twitter Demo

68 68 SplunkJavaLogging

69 A logging framework to allow developers to as seamlessly as possible integrate Splunk best practice logging semantics into their code and transport events directly to Splunk. Custom handler/appender implementations(rest and Raw TCP) for the 3 most prevalent Java logging frameworks in play. Splunk events directly from your code. LogBack Log4j java.util.logging Better handling of stacktraces SplunkJavaLogging All code and examples is on Github 69

70 70 Splunk for JMX

71 SplunkBase App for monitoring JVM Applications Out of the box dashboards for JVM level monitoring (java.lang domain) Memory, Threading, GC, CPU etc Very simple configuration to wire up monitoring of any Mbeans from applications (Tomcat, Jboss, Cassandra, Coherence etc ) Hotspot, JRockit, IBMJ9, OpenJDK Poll JMX attributes and operations, index data over time, correlate with other data Supports large scale deployments of JVMs Extensible and Customizable Many connectivity options RMI, IIOP Direct Process Attachment Splunk for JMX MX4J Hessian, Burlap and Soap Freely available download from SplunkBase & all code is on Github 71

72 Learn More. Stay Connected. At SpringOne 2GX : Come by our booth Splunk demos,q & A SDK code Tee Shirts!! Web : Developer Platform : SplunkBase : [email protected], [email protected] Blog : Github : Splunk Live! Events and Online Videos at 72

73 73 Thanks for coming.

Caving and Big Data. By Damien Dallimore. Developer Evangelist

Caving and Big Data. By Damien Dallimore. Developer Evangelist Caving and Big Data By Damien Dallimore Developer Evangelist About me Developer Evangelist at Splunk Develop solueons and apps for the Splunk plagorm Get out in the community and talk about it Splunk architect

More information

Splunk for VMware Virtualization. Marco Bizzantino [email protected] Vmug - 05/10/2011

Splunk for VMware Virtualization. Marco Bizzantino marco.bizzantino@kiratech.it Vmug - 05/10/2011 Splunk for VMware Virtualization Marco Bizzantino [email protected] Vmug - 05/10/2011 Collect, index, organize, correlate to gain visibility to all IT data Using Splunk you can identify problems,

More information

XpoLog Competitive Comparison Sheet

XpoLog Competitive Comparison Sheet XpoLog Competitive Comparison Sheet New frontier in big log data analysis and application intelligence Technical white paper May 2015 XpoLog, a data analysis and management platform for applications' IT

More information

XpoLog Center Suite Data Sheet

XpoLog Center Suite Data Sheet XpoLog Center Suite Data Sheet General XpoLog is a data analysis and management platform for Applications IT data. Business applications rely on a dynamic heterogeneous applications infrastructure, such

More information

NetFlow Analytics for Splunk

NetFlow Analytics for Splunk NetFlow Analytics for Splunk User Manual Version 3.5.1 September, 2015 Copyright 2012-2015 NetFlow Logic Corporation. All rights reserved. Patents Pending. Contents Introduction... 3 Overview... 3 Installation...

More information

Real World Big Data Architecture - Splunk, Hadoop, RDBMS

Real World Big Data Architecture - Splunk, Hadoop, RDBMS Copyright 2015 Splunk Inc. Real World Big Data Architecture - Splunk, Hadoop, RDBMS Raanan Dagan, Big Data Specialist, Splunk Disclaimer During the course of this presentagon, we may make forward looking

More information

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS Java EE Components Java EE Vendor Specifications Containers Java EE Blueprint Services JDBC Data Sources Java Naming and Directory Interface Java Message

More information

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing!

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing! ObserveIT auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

Oracle WebLogic Server 11g Administration

Oracle WebLogic Server 11g Administration Oracle WebLogic Server 11g Administration This course is designed to provide instruction and hands-on practice in installing and configuring Oracle WebLogic Server 11g. These tasks include starting and

More information

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing.

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT acts like a security camera on your servers, generating audit

More information

Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment

Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment White Paper Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment Cisco Connected Analytics for Network Deployment (CAND) is Cisco hosted, subscription-based

More information

Augmented Search for Web Applications. New frontier in big log data analysis and application intelligence

Augmented Search for Web Applications. New frontier in big log data analysis and application intelligence Augmented Search for Web Applications New frontier in big log data analysis and application intelligence Business white paper May 2015 Web applications are the most common business applications today.

More information

Copyright 2013 Splunk Inc. Introducing Splunk 6

Copyright 2013 Splunk Inc. Introducing Splunk 6 Copyright 2013 Splunk Inc. Introducing Splunk 6 Safe Harbor Statement During the course of this presentation, we may make forward looking statements regarding future events or the expected performance

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Talend Real-Time Big Data Sandbox. Big Data Insights Cookbook

Talend Real-Time Big Data Sandbox. Big Data Insights Cookbook Talend Real-Time Big Data Talend Real-Time Big Data Overview of Real-time Big Data Pre-requisites to run Setup & Talend License Talend Real-Time Big Data Big Data Setup & About this cookbook What is the

More information

Good Guys vs. the Bad Guys: Can Big Data Tools Counteract Advanced Threats?

Good Guys vs. the Bad Guys: Can Big Data Tools Counteract Advanced Threats? Good Guys vs. the Bad Guys: Can Big Data Tools Counteract Advanced Threats? Will Froning, Information Security Manager, American University of Sharjah Mark Seward, Senior Director, Security and Compliance

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5 Course Page - Page 1 of 5 WebSphere Application Server 7.0 Administration on Windows BSP-1700 Length: 5 days Price: $ 2,895.00 Course Description This course teaches the basics of the administration and

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides HP OO Community Guides Monitoring HP OO 10 This document describes the specifications of components we want to monitor, and the means to monitor them, in order to achieve effective monitoring of HP Operations

More information

Understanding the Digital Audience

Understanding the Digital Audience Understanding the Digital Audience How Splunk Software is Used to Find the Needle and See the Whole Haystack CUSTOMER profile Splunk customer profiles are a collection of innovative, in-depth use cases

More information

File S1: Supplementary Information of CloudDOE

File S1: Supplementary Information of CloudDOE File S1: Supplementary Information of CloudDOE Table of Contents 1. Prerequisites of CloudDOE... 2 2. An In-depth Discussion of Deploying a Hadoop Cloud... 2 Prerequisites of deployment... 2 Table S1.

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

RTI Quick Start Guide for JBoss Operations Network Users

RTI Quick Start Guide for JBoss Operations Network Users RTI Quick Start Guide for JBoss Operations Network Users This is the RTI Quick Start guide for JBoss Operations Network Users. It will help you get RTI installed and collecting data on your application

More information

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

More information

Building Scalable Big Data Infrastructure Using Open Source Software. Sam William sampd@stumbleupon.

Building Scalable Big Data Infrastructure Using Open Source Software. Sam William sampd@stumbleupon. Building Scalable Big Data Infrastructure Using Open Source Software Sam William sampd@stumbleupon. What is StumbleUpon? Help users find content they did not expect to find The best way to discover new

More information

HP Virtualization Performance Viewer

HP Virtualization Performance Viewer HP Virtualization Performance Viewer Efficiently detect and troubleshoot performance issues in virtualized environments Jean-François Muller - Principal Technical Consultant - [email protected] HP Business

More information

Hunk & Elas=c MapReduce: Big Data Analy=cs on AWS

Hunk & Elas=c MapReduce: Big Data Analy=cs on AWS Copyright 2014 Splunk Inc. Hunk & Elas=c MapReduce: Big Data Analy=cs on AWS Dritan Bi=ncka BD Solu=ons Architecture Disclaimer During the course of this presenta=on, we may make forward looking statements

More information

Pulsar Realtime Analytics At Scale. Tony Ng April 14, 2015

Pulsar Realtime Analytics At Scale. Tony Ng April 14, 2015 Pulsar Realtime Analytics At Scale Tony Ng April 14, 2015 Big Data Trends Bigger data volumes More data sources DBs, logs, behavioral & business event streams, sensors Faster analysis Next day to hours

More information

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Table of Contents Overview...3 Monitoring VMware vsphere ESX & ESXi Virtual Environment...4 Monitoring using Hypervisor Integration...5

More information

Vistara Lifecycle Management

Vistara Lifecycle Management Vistara Lifecycle Management Solution Brief Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved. Reference Application Architecture Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Michelle Pregler Ball Emerging Markets Account Executive Shahrukh Niazi Sr.System Consultant Java Solutions Quest Background Agenda

More information

Technology Highlights Of. (Medusa)

Technology Highlights Of. (Medusa) Technology Highlights Of CQCloud s NG-SIEM (Medusa) Table of Contents 1. Genesis of Medusa 2. Philosophy of Medusa 3. Medusa At a Glance 4. Medusa Overview 5. Benefits 6. Implementations 1 1. Genesis of

More information

Mark Bennett. Search and the Virtual Machine

Mark Bennett. Search and the Virtual Machine Mark Bennett Search and the Virtual Machine Agenda Intro / Business Drivers What to do with Search + Virtual What Makes Search Fast (or Slow!) Virtual Platforms Test Results Trends / Wrap Up / Q & A Business

More information

No.1 IT Online training institute from Hyderabad Email: [email protected] URL: sriramtechnologies.com

No.1 IT Online training institute from Hyderabad Email: info@sriramtechnologies.com URL: sriramtechnologies.com I. Basics 1. What is Application Server 2. The need for an Application Server 3. Java Application Solution Architecture 4. 3-tier architecture 5. Various commercial products in 3-tiers 6. The logic behind

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

XpoLog Center Suite Log Management & Analysis platform

XpoLog Center Suite Log Management & Analysis platform XpoLog Center Suite Log Management & Analysis platform Summary: 1. End to End data management collects and indexes data in any format from any machine / device in the environment. 2. Logs Monitoring -

More information

VMware vcenter Operations Manager Administration Guide

VMware vcenter Operations Manager Administration Guide VMware vcenter Operations Manager Administration Guide Custom User Interface vcenter Operations Manager 5.6 This document supports the version of each product listed and supports all subsequent versions

More information

Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros

Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros David Moses January 2014 Paper on Cloud Computing I Background on Tools and Technologies in Amazon Web Services (AWS) In this paper I will highlight the technologies from the AWS cloud which enable you

More information

VMware vcenter Log Insight Security Guide

VMware vcenter Log Insight Security Guide VMware vcenter Log Insight Security Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

Oracle WebLogic Server: Remote Monitoring and Management

Oracle WebLogic Server: Remote Monitoring and Management October 13, 2015 Oracle WebLogic Server: Remote Monitoring and Management Raastech, Inc. 2201 Cooperative Way, Suite 600 Herndon, VA 20171 +1-703-884-2223 [email protected] About Us Ahmed Aboulnaga @Ahmed_Aboulnaga

More information

What s New in Security Analytics 10.4. Be the Hunter.. Not the Hunted

What s New in Security Analytics 10.4. Be the Hunter.. Not the Hunted What s New in Security Analytics 10.4 Be the Hunter.. Not the Hunted Attackers Are Outpacing Detection Attacker Capabilities Time To Discovery Source: VERIZON 2014 DATA BREACH INVESTIGATIONS REPORT 2 TRANSFORM

More information

DBX. SQL database extension for Splunk. Siegfried Puchbauer

DBX. SQL database extension for Splunk. Siegfried Puchbauer DBX SQL database extension for Splunk Siegfried Puchbauer Agenda Features Architecture Supported platforms Supported databases Roadmap Features Database connection management SQL database input (content

More information

IBM WebSphere Server Administration

IBM WebSphere Server Administration IBM WebSphere Server Administration This course teaches the administration and deployment of web applications in the IBM WebSphere Application Server. Duration 24 hours Course Objectives Upon completion

More information

ArcGIS for Server: Administrative Scripting and Automation

ArcGIS for Server: Administrative Scripting and Automation ArcGIS for Server: Administrative Scripting and Automation Shreyas Shinde Ranjit Iyer Esri UC 2014 Technical Workshop Agenda Introduction to server administration Command line tools ArcGIS Server Manager

More information

WebSphere Server Administration Course

WebSphere Server Administration Course WebSphere Server Administration Course Chapter 1. Java EE and WebSphere Overview Goals of Enterprise Applications What is Java? What is Java EE? The Java EE Specifications Role of Application Server What

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview owncloud, Inc. 57 Bedford Street, Suite 102 Lexington, MA 02420 United States phone: +1 (877) 394-2030 www.owncloud.com/contact owncloud GmbH Schloßäckerstraße 26a 90443

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

Monitoring Experience Redefined

Monitoring Experience Redefined Key Benefits of Aqualogic Monitoring System Aqualogic Monitoring System Monitoring Experience Redefined Agent less monitoring saves time and ensures system availability Avoid additional time and cost on

More information

Java Monitoring. Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer

Java Monitoring. Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer Java Monitoring Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer A Bit About Me Current: Past: Pre-Sales Engineer (1997 present) WaveMaker Wily Persistence GemStone Application

More information

RTI Quick Start Guide

RTI Quick Start Guide RTI Quick Start Guide This is the RTI Quick Start guide for new users or evaluators. It will help you get RTI installed and collecting data on your application quickly in an environment where you develop

More information

CARRIOTS TECHNICAL PRESENTATION

CARRIOTS TECHNICAL PRESENTATION CARRIOTS TECHNICAL PRESENTATION Alvaro Everlet, CTO [email protected] @aeverlet Oct 2013 CARRIOTS TECHNICAL PRESENTATION 1. WHAT IS CARRIOTS 2. BUILDING AN IOT PROJECT 3. DEVICES 4. PLATFORM

More information

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it )

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it ) About Oracle WebLogic Server Oracle WebLogic Server is the industry's best application server for building and deploying enterprise Java EE applications with support for new features for lowering cost

More information

Unified Batch & Stream Processing Platform

Unified Batch & Stream Processing Platform Unified Batch & Stream Processing Platform Himanshu Bari Director Product Management Most Big Data Use Cases Are About Improving/Re-write EXISTING solutions To KNOWN problems Current Solutions Were Built

More information

WEBLOGIC ADMINISTRATION

WEBLOGIC ADMINISTRATION WEBLOGIC ADMINISTRATION Session 1: Introduction Oracle Weblogic Server Components Java SDK and Java Enterprise Edition Application Servers & Web Servers Documentation Session 2: Installation System Configuration

More information

Amazon Glacier. Developer Guide API Version 2012-06-01

Amazon Glacier. Developer Guide API Version 2012-06-01 Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

Blackboard Open Source Monitoring

Blackboard Open Source Monitoring Blackboard Open Source Monitoring By Greg Lloyd Submitted to the Faculty of the School of Information Technology in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science in Information

More information

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.

More information

VMware vcenter Log Insight User's Guide

VMware vcenter Log Insight User's Guide VMware vcenter Log Insight User's Guide vcenter Log Insight 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

The Purview Solution Integration With Splunk

The Purview Solution Integration With Splunk The Purview Solution Integration With Splunk Integrating Application Management and Business Analytics With Other IT Management Systems A SOLUTION WHITE PAPER WHITE PAPER Introduction Purview Integration

More information

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Volume SYSLOG JUNCTION. User s Guide. User s Guide Volume 1 SYSLOG JUNCTION User s Guide User s Guide SYSLOG JUNCTION USER S GUIDE Introduction I n simple terms, Syslog junction is a log viewer with graphing capabilities. It can receive syslog messages

More information

Using VMware vrealize Orchestrator Plug-Ins

Using VMware vrealize Orchestrator Plug-Ins Using VMware vrealize Orchestrator Plug-Ins vrealize Orchestrator 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

VMware vcenter Operations Manager Enterprise Administration Guide

VMware vcenter Operations Manager Enterprise Administration Guide VMware vcenter Operations Manager Enterprise Administration Guide vcenter Operations Manager Enterprise 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

SolarWinds Log & Event Manager

SolarWinds Log & Event Manager Corona Technical Services SolarWinds Log & Event Manager Training Project/Implementation Outline James Kluza 14 Table of Contents Overview... 3 Example Project Schedule... 3 Pre-engagement Checklist...

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service

More information

Big Data Operations Guide for Cloudera Manager v5.x Hadoop

Big Data Operations Guide for Cloudera Manager v5.x Hadoop Big Data Operations Guide for Cloudera Manager v5.x Hadoop Logging into the Enterprise Cloudera Manager 1. On the server where you have installed 'Cloudera Manager', make sure that the server is running,

More information

Crawl Proxy Installation and Configuration Guide

Crawl Proxy Installation and Configuration Guide Crawl Proxy Installation and Configuration Guide Google Enterprise EMEA Google Search Appliance is able to natively crawl secure content coming from multiple sources using for instance the following main

More information

Copyright 2014 Splunk Inc. Splunking the JVM. Damien Dallimore. Dev Evangelist, CSO Office @ Splunk

Copyright 2014 Splunk Inc. Splunking the JVM. Damien Dallimore. Dev Evangelist, CSO Office @ Splunk Copyright 2014 Splunk Inc. Splunking the JVM Damien Dallimore Dev Evangelist, CSO Office @ Splunk Disclaimer During the course of this presentagon, we may make forward- looking statements regarding future

More information

ExtraHop and AppDynamics Deployment Guide

ExtraHop and AppDynamics Deployment Guide ExtraHop and AppDynamics Deployment Guide This guide describes how to use ExtraHop and AppDynamics to provide real-time, per-user transaction tracing across the entire application delivery chain. ExtraHop

More information

Installation and configuration of Real-Time Monitoring Tool (RTMT)

Installation and configuration of Real-Time Monitoring Tool (RTMT) Installation and configuration of Real-Time Monitoring Tool (RTMT) How to install and upgrade RTMT, page 1 Services, servlets, and service parameters on server, page 5 Navigation of RTMT, page 6 Nonconfigurable

More information

MySQL and Hadoop: Big Data Integration. Shubhangi Garg & Neha Kumari MySQL Engineering

MySQL and Hadoop: Big Data Integration. Shubhangi Garg & Neha Kumari MySQL Engineering MySQL and Hadoop: Big Data Integration Shubhangi Garg & Neha Kumari MySQL Engineering 1Copyright 2013, Oracle and/or its affiliates. All rights reserved. Agenda Design rationale Implementation Installation

More information

MySQL Enterprise Monitor

MySQL Enterprise Monitor MySQL Enterprise Monitor Lynn Ferrante Principal Sales Consultant 1 Program Agenda MySQL Enterprise Monitor Overview Architecture Roles Demo 2 Overview 3 MySQL Enterprise Edition Highest Levels of Security,

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected]

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected] Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer JBoss AS Administration Console User Guide 1 by Shelly McGowan and Ian Springer Preface... v 1. We Need Feedback!... v 1. Overview... 1 2. Accessing the Console... 3 3. User Interface Overview... 5 4.

More information

THE GLOBAL EVENT MANAGER

THE GLOBAL EVENT MANAGER The Big Data Mining Company THE GLOBAL EVENT MANAGER When data is available and reachable, it has to be processed and decrypted using multiple heterogeneous tools, if these are available. Each of these

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

More information

Modern Data Architecture for Predictive Analytics

Modern Data Architecture for Predictive Analytics Modern Data Architecture for Predictive Analytics David Smith VP Marketing and Community - Revolution Analytics John Kreisa VP Strategic Marketing- Hortonworks Hortonworks Inc. 2013 Page 1 Your Presenters

More information

VMware vcloud Director for Service Providers

VMware vcloud Director for Service Providers Architecture Overview TECHNICAL WHITE PAPER Table of Contents Scope of Document....3 About VMware vcloud Director....3 Platform for Infrastructure Cloud...3 Architecture Overview....3 Constructs of vcloud

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE Contents 1. Pattern Overview... 3 Features 3 Getting started with the Web Application Pattern... 3 Accepting the Web Application Pattern license agreement...

More information

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support... Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade

More information

Cisco Enterprise Mobility Services Platform

Cisco Enterprise Mobility Services Platform Data Sheet Cisco Enterprise Mobility Services Platform Reduce development time and simplify deployment of context-aware mobile experiences. Product Overview The Cisco Enterprise Mobility Services Platform

More information

Leveraging Machine Data to Deliver New Insights for Business Analytics

Leveraging Machine Data to Deliver New Insights for Business Analytics Copyright 2015 Splunk Inc. Leveraging Machine Data to Deliver New Insights for Business Analytics Rahul Deshmukh Director, Solutions Marketing Jason Fedota Regional Sales Manager Safe Harbor Statement

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information