Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fekaputra committed Jan 2, 2021
1 parent 0696c88 commit 29792ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Prerequisites for running SLOGERT

- `Java 11` (for Lutra)
- `Apache Maven`
- `Python 2` (for LogPai)
- `Python 2` with `pandas` and `python-scipy` installed (for LogPai)
- the default setting is to use `python` command to invoke Python 2
- if this is not the case, modification on the `LogIntializer.java` is needed.

Expand Down Expand Up @@ -56,7 +56,7 @@ SLOGERT works in the following flow, notes that the result from each step will b

We have tried and and tested SLOGERT on Mac OSX and Ubuntu with the following steps:

* Compile this project (`mvn clean install` - or `mvn clean install -DskipTests` if you want to skip the tests)
* Compile this project (`mvn clean install` or `mvn clean install -DskipTests` if you want to skip the tests)
* You can set properties for extraction in the config file (e.g., number of loglines produced per file). Examples of config and template files are available on the `src/test/resources` folder (e.g., `auth-config.yaml`for auth log data).
* Transform the CSVs into OTTR format using the config file. By default, the following script should work on the example file. (```java -jar target/slogert-<SLOGERT-VERSION>-jar-with-dependencies.jar -c src/test/resources/auth-config.yaml```)
* The result would be produced in the `output/` folder

0 comments on commit 29792ea

Please sign in to comment.