- Notifications
You must be signed in to change notification settings - Fork1
amioranza/naxsi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
** Please use the docker compose file from my github repository to run this container and understand what you need to adapt to your environment/app. **
This image depends on the latest image of elasticsearch (5.5) and kibana (5.5). The file kibana_objs.json on my github repository is the dashboard and basic graphs I've created. To kibana works well you need to wait for the first error log ingestion, it will create the mappings on elasticsearch index and populate the WAF dashboard. The docker-compose file creates two named volumes to keep the elasticsearch (esdata) and kibana (kbndata) data over restarts, if you want to keep those data never use the option -v when turning down your compose (docker-compose down -v
) and don't usedocker volume prune
too.
Screenshot of dashboard using Kibana:
I hope you enjoy this image.