We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448d8c4 commit e9568a4Copy full SHA for e9568a4
README.md
@@ -16,6 +16,16 @@ To start FileBeat:
16
17
## Logstash
18
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
29
Logstash uses various yml files to translate codes into human readable files. These should be updated regularly.
30
31
This is done via cron job (with swissbib user):
0 commit comments