ceph metasearch - elasticsearch backend
Posted on Fri 21 April 2017 in Ceph • Tagged with ceph, elasticsearch, radosgw, howto, linux, notepad, work • 1 min read
Fetch zonegroup configuration (json struct)
# radosgw-admin zonegroup get > /tmp/zonegroup.json
change the tier_type
to elasticsearch
Import the configuration
# radosgw-admin zonegroup set --infile /tmp/zonegroup.json
Fetch zone configuration (json struct)
# radosgw-admin zone get > /tmp/zone.json
Add the following parameter endpoint
& {url}
for the section tier_config
"tier_config": [
{
"key": "endpoint …
Continue reading