SlideShare a Scribd company logo
1 of 11
Download to read offline
HPE Security ArcSight ESM Event
Data Transfer Tool
Software Version: 1.2
User's Guide
June 30, 2016
Legal Notices
Warranty
The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements
accompanying such products and services. Nothing herein should be construed as constituting an additional warranty.
Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein.
The information contained herein is subject to change without notice.
The network information used in the examples in this document (including IP addresses and hostnames) is for illustration
purposes only.
HPE Security ArcSight products are highly flexible and function as you configure them. The accessibility, integrity, and
confidentiality of your data is your responsibility. Implement a comprehensive security strategy and follow good security
practices.
This document is confidential.
Restricted Rights Legend
Confidential computer software. Valid license from Hewlett Packard Enterprise required for possession, use or copying.
Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical
Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.
Copyright Notice
© Copyright 2016 Hewlett Packard Enterprise Development, LP
Follow this link to see a complete statement of copyrights and acknowledgements:
https://www.protect724.hpe.com/docs/DOC-13026
Support
Phone Alistof phone numbers is available on the HPE Security ArcSightTechnical Support
Page: https://softwaresupport.hpe.com/documents/10180/14684/esp-support-
contact-list
Support Web Site https://softwaresupport.hpe.com
Protect 724 Community https://www.protect724.hpe.com
Contact Information
User's Guide
HPE ESM Event Data Transfer Tool 1.2 Page 2 of 11
Contents
Objectives 4
The Event Data Transfer Tool 5
Installing the Event Data Transfer Tool 5
Using the Event Data Transfer Tool Command 6
Usage Notes 8
File Names 8
Threads 8
Data Compression 8
Transfer Failures 9
Transfer Performance 9
Size of Transferred Files 9
Column Names 10
Send Documentation Feedback 11
HPE ESM Event Data Transfer Tool 1.2 Page 3 of 11
Objectives
Exporting ArcSight ESM events to Hadoop brings the opportunity for using Hadoop ecosystem
technologies. The Event Data Transfer Tool exports ESM events in three formats, cef, csv, and key-
value pairs. Getting event data from ESM allows more flexibility to combine analysis with unstructured
data in addition to the structured CEF data. Exported events can benefit from different Hadoop
technologies in the following scenarios:
l Build a security data warehouse using the Hadoop Distributed File System (HDFS), a Hadoop
capability that enables inexpensive, long-term storage for Petabytes of data.
l The Event Data Transfer Tool can export ESM events in multiple formats, which enable the usage of
Apache Hive to query and manage the security data warehouse. Hive provides HiveQL, a SQL-like
language to query and manipulate large events stored on HDFS. See https://hive.apache.org/.
l Once the event data is in Hadoop, you can still run searches quickly. There are powerful search
engines such as Elasticsearch or Solr open-source technologies. These search engines can provide
results in less than a second, which is good for forensics analysis on the data archives. These
platforms are built on top of Apache Lucene, the high-performance text engine library. Both
technologies also provide visualization platforms.
For more information, refer to the following links:
https://lucene.apache.org/core/
https://www.elastic.co/products/hadoop
http://lucene.apache.org/solr/
l You can detect novel attacks by adopting Machine-learning approaches on the security data. For
example, you can identify new botnet activities in your network by using machine-learning algorithms
on large security events data. You can run clustering algorithms such as K-means that Apache
Mahout provides to discover attack patterns in your big data. Apache Mahout is a suite of machine-
learning libraries designed for big data analysis on Hadoop. You can also send your analysis results as
alerts back to ESM by using the SmartConnector for ArcSight Common Event Format Hadoop. Refer
to the configuration guide for that SmartConnector. This improves the enterprise’s attack-detection
capabilities. For more information, refer to the following link:
http://mahout.apache.org/
l Run your own, homegrown analytics scripts to process and analyze large security data by using Pig
Latin scripting language that Apache Pig platform provides. You can send your analysis results as
alerts back to ESM by using the SmartConnector for ArcSight Common Event Format Hadoop. Refer
to the configuration guide for that SmartConnector. For more information, refer to the following link:
https://pig.apache.org/
HPE ESM Event Data Transfer Tool 1.2 Page 4 of 11
The Event Data Transfer Tool
This tool applies to ESM with CORR-Engine and the Hadoop Distributed File System (HDFS). Read all
of this before you start.
Use this Event Data Transfer Tool to send event data from ESM to a Hadoop cluster for additional
processing.
Hadoop is a large batch-processing system that can scale to many computers, thus distributing work
across them all. HDFS splits large data files for processing on different Hadoop machines. In this way it
can process more data than can fit on a single computer’s hard disk drive by separating the input across
the cluster and processing the data in parallel. File blocks are copied to more than one node to mitigate
against individual machine failures.
For information on what versions of ESM and Hadoop are supported, refer to the HPE ArcSight ESM
Support Matrix, which is available on the Protect 724 Community at https://www.protect724.hpe.com.
Installing the Event Data Transfer Tool
The only prerequisites to running this installation are that you have the Hadoop core-site.xml file
and that you install this tool on a machine running ESM with CORR-Engine. For the version and build
number and supported relationships, refer to the ESM Support Matrix at
https://www.protect724.hpe.com.
Before downloading the installer package from Hewlett Packard Enterprise (HPE):
HPE provides a digital public key to enable you to verify that the signed software you received is indeed
from HPE and has not been manipulated in any way by a third party.
Visit the following site for information and instructions:
https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=HPLinuxCod
eSigning
1. Download the installer package and extract this file:
ArcSight-CORRHadoop-<version.build Number>-Linux.bin
2. From the directory where this file is, run the following (We recommend that you do not do this as
user root.):
./ArcSight-CORRHadoop-<version.build Number>-Linux.bin
3. Click Next at the Introduction screen.
4. Read the license agreement. After you scroll to the bottom, you can select the option to agree to
the terms. Click Next.
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 5 of 11
5. To browse to a folder where you want to install this tool, select Choose, navigate to the folder, and
click OK. Do not install it in the /opt/ESMComponents folder.
To accept the default folder (/opt/arcsight/corrhadoop), you do not have to do anything.
This path/folder is referred to later as <CORREHADOOP_HOME>.
Click Next.
6. Choose a link location, if you want to create links. Click Next.
7. Choose the location of the core-site.xml file and click Next.
8. Review your selections and select Install when satisfied.
9. When the installation is complete, click Done.
In case of an installation failure:
l Make sure all the prerequisites are met.
l Use the uninstaller and try reinstalling.
l If the uninstall folder was not installed, clear the installation folder and try again.
Using the Event Data Transfer Tool Command
Once installed, you use the following arcsight command to manage event data transfers:
Syntax: arcsight event_transfer [parameters]
Required Parameters:
l -dpath <dpath>
Specify the path and file name to the destination.
- If the format is CSV, the extension must be csv, gz, or bz2.
- If the format is keyvalue of CEF, the extension must be be txt, gz, or bz2.
- When the extension is gz or bz2 the file is compressed.
- When the extension is csv or txt, the file is not compressed.
l -dtype <dtype>
Specify the type of destination. File means a local path and Hadoop means a path to a Hadoop
system.
Optional Parameters:
l -format <format>
Specify the format as cef (common event format), csv (comma-separated values), or keyvalue
(key-value pairs).
- The default is keyvalue.
- Use all lower case letters.
- If you use the CSV format, the file name extension in -dpath must be csv, gz, or bz2.
- If you use keyvalue or CEF formats, the file extension must be txt, gz, or bz2.
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 6 of 11
l -columns <columns>
List the CEF column names to include in the transfer. Separate column names with spaces.The
default is all columns.
l -start <start>
Specify the start of the range of events to transfer as a time (mm/dd/yyyy hh:mm:ss) or by event ID.
The default is yesterday at this time ($NOW-1d). The time format is for a 24-hour clock. That is, hh is
00 - 24.
l -end <end>
Specify the end of the range of events to transfer as a time (mm/dd/yyyy hh:mm:ss) or by event ID.
The default is the time specified by $NOW. The time format is for a 24-hour clock. That is, hh is 00 -
24.
l -qtype <qtype>
Specify the type of entries you used in -start and -end. For times, the parameters can be EndTime
or ManagerReceiptTime (the default). For event IDs use EventId.
l -sg “<storageGroup>”
Specify one or more storage groups, in double quotes, and separated by a space. If omitted, events in
all storage groups are transferred.
l -threads <threads>
Specify the number of threads to use for the transfer. The default is 5. See "Threads" on the next
page.
l --h
Help
Examples:
arcsight event_transfer -dpath <***path***> -dtype Hadoop -sg “storage group
1” “storage group 2”
arcsight event_transfer -dtype Hadoop -dpath <***path***> -format cef -start
"05/04/2016 15:45:00" -end "05/04/2016 16:45:00”
Note:
l The -start, -end, and -qtype parameters must be of the same type: either event ID or time. If
you mix them up, the tool cannot tell and you get unexpected results.
l The command parameters are case sensitive; use them as shown.
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 7 of 11
Usage Notes
File Names
When the data is transferred to Hadoop, the filename you specify in -dpath, such as abc.gz, has the
start and end appended in front of the extension in the form abc_<start>_<end>.gz.
More threads generate more files.
The file extension (.gz, in this example), specifies the compression used. If you do not want any
compression,use a file extension such as .txt or .csv.
Threads
The number of threads selected for the transfer affects the rate of transfer in events per second (EPS).
Tests have shown that increasing the number of threads increases throughput, but at some point, more
threads actually reduce EPS due to resource limitations. The point at which this occurs depends on the
number of processors and the amount of other work on that machine. The default of five threads
should be satisfactory in most cases.
If you go to 10 threads you need 3 GB of memory available and another 3 GB for each additional 10
threads. The memory used for this process is controlled by a line in a script used by the Event_
Transfer command. You can edit the DirectMemorySize value in the file, config/corrhadoop-
config.sh.
To change the memory used:
1. Comment this line:
#JVM_HEAP_SIZE="-Xms3g -Xmx3g"
2. Un-comment this line, which sets direct memory size to 6 GB by default:
DIRECT_MEMORY_SIZE="-XX:MaxDirectMemorySize=6g
3. Optionally change the DirectMemorySize value as applicable.
The configuration file itself provides suggestions for size based on threads.
Data Compression
You can specify a Hadoop compression codec by using the file name extension or suffix that
corresponds to that codec. Compression occurs before the data is transferred. The compression codecs
supported by this transfer tool are:
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 8 of 11
Suffix Codec
.bz2 Bzip2Codec
.gz GzipCodec
The Bzip2Codec appears to have better compression, but the GzipCodec appears to provide a higher
EPS value for transfer to the Hadoop system. For more information on these compression codecs, refer
to your Hadoop documentation. The event_transfer command removes the CORR-Engine
compression and then applies the Hadoop compression before, but as part of, the transfer.
If you do not specify a codec-specific file extension, the data is not compressed. Without Hadoop
compression, the data in Hadoop is larger than the archive size in the CORREngine. This is because the
CORR-Engine data is uncompressed when it is transferred to the Hadoop cluster and the Hadoop file
format is larger.
This event migration tool does not transfer Binary Large Object (BLOB) or Character Large Object
(CLOB) data.
Transfer Failures
If the transfer fails, you must delete all the data that was transferred in the attempt, before you retry the
operation.
The number of files transferred depends on the number of threads used.
File names can be identified by their timestamp.
Transfer Performance
Whether transferring data to Hadoop impacts normal ESM performance depends on how many events
you transfer, which event columns you opt to transfer, how often you transfer data, and the number of
threads used for data transfer.
However, there is no way to recommend settings that will work in all environments. Try various settings
until you settle on the ones that work best for you.
Size of Transferred Files
You may notice a difference in the files' sizes between Hadoop Distributed File System (HDFS) and
Linux local file system. This difference appears only when you use the command ls -h (list files with
human readable format). Instead, verify the files' sizes using the basic ls command.
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 9 of 11
Column Names
The column (field) names assigned in Hadoop are the Common Event Format (CEF) names. For a
description of the CEF field names, refer to the document entitled Implementing ArcSight Common
Event Format (CEF), which is available on Protect 724 at https://www.protect724.hpe.com.
User's Guide
The Event Data Transfer Tool
HPE ESM Event Data Transfer Tool 1.2 Page 10 of 11
Send Documentation Feedback
If you have comments about this document, you can contact the documentation team by email. If an
email client is configured on this system, click the link above and an email window opens with the
following information in the subject line:
Feedback on User's Guide (ESM Event Data Transfer Tool 1.2)
Just add your feedback to the email and click send.
If no email client is available, copy the information above to a new message in a web mail client, and send
your feedback to arc-doc@hpe.com.
We appreciate your feedback!
HPE ESM Event Data Transfer Tool 1.2 Page 11 of 11

