Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you do not have access to the Swarm Storage UI, you can find Swarm's alias name for your primary search index using one of these methods:

Legacy Admin Console - View the SNMP Repository Dump to find out what search feeds are defined:

  1. Open the dump via the legacy Admin Console: http://{host_or_ip}:90/snmp_dump
  2. Click Feed_Table and look at the row for feedDefinition.
  3. If you have more than one feed (column), the primary (default) feed is the one that does not have 'respondsToLists': False:
  4. For the primary feed, note the value for 'IndexAlias' and enter this in the NFS export definition.

curl - Query to find out what search feeds are defined:

curl http://{host_or_ip}:91/api/storage/feeds?pretty=true

If more than one is listed, query to find out which one is the primary (default) feed:

curl http://{host_or_ip}:91/api/storage/feeds/0?pretty=true | grep "isDefault|indexAlias"
curl http://{host_or_ip}:91/api/storage/feeds/1?pretty=true | grep "isDefault|indexAlias"
  • No labels