README is empty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mediawiki:1.39.6 AS build | |
ENV MEDIAWIKI_EXT_BRANCH REL1_39 | |
RUN set -x; \ | |
apt-get update \ | |
&& apt-get upgrade -y \ | |
&& apt-get install -y --no-install-recommends \ | |
git \ | |
libzip-dev \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am Vid on github. | |
* I am vid (https://keybase.io/vid) on keybase. | |
* I have a public key whose fingerprint is 2053 2AE7 35A8 742D D9B9 1B1C 6DF4 B773 967C B2C9 | |
To claim this, I am signing this object: |
README is empty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"template": "logstash-*", | |
"settings" : { | |
"number_of_shards" : 1, | |
"number_of_replicas" : 0, | |
"index" : { | |
"query" : { "default_field" : "@message" }, | |
"store" : { "compress" : { "stored" : true, "tv": true } } | |
} | |
}, |