More Related Content

What's hot

Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Amazon Web Services
 
Brief Introduction about Hadoop and Core Services.
Brief Introduction about Hadoop and Core Services.Brief Introduction about Hadoop and Core Services.
Brief Introduction about Hadoop and Core Services.Muthu Natarajan
 
Design of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDesign of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDr. C.V. Suresh Babu
 
Cloudera Impala technical deep dive
Cloudera Impala technical deep diveCloudera Impala technical deep dive
Cloudera Impala technical deep divehuguk
 
Sector Cloudcom Tutorial
Sector Cloudcom TutorialSector Cloudcom Tutorial
Sector Cloudcom Tutoriallilyco
 
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...Gabriele Baldassarre
 
Leveraging Hadoop in Polyglot Architectures
Leveraging Hadoop in Polyglot ArchitecturesLeveraging Hadoop in Polyglot Architectures
Leveraging Hadoop in Polyglot ArchitecturesThanigai Vellore
 
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...Simplilearn
 
Working with Hive Analytics
Working with Hive AnalyticsWorking with Hive Analytics
Working with Hive AnalyticsManish Chopra
 
Introduction to HiveQL
Introduction to HiveQLIntroduction to HiveQL
Introduction to HiveQLkristinferrier
 
Hadoop File system (HDFS)
Hadoop File system (HDFS)Hadoop File system (HDFS)
Hadoop File system (HDFS)Prashant Gupta
 
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...Simplilearn
 
