ceph metasearch – elasticsearch backend - part 2
Posted on Thu 27 April 2017 in Ceph • Tagged with ceph, elasticsearch, radosgw, howto, linux, notepad, work • 2 min read
requirements
- ceph cluster (kraken release)
- elasticsearch
The rgw syncer is only used/triggered in multisite configurations - so we need to setup a second zone for the metasearch.
environment / settings
export rgwhost="192.168.122.80"
export elastichost="192.168.122.71"
export realm="demo"
export zonegrp="zone-1"
export 1zone="zone1-a …
Continue reading