pfelk / docker

Deploy pfelk with docker-compose
Apache License 2.0
57 stars 20 forks source link

Fix 401 Unauthorized errors + empty logstash password check #40

Closed braunbearded closed 2 years ago

braunbearded commented 2 years ago

Pull Request Template

Description

This fixes Issue #39. Additionally I updated the Readme to reference the files which includes the logstash passwords and therefore needs to be updated. A small script automates the password update if someone wants to use it.

Type of change

How Has This Been Tested?

run: docker-compose up and check the log for 401 Responses from the es01 container

Checklist:

braunbearded commented 2 years ago

Turns out request which use the credentials in 50-outputs.pfelk need higher privileges or something so I changed the user back to elastic and updated the rest accordingly. Before that I got requests with 403 status code in the logs.

a3ilson commented 2 years ago

@braunbearded - awesome/thanks! I’ll update in the next day or two as I’m currently traveling.