What Is Hadoop | Hadoop Tutorial For Beginners | Edureka
What Is Hadoop | Hadoop Tutorial For Beginners | EdurekaWhat Is Hadoop | Hadoop Tutorial For Beginners | Edureka
What Is Hadoop | Hadoop Tutorial For Beginners | EdurekaEdureka!
 

What's hot (20)

Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
 
Introduction to HDFS
Introduction to HDFSIntroduction to HDFS
Introduction to HDFS
 
Unit 5-apache hive
Unit 5-apache hiveUnit 5-apache hive
Unit 5-apache hive
 
Brief Introduction about Hadoop and Core Services.
Brief Introduction about Hadoop and Core Services.Brief Introduction about Hadoop and Core Services.
Brief Introduction about Hadoop and Core Services.
 
Design of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDesign of Hadoop Distributed File System
Design of Hadoop Distributed File System
 
Cloudera Impala technical deep dive
Cloudera Impala technical deep diveCloudera Impala technical deep dive
Cloudera Impala technical deep dive
 
Sector Cloudcom Tutorial
Sector Cloudcom TutorialSector Cloudcom Tutorial
Sector Cloudcom Tutorial
 
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...
Talend Open Studio Fundamentals #1: Workspaces, Jobs, Metadata and Trips & Tr...
 
