patschi / parsedmarc-dockerized

Dockerized self-initializing parsedmarc docker stack for lazy people
GNU General Public License v3.0
69 stars 19 forks source link

Update elasticsearch to restore compatibility #2

Closed RafaelKr closed 2 years ago

RafaelKr commented 2 years ago

fixes #1

After updating I got a lot of security warning pop ups in the Kibana dashboard. I could prevent them by adding xpack.security.enabled=false to the elasticsearch container environment. Read here for more info: https://discuss.elastic.co/t/how-to-disable-kibana-security-warning-message/274421/11

patschi commented 2 years ago

I really appreciate filing the PR, @RafaelKr! Thanks a lot!