Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bring-up-ELK-stack.md #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions HOWTO/bring-up-ELK-stack.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# How to bring up an ELK stack

The following gives steps and an outline on how to bring up an ELK stack for docker-compose stacks.
An existing ELK stack exists in the [docker-compose-demo](https://github.com/Senzing/docker-compose-demo/blob/main/resources/postgresql/docker-compose-rabbitmq-postgresql-with-ELK.yaml)
github repository. This page assumes a working knowledge of docker and docker-compose.
The following gives steps and an outline on how to bring up an ELK stack for docker-compose stacks. This page assumes a working knowledge of docker and docker-compose.

## Prerequisites
1. [docker](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-docker.md) - minimum version: [20.10.16](https://docs.docker.com/engine/release-notes/#201016)
Expand All @@ -29,10 +27,6 @@ important requirements
tag: "container-to-log"
```

### Portainer
- A good tool to monitor individual Docker logs is [Portainer](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/portainer.md). When running, portainer is viewable at localhost:9170


### 📘 Instructions
- Create the `ELK-docker-compose.yaml` that is used to bring up the ELK stack. This is simply the set
of containers needed for the ELK stack, create a new `yaml` with the following:
Expand Down