You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-151Lines changed: 7 additions & 151 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# c42seceventcli - AED
1
+
# c42sec
2
2
3
3
The c42seceventcli AED module contains a CLI tool for extracting AED events as well as an optional state manager
4
4
for recording timestamps. The state manager records timestamps so that on future runs,
@@ -10,170 +10,26 @@ you only extract events you did not previously extract.
10
10
- Code42 Server 6.8.x+
11
11
12
12
## Installation
13
-
Until we are able to put `py42` and `c42secevents` on PyPI, you will need to first install them manually.
14
-
15
-
`py42` is available for download [here](https://confluence.corp.code42.com/pages/viewpage.action?pageId=61767969#py42%E2%80%93Code42PythonSDK-Downloads).
16
-
For py42 installation instructions, see its [README](https://stash.corp.code42.com/projects/SH/repos/lib_c42_python_sdk/browse/README.md).
17
-
18
-
`c42secevents` is available [here](https://confluence.corp.code42.com/display/LS/Security+Event+Extractor+-+Python).
19
-
For `c42secevents` installation instructions, see its [README](https://stash.corp.code42.com/projects/INT/repos/security-event-extractor/browse/README.md).
20
-
21
-
Once you've done that, install `c42seceventcli` using:
13
+
Install `c42sec` using:
22
14
23
15
```bash
24
16
$ python setup.py install
25
17
```
26
18
27
19
## Usage
28
20
29
-
A simple usage requires you to pass in your Code42 authority URL and username as arguments:
0 commit comments