Skip to content

Instantly share code, notes, and snippets.

View vid's full-sized avatar

David H. Mason vid

View GitHub Profile
{
"template": "logstash-*",
"settings" : {
"number_of_shards" : 1,
"number_of_replicas" : 0,
"index" : {
"query" : { "default_field" : "@message" },
"store" : { "compress" : { "stored" : true, "tv": true } }
}
},
@vid
vid / README.md
Created June 17, 2014 11:57
sample map

README is empty

@vid
vid / README.md
Created June 17, 2014 11:57
sample map

README is empty

### 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:
@vid
vid / Dockerfile
Created April 4, 2024 14:20
Dockerfile mw 1.39 w smw and some interim cruft
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 \