Hive(ppt)
Hive(ppt)Hive(ppt)
Hive(ppt)
 
Leveraging Hadoop in Polyglot Architectures
Leveraging Hadoop in Polyglot ArchitecturesLeveraging Hadoop in Polyglot Architectures
Leveraging Hadoop in Polyglot Architectures
 
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...
Hive Tutorial | Hive Architecture | Hive Tutorial For Beginners | Hive In Had...
 
Working with Hive Analytics
Working with Hive AnalyticsWorking with Hive Analytics
Working with Hive Analytics
 
Introduction to HiveQL
Introduction to HiveQLIntroduction to HiveQL
Introduction to HiveQL
 
Hadoop File system (HDFS)
Hadoop File system (HDFS)Hadoop File system (HDFS)
Hadoop File system (HDFS)
 
Apache hive introduction
Apache hive introductionApache hive introduction
Apache hive introduction
 
Hdfs design
Hdfs designHdfs design
Hdfs design
 
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
 
What Is Hadoop | Hadoop Tutorial For Beginners | Edureka
What Is Hadoop | Hadoop Tutorial For Beginners | EdurekaWhat Is Hadoop | Hadoop Tutorial For Beginners | Edureka
What Is Hadoop | Hadoop Tutorial For Beginners | Edureka
 
Map Reduce
Map ReduceMap Reduce
Map Reduce
 
Hadoop distributed file system
Hadoop distributed file systemHadoop distributed file system
Hadoop distributed file system
 

Similar to Esm event datatransfertool

Edtt rel notes_1.2
Edtt rel notes_1.2Edtt rel notes_1.2
Edtt rel notes_1.2Protect724v3
 
ESM for Azure 6.9.1 Setup Guide
ESM for Azure 6.9.1 Setup GuideESM for Azure 6.9.1 Setup Guide
ESM for Azure 6.9.1 Setup GuideProtect724tk
 
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release NotesArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notesprotect724rkeer
 
Hadoop project design and a usecase
Hadoop project design and  a usecaseHadoop project design and  a usecase
Hadoop project design and a usecasesudhakara st
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Protect724mouni
 
ESM 6.9.1c Release Notes
ESM 6.9.1c Release NotesESM 6.9.1c Release Notes
ESM 6.9.1c Release NotesProtect724tk
 
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)Protect724tk
 
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..Protect724tk
 
Meeting 14. web server ii
Meeting 14. web server iiMeeting 14. web server ii
Meeting 14. web server iiSyaiful Ahdan
 
Esm migrate to_corre_6.0c
Esm migrate to_corre_6.0cEsm migrate to_corre_6.0c
Esm migrate to_corre_6.0cProtect724v3
 
ESM 6.9.1c Patch1 Release Notes
	ESM 6.9.1c Patch1 Release Notes 	ESM 6.9.1c Patch1 Release Notes
ESM 6.9.1c Patch1 Release Notes Protect724tk
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)Protect724tk
 
Hpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfHpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfKimHuu
 
HPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release NotesHPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release Notesprotect724rkeer
 
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide	Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide Protect724manoj
 
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide	Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide Protect724manoj
 
Esm rel notes_6.8cp4
Esm rel notes_6.8cp4Esm rel notes_6.8cp4
Esm rel notes_6.8cp4Protect724v3
 
ESM 6.9.1c Patch 2 Release Notes
ESM 6.9.1c Patch 2 Release NotesESM 6.9.1c Patch 2 Release Notes
ESM 6.9.1c Patch 2 Release NotesProtect724tk
 

Similar to Esm event datatransfertool (20)

Edtt rel notes_1.2
Edtt rel notes_1.2Edtt rel notes_1.2
Edtt rel notes_1.2
 
ESM for Azure 6.9.1 Setup Guide
ESM for Azure 6.9.1 Setup GuideESM for Azure 6.9.1 Setup Guide
ESM for Azure 6.9.1 Setup Guide
 
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release NotesArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
ArcSight ArcSight Model Import Connector for RepSM 7.1.7.7607.0 Release Notes
 
Hadoop project design and a usecase
Hadoop project design and  a usecaseHadoop project design and  a usecase
Hadoop project design and a usecase
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
 
ESM 6.9.1c Release Notes
ESM 6.9.1c Release NotesESM 6.9.1c Release Notes
ESM 6.9.1c Release Notes
 
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)
B7500 (G8) Upgrade to RHEL 6.8 (ESM 6.9.1c P2)
 
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..
ESM 6.8 HA OS Upgrade from RHEL 6.5, 6.6, or 6.7 t..
 
Meeting 14. web server ii
Meeting 14. web server iiMeeting 14. web server ii
Meeting 14. web server ii
 
