Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated Readme to describe usage of the new export.ndjson file format
  • Loading branch information
andreas5232 authored Oct 30, 2020
1 parent 37c04b5 commit d10f625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ volumes:

5. Create `nginx/htpasswd` to provide Basic-Authentification for Nginx.
Change `dnf` to your package manager and `anyusername` to your needs.
In end you will be promtet to enter password to console.
In end you will be prompted to enter password to console.
```
dnf install -y httpd-tools
htpasswd -c nginx/htpasswd anyusername
Expand Down Expand Up @@ -93,11 +93,11 @@ chmod 640 nginx/ssl/kibana.key
docker-compose -up d
```

10. Download & Import [kibana_saved_objects.json](https://raw.githubusercontent.com/domainaware/parsedmarc/master/kibana/kibana_saved_objects.json).
10. Download & Import Kibana Saved Objects [export.ndjson](https://raw.githubusercontent.com/domainaware/parsedmarc/master/kibana/export.ndjson).

Go to `https://parsedmarc.example.com/app/kibana#/management/kibana/objects?_g=()` click on `Import`.
Go to `https://parsedmarc.example.com/app/management/kibana/objects` click on `Import`.

Import downloaded kibana_saved_objects.json with override.
Import downloaded export.ndjson with override.

## Dashboard Sample
![ParceDMARC-Sample](https://github.com/dragoangel/parsedmarc-dockerized/raw/master/ParceDMARC-Sample.png)

0 comments on commit d10f625

Please sign in to comment.