Skip to content

Commit

Permalink
temsp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Jan 27, 2024
1 parent f15f44a commit 105413a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 135 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.temp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN apt-get update && apt-get install -y nmap
RUN mkdir /usr/share/logstash/configs

COPY logstash.yml /usr/share/logstash/config/logstash.yml
COPY configs/StashCP.conf /usr/share/logstash/configs/StashCP.conf
COPY pipelines/stashcp.yml /usr/share/logstash/config/pipelines.yml
COPY configs/temps.conf /usr/share/logstash/configs/temps.conf
COPY pipelines/temps.yml /usr/share/logstash/config/pipelines.yml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Logstash collectors to run at UC

[![Build Stashcp Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/Stashcp.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/Stashcp.yaml)
[![Build Temps Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/temp.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/temp.yaml)

StashCP - port 9951 TCP collector.atlas-ml.org - load balancer
<https://temps.atlas-ml.org>
3 changes: 0 additions & 3 deletions ToDo.md

This file was deleted.

File renamed without changes.
29 changes: 0 additions & 29 deletions kube/collectors-dev-xcache.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions kube/services.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions kube/stashcp.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pipelines/stashcp.yml → pipelines/temps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- pipeline.id: stashcp
path.config: "/usr/share/logstash/configs/StashCP.conf"
path.config: "/usr/share/logstash/configs/temps.conf"
pipeline.workers: 1
# queue.type: persisted
# queue.max_bytes: 4gb

0 comments on commit 105413a

Please sign in to comment.