You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2017/01/30 23:40:16 UTC

incubator-spot git commit: Removed old ONI references from the documentation

Repository: incubator-spot
Updated Branches:
  refs/heads/master fe1dc74ac -> 5a231de86


Removed old ONI references from the documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/5a231de8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/5a231de8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/5a231de8

Branch: refs/heads/master
Commit: 5a231de863d038f2c33fec70cfbbcb98e0177a8f
Parents: fe1dc74
Author: LedaLima <le...@apache.org>
Authored: Thu Jan 26 10:18:30 2017 -0600
Committer: natedogs911 <na...@gmail.com>
Committed: Mon Jan 30 15:39:49 2017 -0800

----------------------------------------------------------------------
 spot-oa/oa/INSTALL.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/5a231de8/spot-oa/oa/INSTALL.md
----------------------------------------------------------------------
diff --git a/spot-oa/oa/INSTALL.md b/spot-oa/oa/INSTALL.md
index 22ebdbd..342775e 100644
--- a/spot-oa/oa/INSTALL.md
+++ b/spot-oa/oa/INSTALL.md
@@ -1,10 +1,10 @@
-# ONI Operational Analytics
+# Apache Spot Operational Analytics
 
-ONI Operational Analytics (OA) is a set of python modules and utilities with routines to extract and transform data, loading the results into output files.
+Apache Spot Operational Analytics (OA) is a set of python modules and utilities with routines to extract and transform data, loading the results into output files.
 OA represents the last step before users can score connections and analyze data in the UI.
 
 The three supported data types are Flow, DNS and Proxy. For more information about the type of information and insights
-that can be found for each data source please visit ONI [wiki](https://github.com/Open-Network-Insight/open-network-insight/wiki).
+that can be found for each data source please visit the official Apache Spot [docs](http://spot.apache.org/doc/).
 
 OA scripts are very similar for the different data types supported however the code is divided into 3 
 main modules due to differences in the data model and what context information is required for each data type.
@@ -103,7 +103,7 @@ In order to execute this process there are a few prerequisites:
   for only one data type (Flow, DNS or Proxy) at a time. If users need to process multiple data types at the same time, multiple
   instances of the same script needs to be executed. 
   
-  To execute Operational Analytics in ONI 1.1 go to folder spot-oa/oa and execute the following command:
+  To execute Operational Analytics in Apache Spot go to folder spot-oa/oa and execute the following command:
         
         [solution-user@edge-server] python2.7 start_oa.py -d YYYYMMDD -t [flow, dns, proxy] -l <integer>