Esm migrate to_corre_6.0c
Esm migrate to_corre_6.0cEsm migrate to_corre_6.0c
Esm migrate to_corre_6.0c
 
ESM 6.9.1c Patch1 Release Notes
	ESM 6.9.1c Patch1 Release Notes 	ESM 6.9.1c Patch1 Release Notes
ESM 6.9.1c Patch1 Release Notes
 
Upgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8cUpgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8c
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)
 
Ae backup
Ae backupAe backup
Ae backup
 
Hpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfHpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdf
 
HPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release NotesHPE ArcSight RepSM Plus Model Import Connector Release Notes
HPE ArcSight RepSM Plus Model Import Connector Release Notes
 
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide	Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide
Logger Forwarding Connector for OM 7.3.0.7838.0 Configuration Guide
 
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide	Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide
Logger Forwarding Connector for OMi 7.3.0.7839.0 Configuration Guide
 
Esm rel notes_6.8cp4
Esm rel notes_6.8cp4Esm rel notes_6.8cp4
Esm rel notes_6.8cp4
 
ESM 6.9.1c Patch 2 Release Notes
ESM 6.9.1c Patch 2 Release NotesESM 6.9.1c Patch 2 Release Notes
ESM 6.9.1c Patch 2 Release Notes
 

More from Protect724v3

ArcSight EnterpriseView User Guide
ArcSight EnterpriseView User GuideArcSight EnterpriseView User Guide
ArcSight EnterpriseView User GuideProtect724v3
 
Release Notes for ESM 6.8c
Release Notes for ESM 6.8cRelease Notes for ESM 6.8c
Release Notes for ESM 6.8cProtect724v3
 
ESM5.6_SCG_Intrusion.pdf
ESM5.6_SCG_Intrusion.pdfESM5.6_SCG_Intrusion.pdf
ESM5.6_SCG_Intrusion.pdfProtect724v3
 
ArcSight Command Center User's Guide for ESM 6.8c
ArcSight Command Center User's Guide for ESM 6.8cArcSight Command Center User's Guide for ESM 6.8c
ArcSight Command Center User's Guide for ESM 6.8cProtect724v3
 
ESM5.6_SCG_NetFlow.pdf
ESM5.6_SCG_NetFlow.pdfESM5.6_SCG_NetFlow.pdf
ESM5.6_SCG_NetFlow.pdfProtect724v3
 
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cProtect724v3
 
ESM5.6_SCG_Network.pdf
ESM5.6_SCG_Network.pdfESM5.6_SCG_Network.pdf
ESM5.6_SCG_Network.pdfProtect724v3
 
ESM5.6_SCG_Sys_Admin.pdf
ESM5.6_SCG_Sys_Admin.pdfESM5.6_SCG_Sys_Admin.pdf
ESM5.6_SCG_Sys_Admin.pdfProtect724v3
 
ESM 6.8c Patch 2 Release Notes
ESM 6.8c Patch 2 Release NotesESM 6.8c Patch 2 Release Notes
ESM 6.8c Patch 2 Release NotesProtect724v3
 
Arcsight ESM Support Matrix
Arcsight ESM Support MatrixArcsight ESM Support Matrix
Arcsight ESM Support MatrixProtect724v3
 
ESM5.6_SCG_Workflow.pdf
ESM5.6_SCG_Workflow.pdfESM5.6_SCG_Workflow.pdf
ESM5.6_SCG_Workflow.pdfProtect724v3
 
Event Data Transfer Tool 1.2 User's Guide
Event Data Transfer Tool 1.2 User's GuideEvent Data Transfer Tool 1.2 User's Guide
Event Data Transfer Tool 1.2 User's GuideProtect724v3
 
Esm support matrix
Esm support matrixEsm support matrix
Esm support matrixProtect724v3
 
Esm support matrix
Esm support matrixEsm support matrix
Esm support matrixProtect724v3
 
Esm support matrix_6.11.0 (1)
Esm support matrix_6.11.0 (1)Esm support matrix_6.11.0 (1)
Esm support matrix_6.11.0 (1)Protect724v3
 
Esm support matrix_6.11.0
Esm support matrix_6.11.0Esm support matrix_6.11.0
Esm support matrix_6.11.0Protect724v3
 
Esm scg net_flow_6.0c
Esm scg net_flow_6.0c Esm scg net_flow_6.0c
Esm scg net_flow_6.0c Protect724v3
 
Esm scg network_6.0c
Esm scg network_6.0cEsm scg network_6.0c
Esm scg network_6.0cProtect724v3
 
Esm scg workflow_6.0c
Esm scg workflow_6.0cEsm scg workflow_6.0c
Esm scg workflow_6.0cProtect724v3
 

More from Protect724v3 (20)

ArcSight EnterpriseView User Guide
ArcSight EnterpriseView User GuideArcSight EnterpriseView User Guide
ArcSight EnterpriseView User Guide
 
Release Notes for ESM 6.8c
Release Notes for ESM 6.8cRelease Notes for ESM 6.8c
Release Notes for ESM 6.8c
 
