Skip to content

Commit e9568a4

Browse files
committed
docs: Update logstash docu
1 parent 448d8c4 commit e9568a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ To start FileBeat:
1616

1717
## Logstash
1818

19+
## Updates
20+
Logstash is deployed on `sb-usg1`. To update any config files they need to be copied into `/etc/logstash/`.
21+
22+
Use wget to overwrite the files (example):
23+
```
24+
wget -q https://raw.githubusercontent.com/swissbib/elk/master/logstash/configuration/presentation/2_filter.conf -O /etc/logstash/presentation/2_filter.conf
25+
```
26+
Then restart Logstash to load the new configuration (with systemctl)
27+
28+
### Reload yml files
1929
Logstash uses various yml files to translate codes into human readable files. These should be updated regularly.
2030

2131
This is done via cron job (with swissbib user):

0 commit comments

Comments
 (0)