Skip to content

Commit

Permalink
updating crest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Feb 6, 2024
1 parent 40076e7 commit 0d76a0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v6.2
uses: mr-smithers-excellent/docker-build-push@v6.3
with:
image: atlasanalyticsservice/uc_ls_crest
dockerfile: Dockerfile.crest
Expand All @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.1.1
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/river_apps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.crest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/logstash/logstash:8.7.0
FROM docker.elastic.co/logstash/logstash:8.10.2

LABEL maintainer="Ilija Vukotic <[email protected]>"

Expand Down
6 changes: 4 additions & 2 deletions configs/crest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ input {
}

filter {


mutate {
remove_field => [ "logger_name", "port", "type" ]
}

if [token] not in [ "crest" ] {
drop {}
}
}

output {
Expand Down

0 comments on commit 0d76a0a

Please sign in to comment.