ESM5.6_SCG_Intrusion.pdf
ESM5.6_SCG_Intrusion.pdfESM5.6_SCG_Intrusion.pdf
ESM5.6_SCG_Intrusion.pdf
 
ArcSight Command Center User's Guide for ESM 6.8c
ArcSight Command Center User's Guide for ESM 6.8cArcSight Command Center User's Guide for ESM 6.8c
ArcSight Command Center User's Guide for ESM 6.8c
 
ESM5.6_SCG_NetFlow.pdf
ESM5.6_SCG_NetFlow.pdfESM5.6_SCG_NetFlow.pdf
ESM5.6_SCG_NetFlow.pdf
 
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8cESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
ESM Asset Model FlexConnector Developer's Guide for ESM 6.8c
 
ESM5.6_SCG_Network.pdf
ESM5.6_SCG_Network.pdfESM5.6_SCG_Network.pdf
ESM5.6_SCG_Network.pdf
 
ESM5.6_SCG_Sys_Admin.pdf
ESM5.6_SCG_Sys_Admin.pdfESM5.6_SCG_Sys_Admin.pdf
ESM5.6_SCG_Sys_Admin.pdf
 
ESM 6.8c Patch 2 Release Notes
ESM 6.8c Patch 2 Release NotesESM 6.8c Patch 2 Release Notes
ESM 6.8c Patch 2 Release Notes
 
Arcsight ESM Support Matrix
Arcsight ESM Support MatrixArcsight ESM Support Matrix
Arcsight ESM Support Matrix
 
ESM5.6_SCG_Workflow.pdf
ESM5.6_SCG_Workflow.pdfESM5.6_SCG_Workflow.pdf
ESM5.6_SCG_Workflow.pdf
 
Event Data Transfer Tool 1.2 User's Guide
Event Data Transfer Tool 1.2 User's GuideEvent Data Transfer Tool 1.2 User's Guide
Event Data Transfer Tool 1.2 User's Guide
 
Esm support matrix
Esm support matrixEsm support matrix
Esm support matrix
 
Esm support matrix
Esm support matrixEsm support matrix
Esm support matrix
 
Esm support matrix_6.11.0 (1)
Esm support matrix_6.11.0 (1)Esm support matrix_6.11.0 (1)
Esm support matrix_6.11.0 (1)
 
Esm 101 5.2
Esm 101 5.2Esm 101 5.2
Esm 101 5.2
 
Esm support matrix_6.11.0
Esm support matrix_6.11.0Esm support matrix_6.11.0
Esm support matrix_6.11.0
 
Esm scg net_flow_6.0c
Esm scg net_flow_6.0c Esm scg net_flow_6.0c
Esm scg net_flow_6.0c
 
Esm scg network_6.0c
Esm scg network_6.0cEsm scg network_6.0c
Esm scg network_6.0c
 
Esm scg workflow_6.0c
Esm scg workflow_6.0cEsm scg workflow_6.0c
Esm scg workflow_6.0c
 

Recently uploaded

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 

Recently uploaded (20)

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 

