diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cea3ba..68a48f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 20190604 +- **Finalize Fatt support** + - Build visualizations, searches, dashboards + - Rebuild index patterns + - Some finishing touches + ## 20190601 - **Start supporting Fatt, remove Glastopf** - Build Dockerfile, Adjust logstash, installer, update and such. diff --git a/docker/fatt/Dockerfile b/docker/fatt/Dockerfile index ac5caeef..b0018724 100644 --- a/docker/fatt/Dockerfile +++ b/docker/fatt/Dockerfile @@ -1,8 +1,8 @@ FROM alpine - +# # Include dist #ADD dist/ /root/dist/ - +# # Get and install dependencies & packages RUN apk -U add \ git \ @@ -11,11 +11,11 @@ RUN apk -U add \ python3 \ python3-dev && \ apk -U add tshark --repository http://dl-3.alpinelinux.org/alpine/edge/community/ && \ - +# # Setup user addgroup -g 2000 fatt && \ adduser -S -s /bin/ash -u 2000 -D -g 2000 fatt && \ - +# # Install fatt mkdir -p /opt && \ cd /opt && \ @@ -24,16 +24,16 @@ RUN apk -U add \ mkdir -p log && \ pip3 install --upgrade pip && \ pip3 install pyshark==0.4.2.2 && \ - +# # Setup configs chown fatt:fatt -R /opt/fatt/* && \ - +# # Clean up apk del --purge git \ python3-dev && \ rm -rf /root/* && \ rm -rf /var/cache/apk/* - +# # Start fatt STOPSIGNAL SIGINT ENV PYTHONPATH /opt/fatt diff --git a/etc/objects/elkbase.tgz b/etc/objects/elkbase.tgz index fda0705a..f6a1761e 100644 Binary files a/etc/objects/elkbase.tgz and b/etc/objects/elkbase.tgz differ diff --git a/etc/objects/kibana-objects.tgz b/etc/objects/kibana-objects.tgz index 7e71f7df..adefc59a 100644 Binary files a/etc/objects/kibana-objects.tgz and b/etc/objects/kibana-objects.tgz differ