Commit 7e17fff8 authored by Pavel Šeda's avatar Pavel Šeda
Browse files

Update README.md

parent 7dd2d121
Loading
Loading
Loading
Loading
+8 −2
Original line number Original line Diff line number Diff line
@@ -51,11 +51,17 @@ This script basically goes through all the files in the given directories and in
If you want to insert just `kypo portal events` run the script as follows:
If you want to insert just `kypo portal events` run the script as follows:


```
```
$ ./insert-events.sh "PATH-To-YOUR-KYPO-PORTAL-EVENTS-FOLDER" ""
$ ./insert-events.sh "PATH-TO-YOUR-KYPO-PORTAL-EVENTS-FOLDER" ""
```
```
Otherwise, if you want to insert just `kypo bash history commands` run the script as follows:
Otherwise, if you want to insert just `kypo bash history commands` run the script as follows:
```
```
$ ./insert-events.sh "" "PATH-To-YOUR-KYPO-PORTAL-BASH-HISTORY-COMMANDS-DIR"
$ ./insert-events.sh "" "PATH-TO-YOUR-KYPO-PORTAL-BASH-HISTORY-COMMANDS-DIR"
```

### Inserting training definition
It is appropriate to insert also training definition data as follows:
```
$ ./insert-td.sh "PATH-TO-YOUR-FOLDER-WITH-TRAINING-DEFINITION"
```
```


## Checking the Data in ELK
## Checking the Data in ELK