Esm event datatransfertool

  • 1. HPE Security ArcSight ESM Event Data Transfer Tool Software Version: 1.2 User's Guide June 30, 2016
  • 2. Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. The network information used in the examples in this document (including IP addresses and hostnames) is for illustration purposes only. HPE Security ArcSight products are highly flexible and function as you configure them. The accessibility, integrity, and confidentiality of your data is your responsibility. Implement a comprehensive security strategy and follow good security practices. This document is confidential. Restricted Rights Legend Confidential computer software. Valid license from Hewlett Packard Enterprise required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice © Copyright 2016 Hewlett Packard Enterprise Development, LP Follow this link to see a complete statement of copyrights and acknowledgements: https://www.protect724.hpe.com/docs/DOC-13026 Support Phone Alistof phone numbers is available on the HPE Security ArcSightTechnical Support Page: https://softwaresupport.hpe.com/documents/10180/14684/esp-support- contact-list Support Web Site https://softwaresupport.hpe.com Protect 724 Community https://www.protect724.hpe.com Contact Information User's Guide HPE ESM Event Data Transfer Tool 1.2 Page 2 of 11
  • 3. Contents Objectives 4 The Event Data Transfer Tool 5 Installing the Event Data Transfer Tool 5 Using the Event Data Transfer Tool Command 6 Usage Notes 8 File Names 8 Threads 8 Data Compression 8 Transfer Failures 9 Transfer Performance 9 Size of Transferred Files 9 Column Names 10 Send Documentation Feedback 11 HPE ESM Event Data Transfer Tool 1.2 Page 3 of 11
  • 4. Objectives Exporting ArcSight ESM events to Hadoop brings the opportunity for using Hadoop ecosystem technologies. The Event Data Transfer Tool exports ESM events in three formats, cef, csv, and key- value pairs. Getting event data from ESM allows more flexibility to combine analysis with unstructured data in addition to the structured CEF data. Exported events can benefit from different Hadoop technologies in the following scenarios: l Build a security data warehouse using the Hadoop Distributed File System (HDFS), a Hadoop capability that enables inexpensive, long-term storage for Petabytes of data. l The Event Data Transfer Tool can export ESM events in multiple formats, which enable the usage of Apache Hive to query and manage the security data warehouse. Hive provides HiveQL, a SQL-like language to query and manipulate large events stored on HDFS. See https://hive.apache.org/. l Once the event data is in Hadoop, you can still run searches quickly. There are powerful search engines such as Elasticsearch or Solr open-source technologies. These search engines can provide results in less than a second, which is good for forensics analysis on the data archives. These platforms are built on top of Apache Lucene, the high-performance text engine library. Both technologies also provide visualization platforms. For more information, refer to the following links: https://lucene.apache.org/core/ https://www.elastic.co/products/hadoop http://lucene.apache.org/solr/ l You can detect novel attacks by adopting Machine-learning approaches on the security data. For example, you can identify new botnet activities in your network by using machine-learning algorithms on large security events data. You can run clustering algorithms such as K-means that Apache Mahout provides to discover attack patterns in your big data. Apache Mahout is a suite of machine- learning libraries designed for big data analysis on Hadoop. You can also send your analysis results as alerts back to ESM by using the SmartConnector for ArcSight Common Event Format Hadoop. Refer to the configuration guide for that SmartConnector. This improves the enterprise’s attack-detection capabilities. For more information, refer to the following link: http://mahout.apache.org/ l Run your own, homegrown analytics scripts to process and analyze large security data by using Pig Latin scripting language that Apache Pig platform provides. You can send your analysis results as alerts back to ESM by using the SmartConnector for ArcSight Common Event Format Hadoop. Refer to the configuration guide for that SmartConnector. For more information, refer to the following link: https://pig.apache.org/ HPE ESM Event Data Transfer Tool 1.2 Page 4 of 11
  • 5. The Event Data Transfer Tool This tool applies to ESM with CORR-Engine and the Hadoop Distributed File System (HDFS). Read all of this before you start. Use this Event Data Transfer Tool to send event data from ESM to a Hadoop cluster for additional processing. Hadoop is a large batch-processing system that can scale to many computers, thus distributing work across them all. HDFS splits large data files for processing on different Hadoop machines. In this way it can process more data than can fit on a single computer’s hard disk drive by separating the input across the cluster and processing the data in parallel. File blocks are copied to more than one node to mitigate against individual machine failures. For information on what versions of ESM and Hadoop are supported, refer to the HPE ArcSight ESM Support Matrix, which is available on the Protect 724 Community at https://www.protect724.hpe.com. Installing the Event Data Transfer Tool The only prerequisites to running this installation are that you have the Hadoop core-site.xml file and that you install this tool on a machine running ESM with CORR-Engine. For the version and build number and supported relationships, refer to the ESM Support Matrix at https://www.protect724.hpe.com. Before downloading the installer package from Hewlett Packard Enterprise (HPE): HPE provides a digital public key to enable you to verify that the signed software you received is indeed from HPE and has not been manipulated in any way by a third party. Visit the following site for information and instructions: https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=HPLinuxCod eSigning 1. Download the installer package and extract this file: ArcSight-CORRHadoop-<version.build Number>-Linux.bin 2. From the directory where this file is, run the following (We recommend that you do not do this as user root.): ./ArcSight-CORRHadoop-<version.build Number>-Linux.bin 3. Click Next at the Introduction screen. 4. Read the license agreement. After you scroll to the bottom, you can select the option to agree to the terms. Click Next. User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 5 of 11
  • 6. 5. To browse to a folder where you want to install this tool, select Choose, navigate to the folder, and click OK. Do not install it in the /opt/ESMComponents folder. To accept the default folder (/opt/arcsight/corrhadoop), you do not have to do anything. This path/folder is referred to later as <CORREHADOOP_HOME>. Click Next. 6. Choose a link location, if you want to create links. Click Next. 7. Choose the location of the core-site.xml file and click Next. 8. Review your selections and select Install when satisfied. 9. When the installation is complete, click Done. In case of an installation failure: l Make sure all the prerequisites are met. l Use the uninstaller and try reinstalling. l If the uninstall folder was not installed, clear the installation folder and try again. Using the Event Data Transfer Tool Command Once installed, you use the following arcsight command to manage event data transfers: Syntax: arcsight event_transfer [parameters] Required Parameters: l -dpath <dpath> Specify the path and file name to the destination. - If the format is CSV, the extension must be csv, gz, or bz2. - If the format is keyvalue of CEF, the extension must be be txt, gz, or bz2. - When the extension is gz or bz2 the file is compressed. - When the extension is csv or txt, the file is not compressed. l -dtype <dtype> Specify the type of destination. File means a local path and Hadoop means a path to a Hadoop system. Optional Parameters: l -format <format> Specify the format as cef (common event format), csv (comma-separated values), or keyvalue (key-value pairs). - The default is keyvalue. - Use all lower case letters. - If you use the CSV format, the file name extension in -dpath must be csv, gz, or bz2. - If you use keyvalue or CEF formats, the file extension must be txt, gz, or bz2. User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 6 of 11
  • 7. l -columns <columns> List the CEF column names to include in the transfer. Separate column names with spaces.The default is all columns. l -start <start> Specify the start of the range of events to transfer as a time (mm/dd/yyyy hh:mm:ss) or by event ID. The default is yesterday at this time ($NOW-1d). The time format is for a 24-hour clock. That is, hh is 00 - 24. l -end <end> Specify the end of the range of events to transfer as a time (mm/dd/yyyy hh:mm:ss) or by event ID. The default is the time specified by $NOW. The time format is for a 24-hour clock. That is, hh is 00 - 24. l -qtype <qtype> Specify the type of entries you used in -start and -end. For times, the parameters can be EndTime or ManagerReceiptTime (the default). For event IDs use EventId. l -sg “<storageGroup>” Specify one or more storage groups, in double quotes, and separated by a space. If omitted, events in all storage groups are transferred. l -threads <threads> Specify the number of threads to use for the transfer. The default is 5. See "Threads" on the next page. l --h Help Examples: arcsight event_transfer -dpath <***path***> -dtype Hadoop -sg “storage group 1” “storage group 2” arcsight event_transfer -dtype Hadoop -dpath <***path***> -format cef -start "05/04/2016 15:45:00" -end "05/04/2016 16:45:00” Note: l The -start, -end, and -qtype parameters must be of the same type: either event ID or time. If you mix them up, the tool cannot tell and you get unexpected results. l The command parameters are case sensitive; use them as shown. User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 7 of 11
  • 8. Usage Notes File Names When the data is transferred to Hadoop, the filename you specify in -dpath, such as abc.gz, has the start and end appended in front of the extension in the form abc_<start>_<end>.gz. More threads generate more files. The file extension (.gz, in this example), specifies the compression used. If you do not want any compression,use a file extension such as .txt or .csv. Threads The number of threads selected for the transfer affects the rate of transfer in events per second (EPS). Tests have shown that increasing the number of threads increases throughput, but at some point, more threads actually reduce EPS due to resource limitations. The point at which this occurs depends on the number of processors and the amount of other work on that machine. The default of five threads should be satisfactory in most cases. If you go to 10 threads you need 3 GB of memory available and another 3 GB for each additional 10 threads. The memory used for this process is controlled by a line in a script used by the Event_ Transfer command. You can edit the DirectMemorySize value in the file, config/corrhadoop- config.sh. To change the memory used: 1. Comment this line: #JVM_HEAP_SIZE="-Xms3g -Xmx3g" 2. Un-comment this line, which sets direct memory size to 6 GB by default: DIRECT_MEMORY_SIZE="-XX:MaxDirectMemorySize=6g 3. Optionally change the DirectMemorySize value as applicable. The configuration file itself provides suggestions for size based on threads. Data Compression You can specify a Hadoop compression codec by using the file name extension or suffix that corresponds to that codec. Compression occurs before the data is transferred. The compression codecs supported by this transfer tool are: User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 8 of 11
  • 9. Suffix Codec .bz2 Bzip2Codec .gz GzipCodec The Bzip2Codec appears to have better compression, but the GzipCodec appears to provide a higher EPS value for transfer to the Hadoop system. For more information on these compression codecs, refer to your Hadoop documentation. The event_transfer command removes the CORR-Engine compression and then applies the Hadoop compression before, but as part of, the transfer. If you do not specify a codec-specific file extension, the data is not compressed. Without Hadoop compression, the data in Hadoop is larger than the archive size in the CORREngine. This is because the CORR-Engine data is uncompressed when it is transferred to the Hadoop cluster and the Hadoop file format is larger. This event migration tool does not transfer Binary Large Object (BLOB) or Character Large Object (CLOB) data. Transfer Failures If the transfer fails, you must delete all the data that was transferred in the attempt, before you retry the operation. The number of files transferred depends on the number of threads used. File names can be identified by their timestamp. Transfer Performance Whether transferring data to Hadoop impacts normal ESM performance depends on how many events you transfer, which event columns you opt to transfer, how often you transfer data, and the number of threads used for data transfer. However, there is no way to recommend settings that will work in all environments. Try various settings until you settle on the ones that work best for you. Size of Transferred Files You may notice a difference in the files' sizes between Hadoop Distributed File System (HDFS) and Linux local file system. This difference appears only when you use the command ls -h (list files with human readable format). Instead, verify the files' sizes using the basic ls command. User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 9 of 11
  • 10. Column Names The column (field) names assigned in Hadoop are the Common Event Format (CEF) names. For a description of the CEF field names, refer to the document entitled Implementing ArcSight Common Event Format (CEF), which is available on Protect 724 at https://www.protect724.hpe.com. User's Guide The Event Data Transfer Tool HPE ESM Event Data Transfer Tool 1.2 Page 10 of 11
  • 11. Send Documentation Feedback If you have comments about this document, you can contact the documentation team by email. If an email client is configured on this system, click the link above and an email window opens with the following information in the subject line: Feedback on User's Guide (ESM Event Data Transfer Tool 1.2) Just add your feedback to the email and click send. If no email client is available, copy the information above to a new message in a web mail client, and send your feedback to arc-doc@hpe.com. We appreciate your feedback! HPE ESM Event Data Transfer Tool 1.2 Page 11 of 11