Skip to content

Typo in entrypoint.shΒ #1082

@Ronnnn

Description

@Ronnnn

There seems to be a typo in the setup/entrypoint.sh:

[beats_system]="${BEATS_SYSTEM_PASSWORD=:-}"

Should be:

[beats_system]="${BEATS_SYSTEM_PASSWORD:-}"

The docker compose up setup works well because the .env contains the BEATS_SYSTEM_PASSWORD with an empty value. But when you remove the BEATS_SYSTEM_PASSWORD from the .env file then the setup will fail because the BEATS_SYSTEM_PASSWORD will be set to :- which is not allowed by elasticsearch because the password must be at least 6 characters ;-)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expected

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions