Hiya
- start a server with a fs gateway
- put a mapping
- index some docs
- check cluster state -> can see mapping metadata
- optionally snapshot the gateway
- close down the server
- restart the server
- check cluster state -> no mapping metadata
- indexed docs still exist, and the mapping still applies
I have my config set up as follows:
cluster:
name: iAnnounce
network:
bindHost: 192.168.5.100
publishHost: 192.168.5.100
node:
data: true
http:
enabled: true
gateway:
type: fs
fs:
location: /opt/elasticsearch/data
index:
store:
type: memory
memory:
cacheSize: 20m
bufferSize: 10k
thanks
Clint
Hiya
I have my config set up as follows:
thanks
Clint