Skip to content

Commit

Permalink
fix logprep quickstart profile (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 authored May 13, 2024
1 parent 4508d24 commit e9be752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
### Bugfix

* fixes exposing OpenSearch/ElasticSearch stacktraces in log when errors happen by making loglevel configurable for loggers `opensearch` and `elasticsearch`
* fixes the logprep quickstart profile

## 11.2.1

Expand Down
6 changes: 6 additions & 0 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ services:
logprep:
build:
context: ..
args:
LOGPREP_VERSION: dev
PYTHON_VERSION: "3.11"
image: logprep
container_name: logprep
profiles:
Expand All @@ -90,8 +93,11 @@ services:
- opensearch
volumes:
- ../quickstart/:/home/logprep/quickstart/
tmpfs:
- /tmp/logprep/prometheus_multiproc
entrypoint:
- logprep
- run
- /home/logprep/quickstart/exampledata/config/pipeline.yml
grafana:
image: bitnami/grafana:latest
Expand Down

0 comments on commit e9be752

Please sign in to comment.