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 2018/01/24 20:15:28 UTC

[4/4] incubator-spot git commit: Merge branch 'pr/68' into SPOT-181_ODM

Merge branch 'pr/68' into SPOT-181_ODM


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

Branch: refs/heads/SPOT-181_ODM
Commit: b7a015c96cdc9721d4fd37a01749d0745550f9cd
Parents: d20c5bf e6e234b
Author: natedogs911 <na...@gmail.com>
Authored: Tue Jan 23 17:20:39 2018 -0800
Committer: natedogs911 <na...@gmail.com>
Committed: Tue Jan 23 17:20:39 2018 -0800

----------------------------------------------------------------------
 spot-gen/README.md                              |  66 ++++++
 spot-gen/conf/asa.yaml                          |  33 +++
 spot-gen/conf/asa/asa.sample                    |  13 ++
 .../conf/asa/not-supported-by-parser.sample     |  40 ++++
 spot-gen/conf/common/files.txt                  |   2 +
 spot-gen/conf/common/hosts.txt                  |   5 +
 spot-gen/conf/common/subjects.txt               |  14 ++
 spot-gen/conf/common/users.txt                  |   5 +
 spot-gen/conf/common/users_info.txt             |   5 +
 spot-gen/conf/common/utils.py                   |  36 +++
 spot-gen/conf/example.yaml                      |  35 +++
 spot-gen/conf/example/domains.txt               |   2 +
 spot-gen/conf/example/events1.txt               |   2 +
 spot-gen/conf/example/utils.py                  |  19 ++
 spot-gen/conf/unix.yaml                         |  14 ++
 spot-gen/conf/unix/unix_events.sample           |   4 +
 spot-gen/conf/windows_nxlog.yaml                |  42 ++++
 .../conf/windows_nxlog/windows_nxlog.sample     |  25 ++
 spot-gen/datagen.py                             | 227 +++++++++++++++++++
 19 files changed, 589 insertions(+)
----------------------------------------------------------------------